Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c1bbebb

Browse files
committed
further improvements in README.md
1 parent ba8e164 commit c1bbebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ In order to update pg_pathman:
104104
3. Execute the following queries:
105105

106106
```plpgsql
107-
/* replace X.Y with the version number, e.g. 1.3 */
108-
ALTER EXTENSION pg_pathman UPDATE TO "X.Y";
107+
/* only required for major releases, e.g. 1.3 -> 1.4 */
108+
ALTER EXTENSION pg_pathman UPDATE;
109109
SET pg_pathman.enable = t;
110110
```
111111

0 commit comments

Comments
 (0)