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 b615b23 commit 939db2cCopy full SHA for 939db2c
doc/src/sgml/plpgsql.sgml
@@ -4864,7 +4864,7 @@ $$ LANGUAGE plpgsql;
4864
to the local variable <varname>curtime</varname>, the
4865
<application>PL/pgSQL</application> interpreter casts this
4866
string to the <type>timestamp</type> type by calling the
4867
- <function>text_out</function> and <function>timestamp_in</function>
+ <function>textout</function> and <function>timestamp_in</function>
4868
functions for the conversion. So, the computed time stamp is updated
4869
on each execution as the programmer expects. Even though this
4870
happens to work as expected, it's not terribly efficient, so
0 commit comments