Skip to content

Commit d427f73

Browse files
committed
Merge branch 'ce'
2 parents 5d371bc + 68ca717 commit d427f73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ postgres=# SELECT * FROM ptrack_get_change_stat('0/285C8C8');
124124

125125
## Upgrading
126126

127-
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:
127+
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:
128128

129129
#### Upgrading from 2.0.0 to 2.1.*:
130130

131131
* Put `shared_preload_libraries = 'ptrack'` into `postgresql.conf`.
132132
* Rename `ptrack_map_size` to `ptrack.map_size`.
133-
* Do `ALTER EXTENSION 'ptrack' UPDATE;`.
133+
* Do `ALTER EXTENSION ptrack UPDATE;`.
134134
* Restart your server.
135135

136136
#### Upgrading from 2.1.* to 2.2.*:
@@ -143,14 +143,14 @@ Since version 2.2 we use a different algorithm for tracking changed pages. Thus,
143143
* Update ptrack binaries
144144
* Remove global/ptrack.map.mmap if it exist in server data directory
145145
* Start server
146-
* Do `ALTER EXTENSION 'ptrack' UPDATE;`.
146+
* Do `ALTER EXTENSION ptrack UPDATE;`.
147147

148148
#### Upgrading from 2.3.* to 2.4.*:
149149

150150
* Stop your server
151151
* Update ptrack binaries
152152
* Start server
153-
* Do `ALTER EXTENSION 'ptrack' UPDATE;`.
153+
* Do `ALTER EXTENSION ptrack UPDATE;`.
154154

155155
## Limitations
156156

0 commit comments

Comments
 (0)