]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
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 7a8d39d948605d3bfd1ba5c3ed4c65f5cf0b6652..aaee81ca3708e8cb00458b3d82ef61a96e966d4a 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>