Re: ALTER EXTENSION UPGRADE, v3 - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: ALTER EXTENSION UPGRADE, v3
Date
Msg-id 4D557B85.2040706@agliodbs.com
Whole thread Raw
In response to Re: ALTER EXTENSION UPGRADE, v3  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
> CREATE EXTENSION extname [ ( option [ , ... ] ) ]
> 
> where option can be one of:
> 
> SCHEMA blah
> VERSION blah
> FROM blah

+1

This also means that users don't have to remember the specific ordering
of the syntax, which is a big plus.

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Range Types: << >> -|- ops vs empty range
Next
From: Jeff Davis
Date:
Subject: Range Types: empty ranges