aboutsummaryrefslogtreecommitdiff
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
commit2bf1bec585972e16daa9104db08531d3b32ada54 (patch)
treed49ce394881759189cd596b1eb199329603fac4e
parent02fb7eef91df41fab9c68cc73e6ec9f22c060981 (diff)
downloadpostgresql-2bf1bec585972e16daa9104db08531d3b32ada54.tar.gz
postgresql-2bf1bec585972e16daa9104db08531d3b32ada54.zip
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
-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 04ef0a85a72..9d94094bc18 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -2194,7 +2194,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>