You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
74
75
**Optional*`Subscriptions Table=<subscription_table_name>@<schema>` - to specify the schema.
75
76
**Optional*`Subscriptions Table=<subscription_table_name>@<schema>@<catalog>` - to specify the schema and catalog.
76
77
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.
0 commit comments