Re:

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re:
Дата
Msg-id 20000524132714.A16986@rice.edu
обсуждение исходный текст
Ответ на Re:  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Charlie Derr"
Дата:
Сообщение: RE:
Следующее
От: Giles Lean
Дата:
Сообщение: Re: Migrating from mysql.