Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49d7d5f

Browse files
committed
doc: Fix incorrect reference to textout in plpgsql examples
This error has survived for 22 years, and has been introduced byda63386.Reported-by: Erwin BrandstetterDiscussion:https://postgr.es/m/CAGHENJ57wogGOvGXo5LgWYcqswxafLck8ELqHDR+zrkTPgs_OQ@mail.gmail.comBackpatch-through: 9.5
1 parent5144a40 commit49d7d5f

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
@@ -4727,7 +4727,7 @@ $$ LANGUAGE plpgsql;
47274727
to the local variable <varname>curtime</varname>, the
47284728
<application>PL/pgSQL</application> interpreter casts this
47294729
string to the <type>timestamp</type> type by calling the
4730-
<function>text_out</function> and <function>timestamp_in</function>
4730+
<function>textout</function> and <function>timestamp_in</function>
47314731
functions for the conversion. So, the computed time stamp is updated
47324732
on each execution as the programmer expects. Even though this
47334733
happens to work as expected, it's not terribly efficient, so

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp