1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian 2001-06-02 19:11:42 +00:00
parent 5433b48380
commit 1df27f9a59

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu May 31 10:48:15 EDT 2001 Last updated: Sat Jun 2 15:11:24 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -179,8 +179,8 @@ COMMANDS
CLIENTS CLIENTS
* Make NULL's come out at the beginning or end depending on the * -Make NULL's come out at the beginning or end depending on the
ORDER BY direction ORDER BY direction (Tom)
* have pg_dump use LEFT OUTER JOIN in multi-table SELECTs * have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
or multiple SELECTS to avoid bad system catalog entries or multiple SELECTS to avoid bad system catalog entries
* allow psql \d to show foreign keys * allow psql \d to show foreign keys