Re: prepare, execute & oids

Поиск
Список
Период
Сортировка
От Chris
Тема Re: prepare, execute & oids
Дата
Msg-id 44D05835.5010306@gmail.com
обсуждение исходный текст
Ответ на Re: prepare, execute & oids  (phazon <phazon.ml@gmail.com>)
Список pgsql-general
phazon wrote:
> I use PHP.
> When I make juste a simple insert like
>
> Insert Into my_table (my_field) values ('value')
>
> I get back the OID of the inserted line.
>
> But when i use the prepareInsert fonction, I get nothing back. That's a
> pprobleme becaus i need to take the primary key of the line inserted in
> order to make post-operations.
>
> I can't use the curval of a sequence because it can be the value of
> another insert made by another user.

currval is transaction safe, it's not a problem you need to worry about.

http://www.postgresql.org/docs/8.1/static/functions-sequence.html

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: "Christian Rengstl"
Дата:
Сообщение: Re: Strange error message
Следующее
От: Frank Finner
Дата:
Сообщение: Re: Strange error message