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

Commita61df52

Browse files
committed
Merge branch 'ce-update-readme' into 'ce'
Update the update section in ReadmeSee merge request eepbk/ptrack_ee!13
2 parents061898e +056c5d6 commita61df52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ postgres=# SELECT * FROM ptrack_get_change_stat('0/285C8C8');
102102

103103
##Upgrading
104104

105-
Usually, you have to only install new version of`ptrack` and do`ALTER EXTENSION'ptrack' UPDATE;`. However, some specific actions may be required as well:
105+
Usually, you have to only install new version of`ptrack` and do`ALTER EXTENSION ptrack UPDATE;`. However, some specific actions may be required as well:
106106

107107
####Upgrading from 2.0.0 to 2.1.*:
108108

109109
* Put`shared_preload_libraries = 'ptrack'` into`postgresql.conf`.
110110
* Rename`ptrack_map_size` to`ptrack.map_size`.
111-
* Do`ALTER EXTENSION'ptrack' UPDATE;`.
111+
* Do`ALTER EXTENSION ptrack UPDATE;`.
112112
* Restart your server.
113113

114114
####Upgrading from 2.1.* to 2.2.*:
@@ -121,14 +121,14 @@ Since version 2.2 we use a different algorithm for tracking changed pages. Thus,
121121
* Update ptrack binaries
122122
* Remove global/ptrack.map.mmap if it exist in server data directory
123123
* Start server
124-
* Do`ALTER EXTENSION'ptrack' UPDATE;`.
124+
* Do`ALTER EXTENSION ptrack UPDATE;`.
125125

126126
####Upgrading from 2.3.* to 2.4.*:
127127

128128
* Stop your server
129129
* Update ptrack binaries
130130
* Start server
131-
* Do`ALTER EXTENSION'ptrack' UPDATE;`.
131+
* Do`ALTER EXTENSION ptrack UPDATE;`.
132132

133133
##Limitations
134134

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp