Re: [SQL] Which procedural language to use for functions.

2000-07-05 Thread Jan Wieck
Saltsgaver, Scott wrote: > Which procedural language is best for writing PostgreSQL functions: > 'PL/pgSQL', 'PL/perl', or 'PL/Tcl'? > > I know that I can't do table creates in 'PL/pgSQL'? > > Is there an obvious choice as far speed and size? PL/Tcl has the advantage that it can do the table

[SQL] Which procedural language to use for functions.

2000-06-30 Thread Saltsgaver, Scott
Which procedural language is best for writing PostgreSQL functions: 'PL/pgSQL', 'PL/perl', or 'PL/Tcl'? I know that I can't do table creates in 'PL/pgSQL'? Is there an obvious choice as far speed and size? Thanks, Scott Saltsgaver [EMAIL PROTECTED]