Comment on database

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Comment on database
Date: 2002-04-21 22:45:05
Message-ID: 1019429106.8075.19.camel@knight.zort.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Restrict comment to the current database in order to prevent them from
mysteriously disappearing.

ie. \d+ will only ever show the comment for the current database --
which is appropriate since it can only pull comments from the current
database.

Won't break pgadmin functionality as it enforces this behaviour already.

I didn't find any regression tests for COMMENT.

Attachment Content-Type Size
comment.patch text/plain 818 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alexander Litvinov 2002-04-22 01:09:52 Re: [PATCHES] patch for ResultSet.java
Previous Message Gavin Sherry 2002-04-21 17:39:46 Re: [HACKERS] WITH DELIMITERS in COPY