Re: newbie question - INSERT

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: newbie question - INSERT
Дата
Msg-id Pine.LNX.4.21.0104102214090.31213-100000@olympus.scw.org
обсуждение исходный текст
Ответ на newbie question - INSERT  ("Cefull Lo" <cefull_lo@hotmail.com>)
Список pgsql-general
On Tue, 10 Apr 2001, Cefull Lo wrote:

> When I type INSERT INTO friend
> VALUES ('', '', '');
> it returns
> INSERT 19748 1
>
> what means of 19748 and 1?

It's the OID, a unique idenifier for everything in the database.
Read the Momjian book on the website -- it explains this very well.

--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: Speaking of Indexing... (Text indexing)
Следующее
От: Joel Burton
Дата:
Сообщение: Re: COPY from file to table containing unique index