Re: [GENERAL] insert explanation

From: Simon Drabble <simon(at)eskimo(dot)com>
To: Chairudin Sentosa Harjo <chai(at)prima(dot)net(dot)id>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] insert explanation
Date: 1999-10-14 02:49:56
Message-ID: Pine.LNX.3.96.991013224905.2427A-100000@dragon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
> Regards,
> Chai

17681: oid (object ID) of the inserted row
1: number of rows inserted.

Simon.

--
"Linux - open doors, not windows."

Simon Drabble It's like karma for your brain.
simon(at)eskimo(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chairudin Sentosa Harjo 1999-10-14 03:20:27 Re: [GENERAL] insert explanation
Previous Message Chairudin Sentosa Harjo 1999-10-14 02:14:18 insert explanation