aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-04-23 16:14:14 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-04-23 16:14:14 -0400
commit125ba2945aacde7713f3767b012c429c384f3b62 (patch)
tree25f7837f760b1eb8d68052a8752722d184010dd8 /doc/src
parentc18cc0034e184374e1586c822a2ab09a494d33ff (diff)
downloadpostgresql-125ba2945aacde7713f3767b012c429c384f3b62.tar.gz
postgresql-125ba2945aacde7713f3767b012c429c384f3b62.zip
doc: Fix DocBook table column count declaration
This was broken in 26cd1d7d9513b2b490efc746551ec5a786b56212.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0c8fc67cc62..3a83ab2216c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -10092,7 +10092,7 @@ table2-mapping
<table id="functions-json-op-table">
<title><type>json</> and <type>jsonb</> Operators</title>
- <tgroup cols="4">
+ <tgroup cols="5">
<thead>
<row>
<entry>Operator</entry>