Changing extension schema fails silently - Mailing list pgsql-hackers

From Thom Brown
Subject Changing extension schema fails silently
Date
Msg-id CAA-aLv7q-VPamj_DtRxB4DOMcA5-o7+dDKwmGRrgyX92ohFnzQ@mail.gmail.com
Whole thread Raw
Responses Re: Changing extension schema fails silently
List pgsql-hackers
Hi,

I'm using the latest head and I created the file_fdw extension, then
attempted to change its schema (ALTER EXTENSION file_fdw SET SCHEMA
new_schema.  No error was returned, but it remained in the same schema
(according to pg_extension).

I then dropped the extension and created it again specifying the new
schema, and it is correctly assigned to that schema.

Am I missing something, or does this fail silently?

-- 
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Small documentation issue
Next
From: Dan Ports
Date:
Subject: Re: SSI 2PC coverage