From d316d597d36596f92147bebca1ee165cb0d7bd65 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Nov 2003 17:54:16 +0000 Subject: [PATCH] Update FAQ and TODO for 7.4. --- doc/FAQ | 10 +++++----- doc/TODO | 10 ++++++++-- doc/src/FAQ/FAQ.html | 11 ++++++----- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index bec9455b98..8fb7ee498c 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Oct 29 15:19:43 EST 2003 + Last updated: Mon Nov 10 17:47:25 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -244,9 +244,9 @@ http://www.PostgreSQL.org - There is also an IRC channel on EFNet and OpenProjects, channel - #PostgreSQL. I use the Unix command irc -c '#PostgreSQL' "$USER" - irc.phoenix.net. + There is also an IRC channel on EFNet and Freenode, channel + #PostgreSQL. You can use the Unix command irc -c '#PostgreSQL' "$USER" + irc.phoenix.net. or irc -c '#PostgreSQL' "$USER" irc.freenode.net. A list of commercial support companies is available at http://techdocs.postgresql.org/companies.php. @@ -349,7 +349,7 @@ Web page comparing PostgreSQL to MySQL at http://openacs.org/philosophy/why-not-mysql.html Also, MySQL is is a company that distributes its products via open source, not - an open source development community ilke PostgreSQL. + an open source development community like PostgreSQL. Reliability We realize that a DBMS must be reliable, or it is worthless. We diff --git a/doc/TODO b/doc/TODO index 7c1d5e4062..da102043bc 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Oct 26 00:43:53 EDT 2003 +Last updated: Tue Nov 11 23:10:40 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -206,6 +206,12 @@ Commands (Christopher) * Add optional textual message to NOTIFY * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them +* Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work + by searching for non-conflicting constraint names, and prefix with table name +* Use more reliable method for CREATE DATABASE to get a consistent copy of db +* Have psql \dn show only visible schemas using current_schemas() +* Have psql '\i ~/' actually load files it displays from home dir +* Ignore temporary tables from other session when processing inheritance * ALTER @@ -395,7 +401,7 @@ Fsync Cache ===== * Shared catalog cache, reduce lseek()'s by caching table size in shared area -* Add free-behind capability for large sequential scans (Bruce) +* Add free-behind capability for large sequential scans (fadvise) * Consider use of open/fcntl(O_DIRECT) to minimize OS caching * Make blind writes go through the file descriptor cache * Cache last known per-tuple offsets to speed long tuple access diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index b01bbef36e..c785c2eb7c 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Oct 29 15:19:43 EST 2003

+

Last updated: Mon Nov 10 17:47:25 EST 2003

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -316,9 +316,10 @@ http://www.PostgreSQL.org -

There is also an IRC channel on EFNet and OpenProjects, - channel #PostgreSQL. I use the Unix command irc -c - '#PostgreSQL' "$USER" irc.phoenix.net.

+

There is also an IRC channel on EFNet and Freenode, + channel #PostgreSQL. You can use the Unix command irc -c + '#PostgreSQL' "$USER" irc.phoenix.net. or irc -c + '#PostgreSQL' "$USER" irc.freenode.net.

A list of commercial support companies is available at http://techdocs.postgresql.org/companies.php.

@@ -446,7 +447,7 @@ MySQL at http://openacs.org/philosophy/why-not-mysql.html Also, MySQL is is a company that distributes its products via open source, not an - open source development community ilke PostgreSQL.
+ open source development community like PostgreSQL.

-- 2.39.5