Re: What am I doing wrong in here?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What am I doing wrong in here?
Дата
Msg-id 12837.1072550527@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What am I doing wrong in here?  (Devrim GUNDUZ <devrim@gunduz.org>)
Список pgsql-sql
Devrim GUNDUZ <devrim@gunduz.org> writes:
> And I get:
> NOTICE:  CREATE TABLE will create implicit sequence "tdmalias_mid_seq" for 
> "serial" column "tdmalias.mid"
> ERROR:  permission denied for schema pg_catalog

I can't replicate that here: I get

NOTICE:  CREATE TABLE will create implicit sequence "tdmalias_mid_seq" for "serial" column "tdmalias.mid"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "tdmalias_pkey" for table "tdmalias"
CREATE TABLE
tdmsoftmailserver=> 

The nearby comments about needing to be superuser to create a user seem
to me to be well wide of the mark, since you'd have failed much earlier
than this in the script if that were the issue.

What do you get from "select * from pg_namespace" in the database where
this happens?
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Radius of a zip code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What am I doing wrong in here?