Make some column descriptions easier to distinguish visually

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Make some column descriptions easier to distinguish visually
Date: 2021-05-05 22:52:33
Message-ID: 20210505225233.GE17834@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Folks,

I was writing up a query on pg_constraint, and the columns whose
descriptions I've changed here were pretty hard to puzzle out, as they
were only distinct up to the difference between F and P, which isn't
always easy to see. Please find attached a patch to disambiguate
them.

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment Content-Type Size
v1-0001-Clarify-some-column-descriptions-in-pg_constraint.patch text/x-diff 2.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-05 22:55:25 Re: v14 mechanical code beautification patches
Previous Message Matthias van de Meent 2021-05-05 22:18:17 Re: MaxOffsetNumber for Table AMs