Re: [GENERAL] Using Sockets in postgres

2006-10-16 Thread Albe Laurenz
> I've made a client and a server program in C using socket library. > > My goal is to compile the client as a shared object, load it > dynamically in postgres (in a function), execute that > postgres function in which this shared library (client) is > dynamically loaded and connect to the serv

[GENERAL] Using Sockets in postgres

2006-10-16 Thread J S B
Hi,I've made a client and a server program in C using socket library.The client is in the postgres database server and Server is on some other machine.My goal is to compile the client as a shared object, load it dynamically in postgres (in a function), execute that postgres function in which this s