LinkedIn
Paulo moraes requested to add you as a connection on LinkedIn:
--
Arthur,
I'd like to add you to my professional network on LinkedIn.
- Paulo
Accept invitation from Paulo moraes
http://www.linkedin.com/e/k_LL1gI9fKuLTP8-I_z9Jgr5gLorLU
Hello Team,
I am facing an issue with inet .
Locally i am using postgresql 8.3 and for remote server i am using 8.1
CREATE FUNCTION inet_to_bigint(inet) RETURNS bigint AS $$
SELECT $1 - inet '0.0.0.0'
$$ LANGUAGE SQL;
Now above querry works fine for 8.3 but not for 8.1. I was wonderi
ABBAS SHAKEEL writes:
> CREATE FUNCTION inet_to_bigint(inet) RETURNS bigint AS $$
> SELECT $1 - inet '0.0.0.0'
> $$ LANGUAGE SQL;
> Now above querry works fine for 8.3 but not for 8.1. I was wondering if
> there is some thing wrong from my side.
Per the 8.2 release notes:
* Add conven