Skip to content

Commit 1bbfc80

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 1278c33 commit 1bbfc80

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkg/api/v1/subscription_types.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)