Re: [HACKERS] [GENERAL] Adding integers ( > 8 bytes) to an inet
9,223,372,036,854,775,807 boundary i think you discovered the bug! if you feel you have a solution try submitting a patch http://wiki.postgresql.org/wiki/Submitting_a_Patch please ping ping pgsql-hackers@postgresql.org Good Catch! Martin Gainty __ Verzicht
Re: [HACKERS] [GENERAL] string_to_array with empty input
Split strings into array elements using provided delimiter string_to_array('xx~^~yy~^~zz', '~^~') output: {xx,yy,zz} http://www.postgresql.org/docs/8.3/interactive/functions-array.html ? Martin __ Disclaimer and confidentiality note This messa