From: | Ray Stell <stellr(at)cns(dot)vt(dot)edu> |
---|---|
To: | Igor Neyman <ineyman(at)perceptron(dot)com> |
Cc: | "Andy Shellam (Mailing Lists)" <andy(dot)shellam-lists(at)mailnetwork(dot)co(dot)uk>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: host name? |
Date: | 2007-02-26 17:53:18 |
Message-ID: | 20070226175318.GB7269@cns.vt.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
not sure how to resolve the name, but maybe this is close
enough:
select usename, client_addr from pg_catalog.pg_stat_activity;
On Mon, Feb 26, 2007 at 11:47:13AM -0500, Igor Neyman wrote:
> You are right, wrong question.
> What I really want to know is formulated in my next message.
> Which is: based on program (connected to PG) name find the machine name
> it runs on.
>
> For those familiar with Oracle, it's program, machine columns in
> v$session view.
>
> Igor
>
> ________________________________
>
> From: pgsql-admin-owner(at)postgresql(dot)org
> [mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Andy Shellam
> (Mailing Lists)
> Sent: Monday, February 26, 2007 10:56 AM
> To: Igor Neyman
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] host name?
>
>
> Igor Neyman wrote:
>
> Is there a function (or catalog view) that I can call in psql
> and that will tell me host name of the machine on which Postgres
> database is running?
>
> Igor
>
>
> Surely you need to know this to connect to it in the first place?
>
>
--
You have no chance to survive make your time.
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Neyman | 2007-02-26 18:26:42 | Re: host name? |
Previous Message | Tom Lane | 2007-02-26 17:45:17 | Re: kerberized odbc driver |