From 6e85717a77f2b9eedbac8433bab4f80945ffc131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 23 Sep 2005 03:04:24 +0000 Subject: [PATCH] Add: > * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir > --- doc/TODO | 5 ++++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 6b407f12c1..babad273c9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Sep 22 19:54:09 EDT 2005 +Last updated: Thu Sep 22 23:04:06 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1042,6 +1042,9 @@ Source Code read them properly * Update Bonjour to work with newer cross-platform SDK * Remove BeOS and QNX-specific code +* Add options to pg_config to show the share_dir, sysconfdir, + pkgincludedir, and localedir + * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b69a1fc8af..0ccffb9a72 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Sep 22 19:54:09 EDT 2005 +Last updated: Thu Sep 22 23:04:06 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -943,6 +943,8 @@ first. read them properly

  • Update Bonjour to work with newer cross-platform SDK
  • Remove BeOS and QNX-specific code +
  • Add options to pg_config to show the share_dir, sysconfdir, + pkgincludedir, and localedir
  • Win32