Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedures under Ant

Status
Not open for further replies.

danielhooker

Programmer
May 18, 2006
1
GB
Hi,

I've posted this problem already to the Ant forums and as yet nobody has come up with a solution.

I seem to be unable to run postgres stored procedure .sql scripts from Ant using the <sql> ant task.

postgresql.util.PSQLException: ERROR: unterminated dollar-quoted string at or near $update_track_rating_average$

The scripts work fine if run directly from the command line using PSQL.

I was wondering if you knew what might be causing this?

Cheers,

Dan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top