2018-03-11 1:43 GMT-03:00 PG Doc comments form <nore...@postgresql.org>:
> 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
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>
 

Reply via email to