Re: duplicate templates, wrong users

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Yanek Korff <yanek(at)cigital(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: duplicate templates, wrong users
Date: 2001-12-10 19:16:40
Message-ID: 20011210191640.F2303@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Wed, Dec 05, 2001 at 03:23:42PM -0500, Yanek Korff wrote:
...
> here's pg_user:
> usename | usesysid | usecreatedb | usetrace | usesuper | usecatupd |
> passwd | valuntil
> ------------+----------+-------------+----------+----------+-----------+----
> ------+----------
> pgsql | 72 | t | t | t | t |
> ******** |
> os_user | 71 | t | f | t | t |
> ******** |
> user3 | 75 | f | f | f | f |
> ******** |
> user1 | 72 | f | f | f | f |
> ******** |
> user2 | 73 | f | f | f | f |
> ******** |
...
> What's with the duplicate databases?

I think the problem is really the duplicate in usesysid - pgsql and user1
both have usesysid=72.

Cheers,

Patrick

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message ph wuidart 2001-12-10 20:06:11 Postgresql on win2000
Previous Message Steven Lane 2001-12-10 18:13:49 Shared memory oddity

Browse pgsql-general by date

  From Date Subject
Next Message Robert B. Easter 2001-12-10 19:19:08 Re: What is the practical limitation of no multi-threading?
Previous Message Eric Ridge 2001-12-10 19:10:14 Re: use BLOBS or use pointers to files on the filesystem?