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

Commit 92f321e

Browse files
committed
update README.md
1 parent ae6b49b commit 92f321e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@ Done! Now it's time to setup your partitioning schemes.
7777

7878
> **Important:** Don't forget to set the `PG_CONFIG` variable in case you want to test `pg_pathman` on a custom build of PostgreSQL. Read more [here](https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules).
7979
80+
## How to update
81+
In order to update pg_pathman:
82+
83+
1. Install the latest _stable_ release of pg_pathman.
84+
2. Restart your PostgreSQL cluster.
85+
3. Execute the following queries:
86+
87+
```plpgsql
88+
/* replace X.Y with the version number, e.g. 1.3 */
89+
ALTER EXTENSION pg_pathman UPDATE TO "X.Y";
90+
SET pg_pathman.enable = t;
91+
```
92+
8093
## Available functions
8194

8295
### Partition creation
@@ -654,3 +667,4 @@ Do not hesitate to post your issues, questions and new ideas at the [issues](htt
654667
Ildar Musin <i.musin@postgrespro.ru> Postgres Professional Ltd., Russia
655668
Alexander Korotkov <a.korotkov@postgrespro.ru> Postgres Professional Ltd., Russia
656669
Dmitry Ivanov <d.ivanov@postgrespro.ru> Postgres Professional Ltd., Russia
670+

0 commit comments

Comments
 (0)