insert explanation - Mailing list pgsql-general

From Chairudin Sentosa Harjo
Subject insert explanation
Date
Msg-id 38053C7A.D1DE2353@prima.net.id
Whole thread Raw
Responses Re: [GENERAL] insert explanation
Re: [GENERAL] insert explanation
List pgsql-general
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

pgsql-general by date:

Previous
From: Fernando Dougnac
Date:
Subject: Can you write into a view?
Next
From: "John Henderson"
Date:
Subject: FATAL 1: palloc failure: memory exhausted