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
This type allows to create and destroy replication slots
917
+
to register warm standby replication on a Postgresql
918
+
master server.
919
+
920
+
#### `name`
921
+
The name of the slot to create. Must be a validt replication slot name. This is the namevar.
922
+
849
923
###Function: postgresql\_password
850
924
If you need to generate a postgres encrypted password, use `postgresql_password`. You can call it from your production manifests if you don't mind them containing the clear text versions of your passwords, or you can call it from the command line and then copy and paste the encrypted password into your manifest:
0 commit comments