Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
docs: add parameter with brackets around varbit()
authorBruce Momjian <bruce@momjian.us>
Fri, 30 Mar 2018 17:34:12 +0000 (13:34 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 30 Mar 2018 17:34:12 +0000 (13:34 -0400)
Reported-by: scott.ure@caseware.com
Discussion: https://postgr.es/m/152074343671.1853.18284519607571497106@wrigleys.postgresql.org

Author: Euler Taveira

Backpatch-through: 9.3

doc/src/sgml/datatype.sgml

index 2ecd8040c30d322f65ab4a4eadeb9ce78cc17316..4b6033945548947546b583cc18661a7a4363de80 100644 (file)
@@ -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>