Skip to content

joaodlf/pgpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgpi

Note: With the release of PostgreSQL 11, this tool is mostly not needed.

Partitions may have their own indexes, constraints and default values, distinct from those of other partitions. Indexes must be created separately for each partition.

-PostgreSQL 10 documentation

Postgres Partition Index is a CLI tool to facilitate creating an INDEX across multiple PostgreSQL 10 partitions/tables.

Installation

A direct install is provided for macOS, Linux, and OpenBSD:

curl https://raw.githubusercontent.com/joaodlf/pgpi/master/install.sh | sh

Binaries (including Windows) can also be downloaded.

Usage

image