1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Update Jan's completed item.

This commit is contained in:
Bruce Momjian
2003-09-29 21:42:04 +00:00
parent 7bc0678e0b
commit 34c64955cd

View File

@ -316,6 +316,8 @@ Improved compiled function caching mechanism in PL/pgSQL with full
Add new $0 parameter in PL/pgSQL representing the function's actual Add new $0 parameter in PL/pgSQL representing the function's actual
return type (Joe) return type (Joe)
Allow pltcl and plpython use the same trigger on multiple tables (Tom) Allow pltcl and plpython use the same trigger on multiple tables (Tom)
Fixed PL/Tcl's spi_prepare to accept full qualified type names in
the parameter type list (Jan)
_________________________________________________________________ _________________________________________________________________