Re: [GENERAL] pg_conndefaults Returning empty string

2015-03-09 Thread Anushka Chandrababu
Hi, Thank you Adrian for showing interest in my query. The software I am using is Tableau Server. The library for tcl is lib.pgtcl. Thank You Anushka On Mon, Mar 9, 2015 at 11:00 PM, Adrian Klaver wrote: > On 03/09/2015 09:52 AM, Anushka Chandrababu wrote: > >> Hi, >> >

Re: [GENERAL] pg_conndefaults Returning empty string

2015-03-09 Thread Anushka Chandrababu
connection to a different database. Thank You Anushka On Mon, Mar 9, 2015 at 6:47 PM, Adrian Klaver wrote: > On 03/09/2015 12:57 AM, Anushka Chandrababu wrote: > >> Hi, >> >> I am accessing postgres database using tcl. I am looking for a way to >> change the database in

[GENERAL] pg_conndefaults Returning empty string

2015-03-09 Thread Anushka Chandrababu
Hi, I am accessing postgres database using tcl. I am looking for a way to change the database in an existing connection, but I saw that this is not possible in postgresql without creating a new connection. Then I decided to query pg_conndefaults so that I can get the previous connection detail, m