Re: - Mailing list pgsql-general

From Ross J. Reedstrom
Subject Re:
Date
Msg-id 20000524132714.A16986@rice.edu
Whole thread Raw
In response to Re:  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-general
Uh, I cut & pasted the transcript in two pieces to get the selects in
the same order, and messed up. The error happens _after_ connecting as
anonymous, not before.

Ross

On Wed, May 24, 2000 at 01:09:58PM -0500, Ross J. Reedstrom wrote:
>
> idas=> select count(*) from urls;
> ERROR:  urls: Permission denied.
> idas=> \c - anonymous
> connecting as new user: anonymous
> idas=> select count(*) from urls_p;
> count
> -----
>    23
> (1 row)
>
> idas=>

pgsql-general by date:

Previous
From: "Charlie Derr"
Date:
Subject: RE:
Next
From: Giles Lean
Date:
Subject: Re: Migrating from mysql.