X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 6E4DCD1B432 for ; Sat, 27 Dec 2003 08:15:22 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 11065-10 for ; Sat, 27 Dec 2003 04:14:33 -0400 (AST) Received: from fetter.org (dsl092-188-065.sfo1.dsl.speakeasy.net [66.92.188.65]) by svr1.postgresql.org (Postfix) with ESMTP id DC2B1D1B458 for ; Sat, 27 Dec 2003 04:14:31 -0400 (AST) Received: from fetter.org (localhost.localdomain [127.0.0.1]) by fetter.org (8.12.8/8.12.8) with ESMTP id hBR8EWYm027106; Sat, 27 Dec 2003 00:14:32 -0800 Received: (from shackle@localhost) by fetter.org (8.12.8/8.12.8/Submit) id hBR8EWnf027104; Sat, 27 Dec 2003 00:14:32 -0800 Date: Sat, 27 Dec 2003 00:14:32 -0800 From: David Fetter To: Robert Treat Cc: PostgreSQL WWW Subject: Re: Outdated docs on techdocs Message-ID: <20031227081432.GL1158@fetter.org> References: <20031218162658.GJ19694@fetter.org> <1071765850.25090.8647.camel@camel> <20031218165349.GL19694@fetter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031218165349.GL19694@fetter.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200312/174 X-Sequence-Number: 3234 On Thu, Dec 18, 2003 at 08:53:50AM -0800, David Fetter wrote: > On Thu, Dec 18, 2003 at 11:44:10AM -0500, Robert Treat wrote: > > On Thu, 2003-12-18 at 11:26, David Fetter wrote: > > > Kind people, > > > > > > There are some pieces of techdocs that now supply inaccurate > > > info. For example, > > > http://techdocs.postgresql.org/techdocs/updatingcolumns.php > > > > > > says some things that are no longer true about ALTER TABLE, > > > which is confusing at best. Is there some way to remove it > > > pending edits? I'd be happy to do the edits :) > > > > Well... I can see that information being useful to people on older > > systems, so I can add a disclaimer that some of the information no > > longer applies to newer versions of postgresql until you can get > > the editing done. > > Can do. Where do I get it, and how do I submit the edits? Ya know, looking over this one and a couple of others, they should just be marked 'Obsolete.' Here's what I've found so far on http://techdocs.postgresql.org: Updating columns in PostgreSQL tables effectively by Joel Burton Compensating for Unimplemented Features in PostgreSQL 7.1 by John Pagakis and Todd Gauthier Oracle Style Data Dictionary views for PostgreSQL by Chris Brown --hasn't been updated in over 2 years, and PostgreSQL now has its own data dictionary. The following whole sections refer to uselessly out-of-date versions of PostgreSQL: "Known Bugs and Fixes" "Source code and additional functions" "Startup/shutdown scripts for PostgreSQL" This one's slightly amusing: PostgreSQL 101 by Shridhar Daithankar ib/WikiDB/backend/PearDB.php:698: Fatal[256]: wikidb_backend_mysql: fatal database error * DB Error: unknown error * (SELECT linkee.* FROM link, page AS linker, page AS linkee WHERE * linkfrom=linker.id AND linkto=linkee.id AND * linker.pagename='PostgresQL101' ORDER BY linkee.pagename * [nativecode=1030 ** Got error 28 from table handler]) The PostgreSQL FAQ is at http://www.postgresql.org/docs/faqs/FAQ.html not http://www.postgresql.org/docs/FAQ.html Re: the MySQL section, just my NSHO, all the entries except Joel Barton's excellent "Things to find out about when moving from MySQL to PostgreSQL" should come with a disclaimer like: Although these can help you transfer raw data from a MySQL database, you must consider the work only partially done at that point. You will almost certainly need to re-design the database, as it will have been designed around MySQL's inherant limitations. BTW, is there something that goes through regularly and checks to see if the links still link? If there isn't, I can find one to put in cron & report to whomever it should report to :) Cheers, D -- David Fetter david@fetter.org http://fetter.org/ phone: +1 510 893 6100 cell: +1 415 235 3778