Le Jeudi 14 Mars 2002 18:43, frank_lupo@email.it a écrit :
> if possible create language vbs (visual basic script) in postgresql for
> windows ?
> In pgsql-general archivie don't have answere.
No it is impossible and will never be possible.
PostgreSQL can be programmed server-side in several languages, including
PLpgSQL, PLperl, C, etc.. pgAdmin2 includes a GUI with syntax highlight for
server-side programming. Maybe you should read the online doc :
http://www.postgresql.org/idocs/
Cheers, Jean-Michel