Revision 650 trunk/org.gvsig.postgresql/org.gvsig.postgresql.provider/src/main/resources/org/gvsig/postgresql/dal/PostgreSQLParameters.xml

View differences:

PostgreSQLParameters.xml
12 12
          defaultValue="org.postgresql.Driver" group="Advanced">
13 13
          <description>JDBC Driver class</description>
14 14
        </field>
15
		<field name="port" type="integer" mandatory="false"
15
	<field name="port" type="integer" mandatory="false"
16 16
          defaultValue="5432" group="Connection">
17 17
          <description></description>
18 18
        </field>
......
28 28
          defaultValue="8" group="Advanced">
29 29
          <description>The maximum number of connections that can remail idle in the pool.</description>
30 30
        </field>
31
        <field name="networkTimeout" type="integer" mandatory="false"
32
          defaultValue="30000" group="Advanced">
33
          <description>The maximum period a connection or objects created from the connection will wait for the database to reply to any one request.</description>
34
        </field>
31 35
      </fields>
32 36
    </class>
33 37

  

Also available in: Unified diff