Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8cea55e

Browse files
committed
doc: Fix incorrect reference to textout in plpgsql examples
This error has survived for 22 years, and has been introduced by da63386. Reported-by: Erwin Brandstetter Discussion: https://postgr.es/m/CAGHENJ57wogGOvGXo5LgWYcqswxafLck8ELqHDR+zrkTPgs_OQ@mail.gmail.com Backpatch-through: 9.5
1 parent e61225f commit 8cea55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@ $$ LANGUAGE plpgsql;
48924892
to the local variable <varname>curtime</varname>, the
48934893
<application>PL/pgSQL</application> interpreter casts this
48944894
string to the <type>timestamp</type> type by calling the
4895-
<function>text_out</function> and <function>timestamp_in</function>
4895+
<function>textout</function> and <function>timestamp_in</function>
48964896
functions for the conversion. So, the computed time stamp is updated
48974897
on each execution as the programmer expects. Even though this
48984898
happens to work as expected, it's not terribly efficient, so

0 commit comments

Comments
 (0)