Thread: Running stored procedure
Hi, Is there a way to execute a stored procedure at the command line (psql)? thanks, ludwig. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
do a select yourfunctionname(); That should do it!! http://www.pgexplorer.com ----- Original Message ----- From: "Ludwig Lim" <lud_nowhere_man@yahoo.com> To: "PostgreSQL Mailing List" <pgsql-novice@postgresql.org> Sent: Tuesday, April 09, 2002 11:28 AM Subject: [NOVICE] Running stored procedure > Hi, > > Is there a way to execute a stored procedure at the > command line (psql)? > > thanks, > ludwig. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html >