Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bb9fc9

Browse files
committed
Add:
> * Allow more complex user/database default GUC settings> Currently, ALTER USER and ALTER DATABASE support per-user and> per-database defaults. Consider adding per-user-and-database> defaults so things like search_path can be defaulted for a> specific user connecting to a specific database.>>
1 parent7229b8c commit6bb9fc9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

‎doc/TODO

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (bruce@momjian.us)
5-
Last updated:Fri Sep 2922:59:01 EDT 2006
5+
Last updated:Fri Sep 2923:55:30 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -63,7 +63,12 @@ Administration
6363
partition selection.
6464

6565
* Allow auto-selection of partitioned tables for min/max() operations
66+
* Allow more complex user/database default GUC settings
6667

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.
6772

6873
* Improve replication solutions
6974

@@ -793,6 +798,7 @@ Clients
793798

794799
Triggers
795800
========
801+
796802
* Add deferred trigger queue file
797803

798804
Right now all deferred trigger information is stored in backend
@@ -872,6 +878,7 @@ Exotic Features
872878

873879
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
874880

881+
875882
Indexes
876883
=======
877884

‎doc/src/FAQ/TODO.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Sep 2922:59:01 EDT 2006
11+
Last updated: Fri Sep 2923:55:30 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
6363
partition selection.
6464
</p>
6565
</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>
6672
</li><li>Improve replication solutions
6773
<ul>
6874
<li>Load balancing
@@ -718,6 +724,7 @@ <h1><a name="section_9">Clients</a></h1>
718724
</li></ul>
719725
</li></ul>
720726
<h1><aname="section_10">Triggers</a></h1>
727+
721728
<ul>
722729
<li>Add deferred trigger queue file
723730
<p> Right now all deferred trigger information is stored in backend

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp