PostgreSQL/Postgre SQL/current database

Материал из SQL эксперт
Версия от 10:13, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Name of current database

postgres=#
postgres=# -- System Information Functions
postgres=#
postgres=# -- name of current database
postgres=# select current_database() ;
 current_database
------------------
 postgres
(1 row)
postgres=#
postgres=#