Names of schemas in search path optionally including implicit schemas : current_schema « Postgre SQL « PostgreSQL






Names of schemas in search path optionally including implicit schemas

postgres=#
postgres=# -- names of schemas in search path optionally including implicit schemas
postgres=# select current_schemas('true');
   current_schemas
---------------------
 {pg_catalog,public}
(1 row)

postgres=#

           
       








Related examples in the same category

1.Name of current schema
2.current_schemas('false')