Hi,
While integrating C stub in stored procedure, I came across the
following problem whenever the SP was triggered:
"
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
"
My C code looks like this:
"
PG_FUNCTION
Hi,
I want to put into the postgres DB, a file which is an encrypted file
(say, the PKCS# files).
I have used a bytea column for storing this file. So the operations with
regard to the file at my end are:
Filesystem > DB --> Filesystem
What I need to know is:
1. Is there any information lo