Re: [GENERAL] insert explanation

From: greg(at)proterians(dot)net
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 09:54:00
Message-ID: Pine.LNX.4.05.9910141150120.13369-100000@proterians.net
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?
>

"17681": number written into oid field into table rtext...
"1": 'one' record was saved...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message greg 1999-10-14 09:56:32 Re: [GENERAL] insert explanation
Previous Message Nicolas Huillard 1999-10-14 08:39:07 RE: [HACKERS] Re: [GENERAL] How do I activate and change the postgres user's password?