From ee2b61ee55bb866acf5a303adce7e8f8dd40c1d9 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) The most recent version of this document can be viewed at A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.
+ A hyphen, "-", marks changes that will appear in the upcoming 8.1 release. Bracketed items, "[]", have more detail.
This would allow an application inheriting a pooled connection to know
the queries prepared in the current session.
Currently SIGTERM of a backend can lead to lock table corruption.
Currently all schemas are owned by the super-user because they are
copied from the template1 database.
Currently, if a variable is commented out, it keeps the
previous uncommented value until a server restarted.
This would add a function to load the SQL table from
pg_hba.conf, and one to writes its contents to the flat file.
The table should have a line number that is a float so rows
can be inserted between existing rows, e.g. row 2.5 goes
between row 2 and row 3.
PostgreSQL TODO List
-Last updated: Wed Aug 24 10:00:31 EDT 2005
+Last updated: Wed Aug 24 10:05:23 EDT 2005
http://www.postgresql.org/docs/faqs.TODO.html.
+A percent sign, "%", marks items that are easier to implement.
Administration
-
-
@@ -100,7 +101,7 @@ first.
database to find the objects in each database for that tablespace.
It could start with a random tablespace from a supplied list and cycle through the list. @@ -125,7 +126,7 @@ first. the archive contins all the files needed for point-in-time recovery.
-This would allow server log information to be easily loaded into a database for analysis.
-Currently NUMERIC _rounds_ the result to the specified precision. @@ -165,14 +166,14 @@ first.
We can only auto-create rules for simple views. For more complex cases users will still have to write rules.
Currently only the owner can TRUNCATE a table because triggers are not called, and the table is locked in exclusive mode.
@@ -338,7 +339,7 @@ first. triggers?)Currently non-global system tables must be in the default database tablespace. Global system tables can never be moved.
-To do this, determine the ideal cluster index for each system table and set the cluster setting during initdb.
@@ -421,7 +422,7 @@ first. processed, with ROLLBACK on COPY failure.The proposed syntax is:
GRANT SELECT ON ALL TABLES IN public TO phpuser; @@ -450,7 +451,7 @@ first.
Because WITH HOLD cursors exist outside transactions, this allows them to be listed so they can be closed.
@@ -534,21 +535,21 @@ first.This is probably best done by combining pg_dump and pg_dumpall into a single binary.
-This was used in older releases to dump referential integrity constraints.
@@ -728,7 +729,7 @@ first.