Re: Extensions in schemas

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Extensions in schemas
Date: 2011-05-16 13:45:14
Message-ID: BANLkTimq1O1E381TX+AT4hg7oX2BgQ84aQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 16, 2011 at 3:59 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Is there any particular reason why we can't/don't auto-create schema
> bar when you run "CREATE EXTENSION foo SCHEMA bar"?

OK, I'll ask the obvious question. Should we also auto-create the
schema when a user says CREATE TABLE bar.foo()? If not, how is this
different?

(You knew that was coming.)

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-05-16 13:51:30 Re: DETOAST Datum
Previous Message Merlin Moncure 2011-05-16 12:16:51 Re: Exporting closePGconn from libpq