Re: newbie question - INSERT

From: "Dominic J(dot) Eidson" <sauron(at)the-infinite(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 00:57:14
Message-ID: Pine.LNX.4.21.0104101956090.16701-100000@morannon.the-infinite.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?

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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-04-11 01:06:14 Re: point-in-time restore
Previous Message GH 2001-04-11 00:49:42 Re: point-in-time restore