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

From Stefan Schwarzer
Subject INSERT 0 1 "problems"
Date
Msg-id 40C75A18-1F52-4A74-835B-29CB7EC32329@grid.unep.ch
Whole thread Raw
Responses Re: INSERT 0 1 "problems"  (Florian Weimer <fweimer@bfk.de>)
List 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!!



pgsql-general by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: Re: cant connect to the database, even after doing start
Next
From: Florian Weimer
Date:
Subject: Re: INSERT 0 1 "problems"