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

Commit2e79206

Browse files
committed
fix formatting in README.md
1 parent56c61e5 commit2e79206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The extension is compatible with:
1212
* Postgres Pro Standard 9.5, 9.6;
1313
* Postgres Pro Enterprise;
1414

15-
By the way, we have a growing Wiki[out there](https://github.com/postgrespro/pg_pathman/wiki);
15+
By the way, we have a growing Wiki[out there](https://github.com/postgrespro/pg_pathman/wiki).
1616

1717
##Overview
1818
**Partitioning** means splitting one large table into smaller pieces. Each row in such table is moved to a single partition according to the partitioning key. PostgreSQL supports partitioning via table inheritance: each partition must be created as a child table with CHECK CONSTRAINT. For example:
@@ -292,7 +292,7 @@ CREATE TABLE IF NOT EXISTS pathman_config (
292292
exprTEXTNOT NULL,
293293
parttypeINTEGERNOT NULL,
294294
range_intervalTEXT,
295-
cooked_exprTEXT);
295+
cooked_exprTEXT);
296296
```
297297
This table stores a list of partitioned tables.
298298

@@ -345,7 +345,7 @@ AS SELECT * FROM show_partition_list();
345345
```
346346
This view lists all existing partitions, as well as their parents and range boundaries (NULL for HASH partitions).
347347

348-
###`pathman_cache_stats` --- per-backend memory consumption
348+
####`pathman_cache_stats` --- per-backend memory consumption
349349
```plpgsql
350350
-- helper SRF function
351351
CREATEOR REPLACE FUNCTION @extschema@.show_cache_stats()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp