Re: [GENERAL] insert explanation

Поиск
Список
Период
Сортировка
От greg@proterians.net
Тема Re: [GENERAL] insert explanation
Дата
Msg-id Pine.LNX.4.05.9910141150120.13369-100000@proterians.net
обсуждение исходный текст
Ответ на insert explanation  (Chairudin Sentosa Harjo <chai@prima.net.id>)
Список pgsql-general


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?
>


  "17681": number written into oid field into table rtext...
  "1": 'one' record was saved...




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

Предыдущее
От: Nicolas Huillard
Дата:
Сообщение: RE: [HACKERS] Re: [GENERAL] How do I activate and change the postgres user's password?
Следующее
От: greg@proterians.net
Дата:
Сообщение: Re: [GENERAL] insert explanation