Name of current schema : current_schema « Postgre SQL « PostgreSQL






Name of current schema


postgres=#
postgres=# -- name of current schema
postgres=# select current_schema();
 current_schema
----------------
 public
(1 row)

postgres=#
postgres=#
           
       








Related examples in the same category

1.Names of schemas in search path optionally including implicit schemas
2.current_schemas('false')