Re: newbie question - INSERT

From: Joel Burton <jburton(at)scw(dot)org>
To: Cefull Lo <cefull_lo(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: newbie question - INSERT
Date: 2001-04-11 02:14:38
Message-ID: Pine.LNX.4.21.0104102214090.31213-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-04-11 02:16:58 Re: COPY from file to table containing unique index
Previous Message Joel Burton 2001-04-11 02:13:08 Re: Speaking of Indexing... (Text indexing)