Postgre SQL PostgreSQL

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