From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Vinicius Abrahao <vinnix(dot)bsd(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Core Extensions relocation |
Date: | 2011-06-09 15:54:19 |
Message-ID: | 8856.1307634859@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Please do not piggyback on an unrelated thread to ask a question.
Start a new thread.
Vinicius Abrahao <vinnix(dot)bsd(at)gmail(dot)com> writes:
> postgres=# CREATE EXTENSION pg_buffercache SCHEMA pg_catalog;
> ERROR: syntax error at or near "NO"
This looks like a syntax error in the pg_buffercache--1.0.sql file ...
have you tampered with that at all?
I believe BTW that you cannot specify pg_catalog as the target schema
here. When I try that, I get:
regression=# CREATE EXTENSION pg_buffercache SCHEMA pg_catalog;
ERROR: permission denied to create "pg_catalog.pg_buffercache"
DETAIL: System catalog modifications are currently disallowed.
but it goes through fine without the SCHEMA clause.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2011-06-09 15:54:50 | procpid? |
Previous Message | Greg Smith | 2011-06-09 15:53:22 | Re: tuning autovacuum |