in reply to DBD::Pg - function declaration and using alias $n
I just added PostgreSQL support yesterday, and am looking for testers. With it you could call your function like so
use DBIx::ProcedureCall qw( poo ); my $result = poo ($dbh, 12345);
As for your problem, I can only offer a work-around: Create the function with the psql command line tool (not with Perl/DBI). You only have to do this once (when installing your program), right?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::Pg - function declaration and using alias $n
by diotalevi (Canon) on Feb 15, 2005 at 21:01 UTC | |
by Thilosophy (Curate) on Feb 16, 2005 at 05:45 UTC | |
by diotalevi (Canon) on Feb 17, 2005 at 22:34 UTC |