Re: INSERT 0 1 "problems" - Mailing list pgsql-general

From Florian Weimer
Subject Re: INSERT 0 1 "problems"
Date
Msg-id 824pxg4mwd.fsf@mid.bfk.de
Whole thread Raw
In response to INSERT 0 1 "problems"  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
List pgsql-general
* Stefan Schwarzer:

>         INSERT 0 1

>        INSERT 48593 1

The former is printed if the table hasn't got an OID column (new
default), the latter is used when OIDs are available (old default,
nowadays it's CREATE TABLE ... WITH OIDS).

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Durlacher Allee 47            tel: +49-721-96201-1
D-76131 Karlsruhe             fax: +49-721-96201-99

pgsql-general by date:

Previous
From: Stefan Schwarzer
Date:
Subject: INSERT 0 1 "problems"
Next
From: Csaba Nagy
Date:
Subject: Re: table replication, without master-slave setup