On Sat, Sep 02, 2006 at 17:42:29 -0300, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
> Hi list,
>
> It is possible to retrieve the MAC Address of a computer using a Postgresql
> function like others:
MAC Addresses are generally only transferred within a subnet and you aren't
going to be able to get them in the general case.
> 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 ?
What is it that you are really trying to accomplish? There might be some
other solution than having to get the mac address of a remote computer.