Skip to content

Commit 068c39d

Browse files
committed
Add Postgresql to SC transports
1 parent 2b99c30 commit 068c39d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

servicecontrol/transports.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The value for the `TransportType` settings can be any of the following:
1919
| [Amazon Simple Queue Service (SQS)](#amazon-sqs) | `AmazonSQS` |
2020
| [RabbitMQ](#rabbitmq)<br/><i>See topology options below.</i> | `RabbitMQ.QuorumConventionalRouting`<br/>`RabbitMQ.ClassicConventionalRouting`<br/>`RabbitMQ.QuorumDirectRouting`<br/>`RabbitMQ.ClassicDirectRouting` |
2121
| [SQL Server](#sql) | `SQLServer` |
22+
| [PostgreSQL](#postgresql) | `PostgreSQL` |
2223
| [Microsoft Message Queuing (MSMQ)](#msmq) | `MSMQ` |
2324

2425
Follow the link for each transport for additional information on configuration options for that transport lower on this page.
@@ -74,6 +75,14 @@ In addition to the [connection string options of the transport](/transports/sql/
7475
* *Optional* `Subscriptions Table=<subscription_table_name>@<schema>` - to specify the schema.
7576
* *Optional* `Subscriptions Table=<subscription_table_name>@<schema>@<catalog>` - to specify the schema and catalog.
7677

78+
## PostgreSQL
79+
80+
In addition to the [connection string options of the transport](/transports/postgresql/connection-settings.md#connection-configuration) the following ServiceControl specific options are available in versions 5.10 and above:
81+
82+
* `Queue Schema=<schema_name>` - Specifies custom schema for the ServiceControl input queue.
83+
* `Subscriptions Table=<subscription_table_name>` - Specifies PostgreSQL subscription table name.
84+
* *Optional* `Subscriptions Table=<subscription_table_name>@<schema>` - to specify the schema.
85+
7786
## Amazon SQS
7887

7988
The following ServiceControl connection string options are available:

0 commit comments

Comments
 (0)