Revision 37809 branches/v2_0_0_prep/libraries/libFMap_daldb/resources/postgresql/org/gvsig/fmap/dal/store/postgresql/PostgreSQLParameters.xml

View differences:

PostgreSQLParameters.xml
8 8
      </extends>
9 9
      <fields>
10 10
        <field name="JDBCDriverClass" type="string" mandatory="true"
11
          defaultValue="org.postgresql.Driver" group="Other">
11
          defaultValue="org.postgresql.Driver" group="Advanced">
12 12
          <description>JDBC Driver class</description>
13 13
        </field>
14 14
		<field name="port" type="integer" mandatory="false"
......
16 16
          <description></description>
17 17
        </field>
18 18
        <field name="UseSSL" type="boolean" mandatory="false"
19
          defaultValue="false">
19
          defaultValue="false" group="Basic">
20 20
          <description>Use SSL connetion</description>
21 21
        </field>
22 22
      </fields>

Also available in: Unified diff