projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756dca8
)
docs: add parameter with brackets around varbit()
author
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Mar 2018 15:18:08 +0000
(11:18 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Mar 2018 15:18:08 +0000
(11:18 -0400)
Reported-by: scott.ure@caseware.com
Discussion: https://postgr.es/m/
152074343671
.1853.
18284519607571497106
@wrigleys.postgresql.org
Author: Euler Taveira
Backpatch-through: 10
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 1736478a42b60ae4ac08aec8dd4f00943a20f9cd..67bae322878486345b9ae704e093e6c086b581ba 100644
(file)
--- 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>