Re: Sockets and posgtres
От | Jim Nasby |
---|---|
Тема | Re: Sockets and posgtres |
Дата | |
Msg-id | 757A1EAA-94AE-4BCA-A584-89977FCA63B5@nasby.net обсуждение исходный текст |
Ответ на | Sockets and posgtres ("J S B" <jsbali@gmail.com>) |
Ответы |
Re: Sockets and posgtres
|
Список | pgsql-general |
On Sep 26, 2006, at 3:25 PM, J S B wrote: > Hi, > I'm trying to make my database a client for an external unix based > deamon process acting as a server. > I was thinking of writing some clinet application in a shared > object in the database (same as what we do with socket programing) > that does other Db > related activities as well. > Would be a right thing to do or we have specific tools available in > postgres to accomplish such kind of things. If I'm understanding what you're trying to do (have a function connect to an external process?), I don't think anything exists right now. But it shouldn't be too hard to write something to do that. You might want to create a generic utility and put it on pgFoundry in case others find it useful. Oracle has a package that allows for TCP (as well as other communications) from the database; looking at their interface might be useful. -- Jim Nasby jim@nasby.net EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)
В списке pgsql-general по дате отправления: