pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,
Date: 2006-02-09 14:53:52
Message-ID: 20060209145352.ED9109DC948@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use "bitwise" rather than "binary for AND/OR descriptions in \d, to
match SGML documentation.

Modified Files:
--------------
pgsql/src/include/catalog:
pg_proc.h (r1.393 -> r1.394)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.393&r2=1.394)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2006-02-09 18:04:20 pgsql: 1 Fix bug with very short word: prefix and suffix might be
Previous Message Tom Lane 2006-02-09 07:23:20 Re: pgsql: Fix broken non-YYDEBUG case.