PostgreSQL 9.3 Open Items
From PostgreSQL wiki
(Difference between revisions)
m (→Not Blockers for 9.3) |
(→Blockers for 9.3: add pg_catalog protection item) |
||
| Line 3: | Line 3: | ||
== Blockers for 9.3 == | == Blockers for 9.3 == | ||
| - | * Add connection string option to pg_basebackup | + | * [http://www.postgresql.org/message-id/50F920D9.1040804@vmware.com Add connection string option to pg_basebackup] |
| + | ** We forgot to do this in 9.1, let's not forget it again. | ||
| + | * [http://www.postgresql.org/message-id/12365.1358098148@sss.pgh.pa.us Restore protection against accidentally creating stuff in pg_catalog schema] | ||
| + | ** There are a couple of ways to fix that, per thread, but we need to do something. | ||
== Not Blockers for 9.3 == | == Not Blockers for 9.3 == | ||
Revision as of 22:47, 29 January 2013
Contents |
Project Planning
See the PostgreSQL 9.3 Development Plan.
Blockers for 9.3
- Add connection string option to pg_basebackup
- We forgot to do this in 9.1, let's not forget it again.
- Restore protection against accidentally creating stuff in pg_catalog schema
- There are a couple of ways to fix that, per thread, but we need to do something.
Not Blockers for 9.3
- Consider whether message for COPY FREEZE needs to be added
- Consider whether COPY into newly created tables should ALWAYS freeze, perhaps only when checksums enabled
