Skip to content

Commit a9f18ec

Browse files
committed
update Subscriptions Table spec
1 parent f11371c commit a9f18ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

servicecontrol/transports.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ In addition to the [connection string options of the transport](/transports/post
8181

8282
* `Queue Schema=<schema_name>` - Specifies a custom schema for the ServiceControl input queue.
8383
* `Subscriptions Table=<subscription_table_name>` - Specifies PostgreSQL subscription table name.
84-
* *Optional* `Subscriptions Table=schema.tablename` - to specify the schema.
84+
* *Optional* `Subscriptions Table=schema.tablename` - to specify the schema with simple table name.
85+
* *Optional* `Subscriptions Table=schema.multi.table.name` - to specify the schema with a table name containing `.`.
86+
* *Optional* `Subscriptions Table==&quot;multi.table.name=&quot;` - to specify a table name containing `.` without a schema. In this case, `Queue Schema` will be used if specified, otherwise the default schema (`public`) will be used.
8587

8688
## Amazon SQS
8789

0 commit comments

Comments
 (0)