Re: What does "INSERT 0 1" mean?

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема Re: What does "INSERT 0 1" mean?
Дата
Msg-id 200910141145.42061.terry@chosen-ones.org
обсуждение исходный текст
Ответ на What does "INSERT 0 1" mean?  ("[.::MDT::.]" <mdt86@yahoo.it>)
Список pgsql-general
On Wednesday 14 October 2009 11:05, [.::MDT::.] wrote:
> Hi,
> I can't find what does
> INSERT 0 1
> mean.
>
> "1" stands for the number of the records added to the table, as far as I
> understood, but what about the "0"?
>
> Thank you very much.
> --
> View this message in context:
> http://www.nabble.com/What-does-%22INSERT-0-1%22-mean--tp25892901p25892901.
>html Sent from the PostgreSQL - general mailing list archive at Nabble.com.

It represents the OID, which PostgreSQL, in earlier versions, generated by
default. Later versions do not do this by default. The zero indicates that
you are not generating OID's for that table.

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: What does "INSERT 0 1" mean?
Следующее
От: Peter Hunsberger
Дата:
Сообщение: Re: Query to find contiguous ranges on a column