1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
> * Add pg_ctl option to do a syntax check of postgresql.conf
This commit is contained in:
Bruce Momjian
2008-06-11 20:54:31 +00:00
parent 70da495d84
commit ebff1d4dc6
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed May 28 22:04:08 EDT 2008
Last updated: Wed Jun 11 16:54:08 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1039,6 +1039,7 @@ Clients
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
* Add pg_ctl option to do a syntax check of postgresql.conf
* Add a function like pg_get_indexdef() that report more detailed index
information