Re: [SQL] Change or get currentdb

2001-01-25 Thread David Olbersen
>From \? \c[onnect] [dbname|- [user]] connect to new database (currently '') so typing "\c" gives you the database you're currently connected to and "\c " would connect you to that database. On Thu, 25 Jan 2001, Sergiy Ovcharuk wrote: ->How can I change and/or get to know a c

[SQL] Change or get currentdb

2001-01-25 Thread Sergiy Ovcharuk
Hi, All! Sorry for newby question... How can I change and/or get to know a current db name using sql script in PostgreSQL? Thanks, Sergiy. P.S. it seems use doesn't work :-(