Re: I, nead to capture the IP number from the PC how is running the script ...

From: Niklas Johansson <niklas(at)codecraft(dot)se>
To: John Dizaro <jedsoftware(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: I, nead to capture the IP number from the PC how is running the script ...
Date: 2010-03-15 19:41:35
Message-ID: 3B3D9C6D-46DC-4025-9413-CA243CBF4512@codecraft.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On 15 mar 2010, at 20.18, John Dizaro wrote:
> I, nead to capture the IP number from the PC how is running the script

Check the documentation for System Information Functions:

http://www.postgresql.org/docs/8.4/interactive/functions-info.html

The function inet_client_addr() will return the address of the remote
connection.

Sincerely,

Niklas Johansson

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ing. Marcos Ortiz Valmaseda 2010-03-15 20:19:52 Re: I, nead to capture the IP number from the PC how is running the script ...
Previous Message John Dizaro 2010-03-15 19:18:23 I, nead to capture the IP number from the PC how is running the script ...