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 1243aa9 commit d511555Copy full SHA for d511555
doc/src/sgml/plpgsql.sgml
@@ -4858,7 +4858,7 @@ $$ LANGUAGE plpgsql;
4858
to the local variable <varname>curtime</varname>, the
4859
<application>PL/pgSQL</application> interpreter casts this
4860
string to the <type>timestamp</type> type by calling the
4861
- <function>text_out</function> and <function>timestamp_in</function>
+ <function>textout</function> and <function>timestamp_in</function>
4862
functions for the conversion. So, the computed time stamp is updated
4863
on each execution as the programmer expects. Even though this
4864
happens to work as expected, it's not terribly efficient, so
0 commit comments