Really annoying comments... - Mailing list pgsql-hackers

From Rod Taylor
Subject Really annoying comments...
Date
Msg-id 04f201c1e7cc$3479b2a0$8001a8c0@jester
Whole thread Raw
Responses Re: Really annoying comments...  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improved scanner performance
Next
From: Tom Lane
Date:
Subject: Re: Schema (namespace) privilege details