summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-31 17:05:53 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-31 17:05:53 -0400
commit6d33681f57bb183821268d82a97e3fa5a36f5cf6 (patch)
tree5ec38915b1bb71864fc3c6722031f9dd4aa878a1 /doc/src
parent33b8fa758609baad630361afce69fde1e53fbc74 (diff)
docs: in mapping SQL to C data types, timestamp isn't a pointer
It is an int64. Reported-by: ajulien@shaktiware.fr Discussion: https://postgr.es/m/159845038271.24995.15682121015698255155@wrigleys.postgresql.org Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/xfunc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index e7612135a92..5e92fa9272e 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -2147,7 +2147,7 @@ memcpy(destination->data, buffer, 40);
</row>
<row>
<entry><type>timestamp</type></entry>
- <entry><type>Timestamp*</type></entry>
+ <entry><type>Timestamp</type></entry>
<entry><filename>datatype/timestamp.h</filename></entry>
</row>
<row>