Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres - fix missing partitioned tables in navigation #396

Closed
wants to merge 1 commit into from

Conversation

rydercz
Copy link
Contributor

@rydercz rydercz commented Aug 11, 2020

From Postgres version 10 have partitioned tables relkind = p.

https://www.postgresql.org/docs/10/catalog-pg-class.html

@dark0ni
Copy link

dark0ni commented Dec 24, 2020

Same issue, our price tables are splitted in 20 table entries. It would great if somebody can code review this merge request

@salacr
Copy link
Contributor

salacr commented Jan 31, 2021

I think that this MR is incomplete, for example it seams that partitioned tables will be handled as a VIEW. (Well that's actualy not incorect) but when we want to delete paritioned table the syntax is DROP TABLE right ?

@vrana
Copy link
Owner

vrana commented Feb 7, 2021

Merged as is.

@vrana vrana closed this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants