File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,11 @@ type SubscriptionSpec struct {
5252 // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="dbname is immutable"
5353 DBName string `json:"dbname"`
5454
55- // Subscription parameters part of the `WITH` clause as expected by
56- // PostgreSQL `CREATE SUBSCRIPTION` command
55+ // Subscription parameters included in the `WITH` clause of the PostgreSQL
56+ // `CREATE SUBSCRIPTION` command. Most parameters cannot be changed
57+ // after the subscription is created and will be ignored if modified
58+ // later, except for a limited set documented at:
59+ // https://www.postgresql.org/docs/current/sql-altersubscription.html#SQL-ALTERSUBSCRIPTION-PARAMS-SET
5760 // +optional
5861 Parameters map [string ]string `json:"parameters,omitempty"`
5962
You can’t perform that action at this time.
0 commit comments