git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de2d192)
docs: in mapping SQL to C data types, timestamp isn't a pointer
2020年8月31日 21:05:53 +0000 (17:05 -0400)
2020年8月31日 21:05:53 +0000 (17:05 -0400)
It is an int64.

Reported-by: ajulien@shaktiware.fr
Discussion: https://postgr.es/m/159845038271.24995.15682121015698255155@wrigleys.postgresql.org

Backpatch-through: 9.5


diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 732d93552127e8ee8dd494a726d86f45ebf435b6..e0692e993f59276103acae37b20a6784003303f8 100644 (file)
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -2226,7 +2226,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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /