Re: Relation 'pg_user' does not exist - Mailing list pgsql-general

From Matt Beauregard
Subject Re: Relation 'pg_user' does not exist
Date
Msg-id 20001109105405.S324@designscape.com.au
Whole thread Raw
In response to Re: Relation 'pg_user' does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Relation 'pg_user' does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Nov 08, 2000 at 06:45:15PM -0500, Tom Lane wrote:
> Matt Beauregard <matt@designscape.com.au> writes:
> >> Hmm, did you do something silly like delete pg_user?
>
> > No... I have no idea where the table went.  Which database do I need
> > to connect to in order to recreate it?  I tried recreating it in
> > template1 and got a set of interesting errors about also missing
> > pg_views.
>
> Ugh, something's more hosed than I thought, then.  What do you get
> from "select * from pg_class" in template1?

65 rows of stuff, including
 pg_user                         |       0 |       70 |     0 |
 0 |         0 |            0 | f           | f           | r       |
  8 |         0 |           0 |        0 |        0 |       0 | f
    | t           |
 pg_rules                        |       0 |       70 |     0 |
 0 |         0 |            0 | f           | f           | r       |
  3 |         0 |           0 |        0 |        0 |       0 | f
    | t           |
 pg_views                        |       0 |       70 |     0 |
 0 |         0 |            0 | f           | f           | r       |
  3 |         0 |           0 |        0 |        0 |       0 | f
    | t           |


--
Matt Beauregard
Information Technology Operations, DesignScape

Ph: +61 2 9361 4233   Fx: +61 2 9361 4633

pgsql-general by date:

Previous
From: Ferruccio Zamuner
Date:
Subject: Re: permissions on databases vs. permissions on tables
Next
From: Stephan Szabo
Date:
Subject: Re: Re: permissions on databases vs. permissions on tables