Re: [SQL] Mac Address

2006-09-03 Thread Andreas Kretschmer
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)

Re: [SQL] Mac Address

2006-09-02 Thread Bruno Wolff III
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

Re: [SQL] Mac Address

2006-09-02 Thread Milen A. Radev
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 >