current_schemas('false') : current_schema « Postgre SQL « PostgreSQL






current_schemas('false')


postgres=# select current_schemas('false');
 current_schemas
-----------------
 {public}
(1 row)

postgres=#
postgres=#
           
       








Related examples in the same category

1.Name of current schema
2.Names of schemas in search path optionally including implicit schemas