diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-03-30 11:18:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-03-30 11:18:08 -0400 |
commit | ac0b30b4ba86475c1c8815159447ec7d694c235c (patch) | |
tree | 70e967712f6b018282260c5f0a5a66cc2524f35f | |
parent | 5cbd54e40bfb529a364cad91e4d62274033d5eea (diff) | |
download | postgresql-ac0b30b4ba86475c1c8815159447ec7d694c235c.tar.gz postgresql-ac0b30b4ba86475c1c8815159447ec7d694c235c.zip |
docs: add parameter with brackets around varbit()
Reported-by: scott.ure@caseware.com
Discussion: https://postgr.es/m/152074343671.1853.18284519607571497106@wrigleys.postgresql.org
Author: Euler Taveira
Backpatch-through: 10
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 66891ca5588..2284a48729b 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> |