From: David G. Johnston [mailto:david.g.johnston@gmail.com]
Sent: Friday, June 05, 2015 9:59 AM
To: Igor Neyman
Cc: emilu@encs.concordia.ca; pgsql-sql@postgresql.org
Subject: Re: [SQL] remove tablespace for primary key (*not* by drop/recreate constraint)
On Friday, June 5, 2015, Igor Neyman <ineyman@perceptron.com> wrote:
I think this is what I prefer to run. But it seems that schema owner does not have permission to run it.
"permission denied for tablespace pg_default"
GRANT USAGE ON SCHEMA…
David J.
--
You are right, of course:
GRANT CREATE ON TABLESPACE…
Igor Neyman