LWN.net Logo

New features in PostgreSQL 9.1

New features in PostgreSQL 9.1

Posted May 2, 2011 21:35 UTC (Mon) by andresfreund (subscriber, #69562)
In reply to: New features in PostgreSQL 9.1 by rleigh
Parent article: New features in PostgreSQL 9.1

> Will the extension code be backported to 9.0 (or earlier) so that it can be used to aid upgrades to 9.1?
No, that would be way to invasive. But you can do CREATE EXTENSION ... FROM unpackaged; in the 9.1 install after restoring to convert an unpackaged extension into a packaged one.

http://developer.postgresql.org/pgdocs/postgres/sql-creat...
and
http://developer.postgresql.org/pgdocs/postgres/extend-ex...


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds