diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-03-30 13:34:12 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-03-30 13:34:12 -0400 |
commit | a5de177f015dca857853012e65e55f22429646ae (patch) | |
tree | 9c11b25cb09e591ed0b0510f51929535669da809 /doc/src | |
parent | b33e38cb1e14441c2fc9abf3cc029979c4b5a419 (diff) | |
download | postgresql-a5de177f015dca857853012e65e55f22429646ae.tar.gz postgresql-a5de177f015dca857853012e65e55f22429646ae.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: 9.3
Diffstat (limited to 'doc/src')
-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 2ecd8040c30..4b603394554 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> |