Re: \c connects as another user instead I want in psql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: \c connects as another user instead I want in psql
Date
Msg-id 17288.988842759@sss.pgh.pa.us
Whole thread Raw
In response to \c connects as another user instead I want in psql  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
Responses Re: \c connects as another user instead I want in psql  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
List pgsql-hackers
Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu> writes:
> tir=> \c - 1060
> You are now connected as new user 1060.
> tir=> select user;
>  current_user
> --------------
>  1092
> (1 row)

Is it possible that 1060 and 1092 have the same usesysid in pg_shadow?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Collation order for btree-indexable datatypes
Next
From: Bruce Momjian
Date:
Subject: Re: XFS File systems and PostgreSQL