Skip to content

add standby information#35

Open
a320321wb wants to merge 1 commit intopg-monz:masterfrom
a320321wb:master
Open

add standby information#35
a320321wb wants to merge 1 commit intopg-monz:masterfrom
a320321wb:master

Conversation

@a320321wb
Copy link

in master
postgres=# select pg_is_in_recovery()::int;
pg_is_in_recovery

             0

(1 row)
in standby
postgres=# select pg_is_in_recovery()::int;
pg_is_in_recovery

            1

(1 row)

select pg_is_in_recovery()::int; is run on standby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant