PostgreSQL/Postgre SQL/current database — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Текущая версия на 10:13, 26 мая 2010

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