mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add:
> * Have pg_ctl look at PGHOST in case it is a socket directory
This commit is contained in:
parent
24a1a6a5d9
commit
744ea255b0
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Nov 29 23:44:35 EST 2003
|
Last updated: Sun Nov 30 00:29:26 EST 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -185,6 +185,7 @@ Commands
|
|||||||
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
|
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
|
||||||
* Ignore temporary tables from other session when processing inheritance
|
* Ignore temporary tables from other session when processing inheritance
|
||||||
* Add GUC setting to make created tables default to WITHOUT OIDS
|
* Add GUC setting to make created tables default to WITHOUT OIDS
|
||||||
|
* Have pg_ctl look at PGHOST in case it is a socket directory
|
||||||
|
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
@ -460,7 +461,7 @@ Source Code
|
|||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* 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 $
|
* 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 $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user