Re: plpgsql and insert

Поиск
Список
Период
Сортировка
От Ben Trewern
Тема Re: plpgsql and insert
Дата
Msg-id esh003$id0$1@news.hub.org
обсуждение исходный текст
Ответ на plpgsql and insert  (Jamie Deppeler <jamie@doitonce.net.au>)
Список pgsql-general
Depending on what client side library you are using you could use the
RETURNING clause, see the docs:
http://www.postgresql.org/docs/8.2/static/sql-insert.html

Regards,

Ben
"Jamie Deppeler" <jamie@doitonce.net.au> wrote in message
news:45EB4F76.6000702@doitonce.net.au...
> Hi,
>
> Have a quick question is possible to record a primary from a insert
> stament
>
> eg
>
> xprimary :=  insert into schema.table(.,.,.,.) VALUES (,,,,);
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: date format
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: date format