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

Commit3360bc1

Browse files
committed
Add:
> * Allow pg_ctl to work properly with configuration files located outside> the PGDATA directory>> pg_ctl can not read the pid file because it isn't located in the> config directory but in the PGDATA directory. The solution is to> allow pg_ctl to read and understand postgresql.conf to find the> data_directory value.>
1 parent487990e commit3360bc1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

‎doc/TODO

Lines changed: 9 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:Sat Jun 4 12:53:41 EDT 2005
5+
Last updated:Sat Jun 414:12:31 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -423,6 +423,14 @@ Commands
423423

424424
* Add C code to copy directories for use in creating new databases
425425
* Have pg_ctl look at PGHOST in case it is a socket directory?
426+
* Allow pg_ctl to work properly with configuration files located outside
427+
the PGDATA directory
428+
429+
pg_ctl can not read the pid file because it isn't located in the
430+
config directory but in the PGDATA directory. The solution is to
431+
allow pg_ctl to read and understand postgresql.conf to find the
432+
data_directory value.
433+
426434
* Allow column-level GRANT/REVOKE privileges
427435
* Add a GUC variable to warn about non-standard SQL usage in queries
428436
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,

‎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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Jun 4 12:53:41 EDT 2005
11+
Last updated: Sat Jun 414:12:31 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>.
@@ -388,6 +388,13 @@ <h1><a name="section_7">Commands</a></h1>
388388
</p>
389389
</li><li>Add C code to copy directories for use in creating new databases
390390
</li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
391+
</li><li>Allow pg_ctl to work properly with configuration files located outside
392+
the PGDATA directory
393+
<p> pg_ctl can not read the pid file because it isn't located in the
394+
config directory but in the PGDATA directory. The solution is to
395+
allow pg_ctl to read and understand postgresql.conf to find the
396+
data_directory value.
397+
</p>
391398
</li><li>Allow column-level GRANT/REVOKE privileges
392399
</li><li>Add a GUC variable to warn about non-standard SQL usage in queries
393400
</li><li>Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp