Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 744ea25

Browse files
committed
Add:
> * Have pg_ctl look at PGHOST in case it is a socket directory
1 parent 24a1a6a commit 744ea25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Nov 29 23:44:35 EST 2003
3+
Last updated: Sun Nov 30 00:29:26 EST 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -185,6 +185,7 @@ Commands
185185
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
186186
* Ignore temporary tables from other session when processing inheritance
187187
* Add GUC setting to make created tables default to WITHOUT OIDS
188+
* Have pg_ctl look at PGHOST in case it is a socket directory
188189

189190

190191
* ALTER
@@ -460,7 +461,7 @@ Source Code
460461
* Acquire lock on a relation before building a relcache entry for it
461462
* Research interaction of setitimer() and sleep() used by statement_timeout
462463
* Add checks for fclose() failure
463-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/30 04:44:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/30 04:44:38 momjian Exp $
464+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $
464465
* Exit postmaster if postgresql.conf can not be opened
465466
* Rename /scripts directory because they are all C programs now
466467
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)