public inbox for [email protected]  
help / color / mirror / Atom feed
From: Euler Taveira <[email protected]>
To: [email protected]
To: [email protected]
Subject: Re: Documentation for varbit is missing size parameter
Date: Fri, 16 Mar 2018 01:17:04 -0300
Message-ID: <CAHE3wgg1k5w2M4h6MjSD8tGBVVABiCooXx+VfQaVzwoUAuDFRA@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

2018-03-11 1:43 GMT-03:00 PG Doc comments form <[email protected]>:
> The documentation for the varbit data type is missing the size parameter "[
> (n) ]".
>
Good catch! It seems to be an oversight in commit
768b647ead78d0d63915c1708cad13c2468f9440. The attached patch adds it.


-- 
   Euler Taveira                                   Timbira -
http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento


Attachments:

  [text/x-patch] doc2.diff (468B, 2-doc2.diff)
  download | inline diff:
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 9aa9b28..53059d5 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -60,7 +60,7 @@
 
       <row>
        <entry><type>bit varying [ (<replaceable>n</replaceable>) ]</type></entry>
-       <entry><type>varbit</type></entry>
+       <entry><type>varbit [ (<replaceable>n</replaceable>) ]</type></entry>
        <entry>variable-length bit string</entry>
       </row>
 


view thread (10+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: Documentation for varbit is missing size parameter
  In-Reply-To: <CAHE3wgg1k5w2M4h6MjSD8tGBVVABiCooXx+VfQaVzwoUAuDFRA@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox