6.5.1 pg_dump adds "connect as" line - Mailing list pgsql-general

From Ted Nolan SRI Augusta GA
Subject 6.5.1 pg_dump adds "connect as" line
Date
Msg-id 199908280249.WAA15983@ags.ga.erg.sri.com
Whole thread Raw
Responses Re: [GENERAL] 6.5.1 pg_dump adds "connect as" line
List pgsql-general
Folks,

Just noticed this:  I did a pg_dump on a database I wanted to send to
someone (from 6.5.1 on NT), and the dump file included a "connect as"
line.

This was bad, because we don't share a user namespace, and when he did

    psql < dumpfile

it died because my user did not exist on his machine.  (We used sed to
edit it out and continue from there..)

6.5 on Solaris does not emit this line, and reloads on machines with
different users work fine..

Is this a bug, or a feature I don't understand?


                Thanks,

                Ted

pgsql-general by date:

Previous
From: "amy cheng"
Date:
Subject: vacuum notice
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [GENERAL] 6.5.1 pg_dump adds "connect as" line