summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorlazydba247 <nakache@gmail.com>2020-02-14 00:24:37 +0200
committerGitHub <noreply@github.com>2020-02-13 14:24:37 -0800
commit91263c37b94a1a3b45be13d35ff1ea19c7b8e1b7 (patch)
tree0a140541c0ad3e49b479c49299d81af00c2f88d4 /changelog.rst
parent8fe316e5376738880c9cf4013f37ff357f428e19 (diff)
Add Support for partitioned tables. (#1145)
* partitioned tables: add support Starting from 9.6+ relkind has new members (more info here: https://www.postgresql.org/docs/12/catalog-pg-class.html) * Update AUTHORS * Update changelog.rst * foreign tables: add support Starting from 9.6+ relkind has new members (more info here: https://www.postgresql.org/docs/12/catalog-pg-class.html)
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 68d8c1b6..1bc7d8c4 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,6 +6,7 @@ Features:
* Add `__main__.py` file to execute pgcli as a package directly (#1123).
* Add support for ANSI escape sequences for coloring the prompt (#1122).
+* Add support for partitioned tables (relkind "p").
Bug fixes: