Skip to content

Commit a61df52

Browse files
committed
Merge branch 'ce-update-readme' into 'ce'
Update the update section in Readme See merge request eepbk/ptrack_ee!13
2 parents 061898e + 056c5d6 commit a61df52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
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)