Re: [GENERAL] bigint to ipaddress

2009-08-09 Thread Camilo Sperberg
There is no such thing as converting a bigint into an text ip address, unless you make it xD Google for "postgres INET_ATON" (INET_ATON is mysql's ip-to-int) However, there are datatypes in postgres which allow you to work directly with ips and networks: http://www.postgresql.org/docs/7.4/interact

[GENERAL] bigint to ipaddress

2009-08-09 Thread Mindaugas G.
Hi, googling few days with no success, for example I have db with ip_src etc ant its data type bigint, how must look select query what I can see ip address (int) instead of bigint? smime.p7s Description: S/MIME cryptographic signature