pgsql-server/src/pl/tcl Tag: REL7_3_STABLE pltcl.c
pgsql-server/src/pl/tcl Tag: REL7_3_STABLE pltcl.c
От:
wieck@svr1.postgresql.org (Jan Wieck)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: wieck@svr1.postgresql.org 03/10/29 22:00:44 Modified files: src/pl/tcl : Tag: REL7_3_STABLE pltcl.c Log message: Support for qualified type names in PL/Tcl's spi_prepare command. This is not 100% backward compatible as formerly a double quoted type name containing a dot could be used. But I don't think may people use dot's in the name of user defined types. Jan