{"id":20906490,"url":"https://github.com/softvisio/postgresql-softvisio-admin","last_synced_at":"2026-04-20T08:04:16.274Z","repository":{"id":106973424,"uuid":"441034994","full_name":"softvisio/postgresql-softvisio-admin","owner":"softvisio","description":"PostgreSQL admin extension","archived":false,"fork":false,"pushed_at":"2025-07-23T06:32:50.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T20:13:05.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/softvisio/postgresql-softvisio-admin","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softvisio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-23T02:03:44.000Z","updated_at":"2025-07-23T06:32:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"407ea680-0243-4b6b-b92b-3c14f7eae9c3","html_url":"https://github.com/softvisio/postgresql-softvisio-admin","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/softvisio/postgresql-softvisio-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fpostgresql-softvisio-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fpostgresql-softvisio-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fpostgresql-softvisio-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fpostgresql-softvisio-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softvisio","download_url":"https://codeload.github.com/softvisio/postgresql-softvisio-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fpostgresql-softvisio-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28863161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T13:33:43.150Z","updated_at":"2026-01-29T05:07:07.031Z","avatar_url":"https://github.com/softvisio.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL admin extension\n\n## Install / update / drop\n\n```\nCREATE EXTENSION IF NOT EXISTS softvisio_admin CASCADE;\n\nALTER EXTENSION softvisio_admin UPDATE;\n\nDROP EXTENSION IF EXISTS softvisio_admin;\n```\n\n## Build\n\n```\ngmake USE_PGXS=1 install\n```\n\n## Procedures\n\n### create_database( database_name, collate? )\n\n- `database_name` {text} Name of the database to create.\n\n- `collate?` {text} Database collate. Default: `\"C.UTF-8\"`.\n\n- Creates user with the random password, if not exists.\n\n- Creates database.\n\n- Grant priviledges.\n\nExample:\n\n```sql\nCALL create_database( 'test', 'ru_UA.UTF-8' );\n```\n\n### outdated_extensions()\n\nReturns list of outdated extensions for all databases in the cluster.\n\nExample:\n\n```sql\nSELECT * FROM outdated_extensions();\n```\n\n### update_extensions()\n\nUpdates currently installed extensions for all databases in the cluster.\n\nExample:\n\n```sql\nSELECT * FROM update_extensions();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvisio%2Fpostgresql-softvisio-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftvisio%2Fpostgresql-softvisio-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvisio%2Fpostgresql-softvisio-admin/lists"}