Re: 7.3 --> 7.4 C Functions
Manuel Sugawara <masm@fciencias.unam.mx>
From: Manuel Sugawara <masm@fciencias.unam.mx>
To: "Nigel J. Andrews" <nandrews@investsystems.co.uk>
Cc: pgsql-general@postgresql.org
Date: 2003-12-10T16:55:15Z
Lists: pgsql-general
"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes: > I'm considering writing some functions in C. This is a collection of > approximately 230 functions, mostly in plpgsql at the moment. Number of lines > of plpgsql is approximately 6500 That's a lot of code. A nice thing would be to write a plpgsql -> C translator (kind of compiler). Many of the requiered work is already done by the plpgsql handler and it sounds much more fun and useful in the long term. Just my $0.2. Regards, Manuel.