CURRENT_DATABASE
Returns the name of the current database, equivalent to DBNAME.
	Returns the name of the current database, equivalent to 
DBNAME.
Behavior type
StableSyntax
Note
Parentheses are optional.CURRENT_DATABASE()
Examples
=> SELECT CURRENT_DATABASE;
 CURRENT_DATABASE
------------------
 VMart
(1 row)