Re: table synonyms

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: table synonyms
Дата
Msg-id 1116956885.6139.24.camel@Andrea.peacock.de
обсуждение исходный текст
Ответ на Re: table synonyms  (<jjeffman@cpovo.net>)
Ответы Re: table synonyms  (Neil Dugan <postgres@butterflystitches.com.au>)
Список pgsql-general
Am Dienstag, den 24.05.2005, 13:49 -0300 schrieb jjeffman@cpovo.net:
> It will be a very pleasant idea. Although I am
> an application developer I don't know if I have
> enough knowledge to do that. Do you know how could
> I help the PostgreSQL development ?
>
> Another feature I missed is the "returning" clause
> of the Oracle "INSERT" SQL command, which allow the
> user to retrieve the "serial" value after an insert
> command, which works even in a concurrent network
> environment.

INSERT INTO table (...) values (...);
SELECT currval('table_id_seq');

See documentation for sequences.



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

Предыдущее
От: Himanshu Baweja
Дата:
Сообщение: getting lock information
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Postgres 8.0.3 Fedora RPMS ?