BF2864902 postgresql build.xml db port
https://sourceforge.net/tracker/?func=detail&aid=2864902&group_id=176962&atid=879332
This commit is contained in:
parent
b5e516720e
commit
6b7319acd6
|
@ -39,7 +39,8 @@
|
|||
<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="-d ${postgresql.database} -q" />
|
||||
<arg line="-U ${postgresql.user}" />
|
||||
<arg line="-U ${postgresql.user}" />
|
||||
<arg line="-p ${postgresql.port}"/>
|
||||
<arg line='-f "${file.name}"' />
|
||||
<env key="PGPASSWORD" value="${postgresql.password}" />
|
||||
</exec>
|
||||
|
|
Loading…
Reference in New Issue