Newbie (to postgres) question

Поиск
Список
Период
Сортировка
От Pedro B.
Тема Newbie (to postgres) question
Дата
Msg-id 40ED4DE5.7020807@netcabo.pt
обсуждение исходный текст
Ответ на Re: Triggers - need help !!!  (SZUCS Gábor <surrano@mailbox.hu>)
Ответы Datetime
Список pgsql-sql
Hello all,

First of all, accept my apologies for what is surely a dumb question, 
and yes i have been reading extensively through all the documents, but i 
really need to ask this.. :)

I have recently started the migration of a large ex-MySql database to 
postgresql, and im still "adapting" to the new tweaks of this new (to 
me) environment.

My question is basically... how does postgresql deal with the equivalent 
of "permanent connections of mysql"?
Alongside with the database, i have an extensive amount of .c code that 
used to just reuse sockets if they were already in an open state (and 
only if needed new one(s) would be open). It's an application that will 
run as a standalone, but many times per minute, so the reusage is indeed 
a must for me.

I have substituted the "mysql_ping"s with PQconnectPolls just to see if 
the behaviour would be alike, and right now that seems to work, but i'm 
in a standstill regarding the sockets and permanent connection usage.

Any help/directions someone might give me will be deeply appreciated.

Regards,
\\pb


В списке pgsql-sql по дате отправления:

Предыдущее
От: SZUCS Gábor
Дата:
Сообщение: Re: Triggers - need help !!!
Следующее
От: ctrl@altonsys.com (ctrl)
Дата:
Сообщение: best method to copy data across databases