You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ postgres=# SELECT * FROM ptrack_get_change_stat('0/285C8C8');
102
102
103
103
## Upgrading
104
104
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:
106
106
107
107
#### Upgrading from 2.0.0 to 2.1.*:
108
108
109
109
* Put `shared_preload_libraries = 'ptrack'` into `postgresql.conf`.
110
110
* Rename `ptrack_map_size` to `ptrack.map_size`.
111
-
* Do `ALTER EXTENSION 'ptrack' UPDATE;`.
111
+
* Do `ALTER EXTENSION ptrack UPDATE;`.
112
112
* Restart your server.
113
113
114
114
#### 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,
121
121
* Update ptrack binaries
122
122
* Remove global/ptrack.map.mmap if it exist in server data directory
0 commit comments