From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
Cc: | PostgreSQL Mailing Lists-SQL <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: What am I doing wrong in here? |
Date: | 2003-12-27 18:42:07 |
Message-ID: | 12837.1072550527@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Devrim GUNDUZ <devrim(at)gunduz(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-12-27 18:50:03 | Re: What am I doing wrong in here? |
Previous Message | Tom Lane | 2003-12-27 18:21:08 | Re: Radius of a zip code |