Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1e2ae2

Browse files
committed
fix README.md
1 parent6b934b3 commita1e2ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ It's quite easy to create a backup and start a new replica:
104104
with testgres.get_new_node('master')as master:
105105
master.init().start()
106106
with master.backup()as backup:
107-
replica= backup.spawn_replica('replica').start()
108-
print(replica.execute('postgres','select 1'))
107+
replica= backup.spawn_replica('replica').start()
108+
print(replica.execute('postgres','select 1'))
109109
```
110110

111111
>Note: you could take a look at[`pg_pathman`](https://github.com/postgrespro/pg_pathman) to get an idea of`testgres`' capabilities.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp