citusdata / citusdata/citus

Support table inheritance

Open
#5,277 3 comments 1 reaction 0 assignees View on GitHub
feature
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

CREATE TABLE cities (
name text,
population real,
elevation int -- (in ft)
);

CREATE TABLE capitals (
state char(2) UNIQUE NOT NULL
) INHERITS (cities);

SELECT create_reference_table('capitals');

Error message: capitals is not a regular, foreign or partitioned table

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.