File tree 2 files changed +16
-2
lines changed 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Fri Sep 29 22:59:01 EDT 2006
5
+ Last updated: Fri Sep 29 23:55:30 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -63,7 +63,12 @@ Administration
63
63
partition selection.
64
64
65
65
* Allow auto-selection of partitioned tables for min/max() operations
66
+ * Allow more complex user/database default GUC settings
66
67
68
+ Currently, ALTER USER and ALTER DATABASE support per-user and
69
+ per-database defaults. Consider adding per-user-and-database
70
+ defaults so things like search_path can be defaulted for a
71
+ specific user connecting to a specific database.
67
72
68
73
* Improve replication solutions
69
74
@@ -793,6 +798,7 @@ Clients
793
798
794
799
Triggers
795
800
========
801
+
796
802
* Add deferred trigger queue file
797
803
798
804
Right now all deferred trigger information is stored in backend
@@ -872,6 +878,7 @@ Exotic Features
872
878
873
879
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
874
880
881
+
875
882
Indexes
876
883
=======
877
884
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Fri Sep 29 22:59:01 EDT 2006
11
+ Last updated: Fri Sep 29 23:55:30 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -63,6 +63,12 @@ <h1><a name="section_2">Administration</a></h1>
63
63
partition selection.
64
64
</ p >
65
65
</ li > < li > Allow auto-selection of partitioned tables for min/max() operations
66
+ </ li > < li > Allow more complex user/database default GUC settings
67
+ < p > Currently, ALTER USER and ALTER DATABASE support per-user and
68
+ per-database defaults. Consider adding per-user-and-database
69
+ defaults so things like search_path can be defaulted for a
70
+ specific user connecting to a specific database.
71
+ </ p >
66
72
</ li > < li > Improve replication solutions
67
73
< ul >
68
74
< li > Load balancing
@@ -718,6 +724,7 @@ <h1><a name="section_9">Clients</a></h1>
718
724
</ li > </ ul >
719
725
</ li > </ ul >
720
726
< h1 > < a name ="section_10 "> Triggers</ a > </ h1 >
727
+
721
728
< ul >
722
729
< li > Add deferred trigger queue file
723
730
< p > Right now all deferred trigger information is stored in backend
You can’t perform that action at this time.
0 commit comments