Re:

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2000-05-24 18:27:14
Message-ID: 20000524132714.A16986@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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=>

In response to

  • Re: at 2000-05-24 18:09:58 from Ross J. Reedstrom

Browse pgsql-general by date

  From Date Subject
Next Message Charlie Derr 2000-05-24 18:29:09 RE:
Previous Message Ross J. Reedstrom 2000-05-24 18:09:58 Re: