Adding column comment to information_schema.columns
From:
Justin Clift <jc(at)telstra(dot)net>
To:
PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject:
Adding column comment to information_schema.columns
Date:
2004-07-01 03:00:15
Message-ID:
40E37E3F.2050400@telstra.net (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
Hi all,
Not sure how worthwhile others will find this small patch (to CVS HEAD),
but we found it useful. It adds the column comments to the
information_schema.columns view.
Hope it's useful.
:-)
Regards and best wishes,
Justin Clift
Responses
pgsql-hackers by date
Next :From: Tom LaneDate: 2004-07-01 04:21:55
Subject : Performance with new nested-xacts code
Previous :From : Joseph ShraibmanDate : 2004-07-01 02:56:53
Subject : suggestion: set default statistics to 100 for numerics