Re: newbie question - INSERT - Mailing list pgsql-general

From Dominic J. Eidson
Subject Re: newbie question - INSERT
Date
Msg-id Pine.LNX.4.21.0104101956090.16701-100000@morannon.the-infinite.org
Whole thread Raw
In response to newbie question - INSERT  ("Cefull Lo" <cefull_lo@hotmail.com>)
List 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?

19748 is the OID of that record, and 1 means one record was inserted.

For information on OID's, look in the documentation.


--
Dominic J. Eidson
                                        "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/


pgsql-general by date:

Previous
From: GH
Date:
Subject: Re: point-in-time restore
Next
From: Bruce Momjian
Date:
Subject: Re: point-in-time restore