temp table in 8.3

Поиск
Список
Период
Сортировка
От serafin segador
Тема temp table in 8.3
Дата
Msg-id op.t6s24lk4ewxm4l@gd-mis.mydestiny.net
обсуждение исходный текст
Ответы Re: temp table in 8.3
Список pgsql-general
hello list,

i am a newbie in postgresql.

i ported a small application to postgresql 8.2 originally written to store
data in maxdb.  since stored procedures are not supported in postgresql
and since postgresql functions cannot return cursor to the calling
applications, i rewrote the maxdb stored procedures into functions that
store rows in temp tables and return the temp table name to the
application ( saves on coding the select string in the application) , and
retrieve the rows from the temp table within the same session.  this i can
no longer do after upgrading to 8.3.  is there any thing i can do to
restore this functionality i can get in 8.2, like configuration tweaking,
apart from recoding the select string in the application.

regards and any help is highly appreciated,

raffy segador



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


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

Предыдущее
От: H.Harada
Дата:
Сообщение: Re: ERROR: relation with OID 1322527 does not exist
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: