Re: [GENERAL] insert explanation

Поиск
Список
Период
Сортировка
От Chairudin Sentosa Harjo
Тема Re: [GENERAL] insert explanation
Дата
Msg-id 38054BFB.9A695B2E@prima.net.id
обсуждение исходный текст
Ответ на Re: [GENERAL] insert explanation  (Simon Drabble <simon@eskimo.com>)
Ответы Re: [GENERAL] insert explanation  (greg@proterians.net)
Список pgsql-general
Simon Drabble wrote:
>
> On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote:
>
> > Dear all,
> >
> > mydb=> create table rtext (rtext varchar(10));
> > CREATE
> > mydb=> insert into rtext values ('hello');
> > INSERT 17681 1
> >
> > What do "17681" and "1" mean?
> >
> > Could someone help me to understand this please?
> >
> > Regards,
> > Chai
>
> 17681: oid (object ID) of the inserted row
> 1: number of rows inserted.
>


Why does it start from 17681?
This is a fresh new table, shouldn't it start from 1?

Regards,
Chai

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

Предыдущее
От: Simon Drabble
Дата:
Сообщение: Re: [GENERAL] insert explanation
Следующее
От: Chris Altmann
Дата:
Сообщение: (no subject)