Re: Access rights for tablespaces, phpPgAdmin versus PgAdmin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kenneth Porter <shiva(at)sewingwitch(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Access rights for tablespaces, phpPgAdmin versus PgAdmin
Date: 2007-11-15 05:50:18
Message-ID: 24800.1195105818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kenneth Porter <shiva(at)sewingwitch(dot)com> writes:
> I then proceeded to create a new database in which to copy existing tables
> from another (Windows-based) application. (I plan to use the ODBC
> connector.) (As I type this, I just tried this with phpPgAdmin and it
> worked. I'll continue, though....) PgAdmin refuses to let me create the new
> DB, telling me "permission denied for tablespace pg_default".

Are you trying to explicitly specify the tablespace? If you just let it
default, it should work --- but if you name a tablespace you need CREATE
permission on that tablespace, even if it happens to be the same one
that would be the default choice.

If PgAdmin is trying to specify a tablespace even when you didn't ask
it to, that'd be a bug in PgAdmin IMHO.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Kenneth Porter 2007-11-15 08:23:13 Re: Access rights for tablespaces, phpPgAdmin versus PgAdmin
Previous Message Kenneth Porter 2007-11-15 03:10:26 Re: http://localhost/phpPgAdmin/