Postgre SQL PostgreSQL

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=#