Ezequias Rodrigues da Rocha <[EMAIL PROTECTED]> schrieb:
> Hi list,
>
> It is possible to retrieve the MAC Address of a computer using a Postgresql
> function like others:
In the same subnet? Then you can use untrusted languages such as plperlu
or plsh to retrieve the MAC for a IP. (arp -a ip)
On Sat, Sep 02, 2006 at 17:42:29 -0300,
Ezequias Rodrigues da Rocha <[EMAIL PROTECTED]> 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
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
>