BF2864902 postgresql build.xml db port

https://sourceforge.net/tracker/?func=detail&aid=2864902&group_id=176962&atid=879332
This commit is contained in:
tspc 2009-09-23 10:26:03 +00:00
parent b5e516720e
commit 6b7319acd6
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
<exec dir="${postgresql.home}/bin" executable="${postgresql.home}/bin/psql" resultproperty="psql.result" output="psql.log" append="true"> <exec dir="${postgresql.home}/bin" executable="${postgresql.home}/bin/psql" resultproperty="psql.result" output="psql.log" append="true">
<arg line="-h ${postgresql.host}" /> <arg line="-h ${postgresql.host}" />
<arg line="-d ${postgresql.database} -q" /> <arg line="-d ${postgresql.database} -q" />
<arg line="-U ${postgresql.user}" /> <arg line="-U ${postgresql.user}" />
<arg line="-p ${postgresql.port}"/>
<arg line='-f "${file.name}"' /> <arg line='-f "${file.name}"' />
<env key="PGPASSWORD" value="${postgresql.password}" /> <env key="PGPASSWORD" value="${postgresql.password}" />
</exec> </exec>