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
@@ -124,13 +124,13 @@ postgres=# SELECT * FROM ptrack_get_change_stat('0/285C8C8');
124
124
125
125
## Upgrading
126
126
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:
128
128
129
129
#### Upgrading from 2.0.0 to 2.1.*:
130
130
131
131
* Put `shared_preload_libraries = 'ptrack'` into `postgresql.conf`.
132
132
* Rename `ptrack_map_size` to `ptrack.map_size`.
133
-
* Do `ALTER EXTENSION 'ptrack' UPDATE;`.
133
+
* Do `ALTER EXTENSION ptrack UPDATE;`.
134
134
* Restart your server.
135
135
136
136
#### 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,
143
143
* Update ptrack binaries
144
144
* Remove global/ptrack.map.mmap if it exist in server data directory
0 commit comments