PostgreSQL JDBC connection URLs
Format:
jdbc:postgresql:[//host[:port]/]database
Fields:
|
Field |
Description |
|---|---|
|
host |
The address or host name of the database server |
|
port |
The port of the database server (by default 5432) |
|
database |
The database name |
|
Table 469: PostgreSQL JDBC connection URL fields |
|
For more information see [PostgreSQL Connect] .