PostgreSQL database
Telosys database configuration
Since Telosys 4.3
- id: pgcars
name: PostgreSQL 'cars' schema on 'localhost'
type: POSTGRESQL
# JDBC configuration
url: jdbc:postgresql://myhost:5432/mydatabase
user: john_doe
password: not_to_reveal
# Metadata parameters
schema: carsBefore Telosys 4.3
- id: pgcars
name: PostgreSQL 'cars' schema on 'localhost'
type: POSTGRESQL
# JDBC configuration
driver: org.postgresql.Driver
url: jdbc:postgresql://myhost:5432/mydatabase
user: john_doe
password: not_to_reveal
# Metadata parameters
catalog: '!'
schema: cars
tableNamePattern: '%'
tableTypes: TABLEJDBC driver
Technical information about PostgreSQL
Structure

PostgreSQL case conversion rules
Schema management
Last updated