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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster
