X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id DE57ED1B8D7 for ; Tue, 27 Apr 2004 12:03:41 -0300 (ADT) 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 29322-02 for ; Tue, 27 Apr 2004 12:03:39 -0300 (ADT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by svr1.postgresql.org (Postfix) with ESMTP id 91200D1B8AA for ; Tue, 27 Apr 2004 12:03:38 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 1BIU7V-0003ql-0X; Tue, 27 Apr 2004 16:03:37 +0100 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Some more questions on DB schema X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 27 Apr 2004 16:03:37 +0100 Message-ID: <03AF4E498C591348A42FC93DEA9661B889FB6D@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Some more questions on DB schema thread-index: AcQsZRWxM9KkACPQT5+Y0PnIrox+wwAA4mjQ From: "Dave Page" To: "Alexey Borzov" , X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200404/221 X-Sequence-Number: 4325 =20 > -----Original Message----- > From: Alexey Borzov [mailto:borz_off@cs.msu.su]=20 > Sent: 27 April 2004 15:35 > To: pgsql-www@postgresql.org > Subject: [pgsql-www] Some more questions on DB schema >=20 > Greetings. >=20 > 1) What is the table 'dellog' for? It's a leftover from the old search engine iirc. I assume there's noting interesting in it? If not, it can go. > 2) Why 'comments' table does not have a foreign key on 'docs'? Oversight I guess. Feel free to add one. Regards, Dave.