INSERT 0 1 "problems"

From: Stefan Schwarzer <stefan(dot)schwarzer(at)grid(dot)unep(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: INSERT 0 1 "problems"
Date: 2006-07-17 09:04:42
Message-ID: 40C75A18-1F52-4A74-835B-29CB7EC32329@grid.unep.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,

how comes that sometimes, when I use something like this:

psql name_of_my_database < inserts.sql

Postgres displays

INSERT 0 1
INSERT 0 1
INSERT 0 1

but sometimes it counts

INSERT 48593 1
INSERT 48594 1
INSERT 48595 1

???

Although all data are being inserted, I would like to do a "clean"
job and see the counting for all inserts...

Any hints are very much appreciated!!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Florian Weimer 2006-07-17 09:10:42 Re: INSERT 0 1 "problems"
Previous Message surabhi.ahuja 2006-07-17 07:49:43 Re: cant connect to the database, even after doing start