Chris Hoover wrote:
> Subject pretty much says it all.  Is there a way in a sql query to
> have it return the server name and/or the server ip address of the
> PostgreSQL server?

8.0 has such informix via functions:
        
        test=> \df *server*
                                   List of functions
           Schema   |       Name       | Result data type | Argument data types
        ------------+------------------+------------------+---------------------
         pg_catalog | inet_server_addr | inet             |
         pg_catalog | inet_server_port | integer          |
        (2 rows)

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to