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

Commitf9244df

Browse files
committed
Add:
> o Issue a warning if a change-on-restart-only postgresql.conf value> is modified and the server config files are reloaded> o Mark change-on-restart-only values in postgresql.conf205a209> o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
1 parentacba287 commitf9244df

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎doc/TODO

Lines changed: 5 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 (pgman@candle.pha.pa.us)
5-
Last updated:Fri Aug 2615:41:03 EDT 2005
5+
Last updated:Fri Aug 2616:38:55 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -80,6 +80,9 @@ Administration
8080
o %Allow postgresql.conf file values to be changed via an SQL
8181
API, perhaps using SET GLOBAL
8282
o Allow the server to be stopped/restarted via an SQL API
83+
o Issue a warning if a change-on-restart-only postgresql.conf value
84+
is modified and the server config files are reloaded
85+
o Mark change-on-restart-only values in postgresql.conf
8386

8487

8588
* Tablespaces
@@ -203,6 +206,7 @@ Data Types
203206
If the TIMESTAMP value is stored with a time zone name, interval
204207
computations should adjust based on the time zone rules.
205208

209+
o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
206210
o Add ISO INTERVAL handling
207211
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
208212
SECOND

‎doc/src/FAQ/TODO.html

Lines changed: 5 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Aug 2615:41:03 EDT 2005
11+
Last updated: Fri Aug 2616:38:55 EDT 2005
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>.
@@ -76,6 +76,9 @@ <h1><a name="section_2">Administration</a></h1>
7676
</li><li>%Allow postgresql.conf file values to be changed via an SQL
7777
API, perhaps using SET GLOBAL
7878
</li><li>Allow the server to be stopped/restarted via an SQL API
79+
</li><li>Issue a warning if a change-on-restart-only postgresql.conf value
80+
is modified and the server config files are reloaded
81+
</li><li>Mark change-on-restart-only values in postgresql.conf
7982
</li></ul>
8083
</li><li>Tablespaces
8184
<ul>
@@ -187,6 +190,7 @@ <h1><a name="section_4">Data Types</a></h1>
187190
<p> If the TIMESTAMP value is stored with a time zone name, interval
188191
computations should adjust based on the time zone rules.
189192
</p>
193+
</li><li>Fix SELECT '0.01 years'::interval, '0.01 months'::interval
190194
</li><li>Add ISO INTERVAL handling
191195
<ul>
192196
<li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp