Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
41.9. Tcl Procedure Names
Prev UpChapter 41. PL/Tcl - Tcl Procedural LanguageHome Next

41.9. Tcl Procedure Names

InPostgres Pro, the same function name can be used for different function definitions as long as the number of arguments or their types differ. Tcl, however, requires all procedure names to be distinct. PL/Tcl deals with this by making the internal Tcl procedure names contain the object ID of the function from the system tablepg_proc as part of their name. Thus,Postgres Pro functions with the same name and different argument types will be different Tcl procedures, too. This is not normally a concern for a PL/Tcl programmer, but it might be visible when debugging.


Prev Up Next
41.8. Modules and theunknown Command Home Chapter 42. PL/Perl - Perl Procedural Language
pdfepub
Go to Postgres Pro Standard 9.5
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp