????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/misc/templates/sqlautocomplete/sql/default/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/misc/templates/sqlautocomplete/sql/default/schema.sql |
{# SQL query for getting current_schemas #} {% if search_path %} SELECT * FROM pg_catalog.unnest(current_schemas(true)) AS schema {% else %} SELECT nspname AS schema FROM pg_catalog.pg_namespace ORDER BY 1 {% endif %}