We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61225f commit 8cea55eCopy full SHA for 8cea55e
doc/src/sgml/plpgsql.sgml
@@ -4892,7 +4892,7 @@ $$ LANGUAGE plpgsql;
4892
to the local variable <varname>curtime</varname>, the
4893
<application>PL/pgSQL</application> interpreter casts this
4894
string to the <type>timestamp</type> type by calling the
4895
- <function>text_out</function> and <function>timestamp_in</function>
+ <function>textout</function> and <function>timestamp_in</function>
4896
functions for the conversion. So, the computed time stamp is updated
4897
on each execution as the programmer expects. Even though this
4898
happens to work as expected, it's not terribly efficient, so
0 commit comments