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 5144a40 commit 49d7d5fCopy full SHA for 49d7d5f
doc/src/sgml/plpgsql.sgml
@@ -4727,7 +4727,7 @@ $$ LANGUAGE plpgsql;
4727
to the local variable <varname>curtime</varname>, the
4728
<application>PL/pgSQL</application> interpreter casts this
4729
string to the <type>timestamp</type> type by calling the
4730
- <function>text_out</function> and <function>timestamp_in</function>
+ <function>textout</function> and <function>timestamp_in</function>
4731
functions for the conversion. So, the computed time stamp is updated
4732
on each execution as the programmer expects. Even though this
4733
happens to work as expected, it's not terribly efficient, so
0 commit comments