Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92f321e

Browse files
committed
update README.md
1 parentae6b49b commit92f321e

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_pathmanUPDATE TO"X.Y";
90+
SETpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp