From:
Bruno Wolff III <bruno(at)wolff(dot)to>
To:
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc:
Hannu Krosing <hannu(at)tm(dot)ee>, Justin Clift <jc(at)telstra(dot)net>,PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Adding column comment to information_schema.columns
Date:
2004-07-02 15:03:12
Message-ID:
20040702150312.GA28476@wolff.to (view raw or flat )
Thread:
2004-07-01 03:00:15 from Justin Clift <jc(at)telstra(dot)net>
2004-07-01 04:33:23 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-07-01 04:35:43 from Justin Clift <jc(at)telstra(dot)net>
2004-07-01 07:20:05 from Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
2004-07-01 16:38:02 from jearl(at)bullysports(dot)com
2004-07-01 17:04:33 from Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
2004-07-01 17:07:31 from Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
2004-07-01 17:30:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-07-02 02:24:58 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2004-07-02 02:50:45 from Justin Clift <jc(at)telstra(dot)net>
2004-07-01 17:23:10 from Bruno Wolff III <bruno(at)wolff(dot)to>
2004-07-01 21:08:51 from Jochem van Dieten <jochemd(at)gmail(dot)com>
2004-07-01 22:11:09 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2004-07-02 02:05:57 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-02 02:07:35 from Justin Clift <jc(at)telstra(dot)net>
2004-07-02 11:57:18 from Hannu Krosing <hannu(at)tm(dot)ee>
2004-07-02 14:12:07 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
2004-07-02 14:30:05 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-02 15:03:12 from Bruno Wolff III <bruno(at)wolff(dot)to>
2004-07-02 17:04:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-07-02 20:41:06 from Hannu Krosing <hannu(at)tm(dot)ee>
2004-07-03 10:02:01 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-03 14:06:48 from Bruno Wolff III <bruno(at)wolff(dot)to>
2004-07-05 02:52:46 from Justin Clift <jc(at)telstra(dot)net>
2004-07-05 03:11:10 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-05 03:58:10 from Justin Clift <jc(at)telstra(dot)net>
2004-07-05 04:13:38 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-05 04:20:27 from Justin Clift <jc(at)telstra(dot)net>
2004-07-05 04:38:48 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-05 04:41:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-07-05 07:48:22 from Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
2004-07-02 17:50:08 from Jochem van Dieten <jochemd(at)gmail(dot)com>
2004-07-03 02:51:56 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-07-03 11:07:59 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-01 07:11:27 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-01 05:42:58 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2004-07-01 05:54:44 from Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
Lists:
pgsql-hackers
On Fri, Jul 02, 2004 at 22:30:05 +0800,
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> wrote:
> >>Well, if we add them (and they would be very useful I reckon) should we
> >>ensure there's an obvious PG naming thing happening?
>
> Why are they useful???? If you want PG specific stuff then use the PG
> specific catalogs!!!
The information schema could be used to provide a more stable interface.
The pg catalog changes from release to release and it would be nice to
be able to write code which is more future proof.
In response to
Responses
pgsql-hackers by date
Next :From: Merlin MoncureDate: 2004-07-02 15:18:44
Subject : Re: [Re] Re: PREPARE and transactions
Previous :From : Peter EisentrautDate : 2004-07-02 14:56:56
Subject : Re: [PATCHES] Show encoding in initdb messages