http://qs321.pair.com?node_id=522371


in reply to Re: postgresql bytea escaping
in thread postgresql bytea escaping

That is a good idea. My original plan was to make this simple function an internal pl/perlu function so i could just code Insert statements like Insert into table (byteacol) values (encode_bytea('/path/to/bin/file')::bytea); But since it is a perlu function anyway I will test using the DBD Module in the function instead.