Re: Mac Address

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Mac Address
Date: 2006-09-02 22:34:27
Message-ID: 44FA06F3.4090008@radev.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ezequias Rodrigues da Rocha написа:
> Hi list,
>
> It is possible to retrieve the MAC Address of a computer using a Postgresql
> function like others:
>
> http://www.postgresql.org/docs/8.1/static/functions-info.html
>
> I can retrieve a ip of some statement connection but I didn't find how to
> get the MAC Address. Is it possible ?

No - the client and the server communicate using TCP/IP as
transport/internet layer but that does not mean they use Ethernet as
network access layer.

--
Milen A. Radev

In response to

  • Mac Address at 2006-09-02 20:42:29 from Ezequias Rodrigues da Rocha

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2006-09-02 23:24:28 Re: Mac Address
Previous Message Ezequias Rodrigues da Rocha 2006-09-02 20:42:29 Mac Address