Really annoying comments...

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Really annoying comments...
Date: 2002-04-19 18:01:16
Message-ID: 04f201c1e7cc$3479b2a0$8001a8c0@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

COMMENT ON DATABASE db IS 'Comment';

Now switch databases. Comment is gone.

Of course, adding the comments to template1 will carry comments
forward (in pg_description) to future DBs. Not fatal, but quite
annoying.

I suppose in order to add a comment field to pg_database it would need
to be toasted or something (ton of work). Any other way to fix this?
--
Rod

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-04-19 18:43:42 Re: Schema (namespace) privilege details
Previous Message Tom Lane 2002-04-19 17:35:11 Re: Improved scanner performance