ds.xyz.connection.type = postgres
Use this to create a database source which connects to a postgres database.
Â
Class | Database |
---|---|
Property | ds.xyz.connection.type = postgres |
Formal specification | ds.xyz.connection.type = postgres |
Required | no |
Default | |
Version | 1.0 |
Comment | |
Example | database.names=xyzÂ
ds.xyz.connection.driver_class = org.postgresql.DriverÂ
ds.xyz.connection.url = jdbc:postgresql://localhost/mydatabaseÂ
ds.xyz.connection.username = myuserÂ
ds.xyz.connection.password = secretÂ
|
Reference | gd.query.ds |