Re: pg_conndefaults Returning empty string

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Anushka Chandrababu <anushka(dot)babu(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_conndefaults Returning empty string
Date: 2015-03-09 17:57:33
Message-ID: 54FDDF0D.1040608@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/09/2015 10:40 AM, Anushka Chandrababu wrote:
> 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.

Well on here:

https://github.com/flightaware/Pgtcl/blob/master/doc/PGTCL-NOTES

I do not see that pg_conndefaults does anything. Though there is this:

pg_dbinfo connections
This returns the currect connection handles

Maybe you get the information from there.

In any case you might be able to get more useful information from the
library author at the above GitHub reo.

>
> Thank You
> Anushka
>
> On Mon, Mar 9, 2015 at 11:00 PM, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 03/09/2015 09:52 AM, Anushka Chandrababu wrote:
>
> Hi,
>
> I am using Postgres as a part of another software and the
> version is 9.3.
>
>
> That software would be?
>
>
> I do not know how then the pg_conndefaults command works.
>
> Please help me with some other solution so that I can get the
> details of
> a particular connection such as host ip address and then use
> that create
> a new connection to a different database.
>
>
> Well you say you are using tcl, so you will need to elaborate on
> what that means?
>
> What library are you using?
>
>
>
> Thank You
> Anushka
>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vang P yang 2015-03-09 19:15:15 Column is a computation
Previous Message Anushka Chandrababu 2015-03-09 17:40:50 Re: pg_conndefaults Returning empty string