Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 3E3B82E034F for ; Tue, 4 Mar 2008 17:00:11 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 10661-01 for ; Tue, 4 Mar 2008 17:00:07 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from skynet.simkin.ca (skynet.simkin.ca [72.51.27.117]) by postgresql.org (Postfix) with ESMTP id 240692E0328 for ; Tue, 4 Mar 2008 17:00:07 -0400 (AST) Received: from charon.medialogik.com (charon.medialogik.com [72.51.27.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skynet.simkin.ca (Postfix) with ESMTP id 09FFF4A56 for ; Tue, 4 Mar 2008 13:00:04 -0800 (PST) From: Alan Hodgson Organization: Simkin Network Consulting To: pgsql-general@postgresql.org Subject: Re: Documenting a DB schema Date: Tue, 4 Mar 2008 13:00:50 -0800 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <082D8A131DF72A4D88C908A1AD3DEB22023B34F2@mail-1.rf.lan> In-Reply-To: <082D8A131DF72A4D88C908A1AD3DEB22023B34F2@mail-1.rf.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803041300.50522@hal.medialogik.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/102 X-Sequence-Number: 129424 On Tuesday 04 March 2008, "Shahaf Abileah" wrote: > > However, Postgres doesn't support the "comment" keyword. Is there an > alternative? comment on table table_name is 'comment'; comment on column table.column_name is 'comment'; -- Alan