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

Hide partitions for partitioned table #126

Closed
XieJJ99 opened this issue May 10, 2019 · 7 comments · Fixed by microsoft/pgtoolsservice#422 or microsoft/pgtoolsservice#434
Closed

Hide partitions for partitioned table #126

XieJJ99 opened this issue May 10, 2019 · 7 comments · Fixed by microsoft/pgtoolsservice#422 or microsoft/pgtoolsservice#434
Assignees
Labels
bug Something isn't working M3 Issues to be handled July 2023 Release-v0.5 Bug fix to be included in Release-v0.5 of PgSql extension

Comments

@XieJJ99
Copy link

XieJJ99 commented May 10, 2019

Currently all partitions will be displayed, it's better to hide the partitions.
The following statement will filter the partitions:

 select table_schema,table_name,table_type from  information_schema.tables where table_name not in (     SELECT relname FROM pg_class WHERE  relpartbound IS NOT NULL )
@maurobennici
Copy link

maurobennici commented May 13, 2019

I also need to hide all the TimeScaleDB hypertables.

@swjain23 swjain23 added the GA GA item label Feb 7, 2020
@swjain23 swjain23 added this to the GA milestone Feb 7, 2020
@swjain23 swjain23 added Med and removed GA GA item labels Feb 7, 2020
@swjain23 swjain23 added Sm and removed Med labels Feb 20, 2020
@swjain23 swjain23 modified the milestones: GA, High Priority issues Jul 14, 2020
@DaeunYim DaeunYim added the bug Something isn't working label Sep 16, 2021
@DaeunYim DaeunYim removed the Sm label Sep 23, 2021
@nasc17 nasc17 added the M2 Issues to be handled June 2023 label May 31, 2023
@jonels-msft jonels-msft self-assigned this Jun 5, 2023
@jonels-msft
Copy link
Collaborator

Reopening, and will close when v0.4 is released.

@jonels-msft jonels-msft reopened this Jun 8, 2023
@nasc17
Copy link
Collaborator

nasc17 commented Jun 22, 2023

Bug has been addressed in our unstable release of PostgreSQL extension v0.4.0-insiders. We would appreciate your verification that it has been handled appropriately.

@nasc17 nasc17 added the Release-v0.4 Bug fix to be included in Release-v0.4 of PgSql extension label Jun 22, 2023
@XieJJ99
Copy link
Author

XieJJ99 commented Jun 28, 2023

Just installed the preview extension, seems the bug still exists.
图片

@nasc17 nasc17 added M3 Issues to be handled July 2023 and removed M2 Issues to be handled June 2023 Release-v0.4 Bug fix to be included in Release-v0.4 of PgSql extension labels Jun 29, 2023
@jonels-msft
Copy link
Collaborator

Reopening until the fix becomes available for user testing.

@jonels-msft jonels-msft reopened this Jul 10, 2023
@nasc17 nasc17 added the Release-v0.5 Bug fix to be included in Release-v0.5 of PgSql extension label Jul 11, 2023
@nasc17
Copy link
Collaborator

nasc17 commented Jul 25, 2023

Hello, issue has been addressed in our unstable release of PostgreSQL extension v0.4.3-insiders. We would appreciate your verification that it has been handled appropriately.

@XieJJ99
Copy link
Author

XieJJ99 commented Jul 28, 2023

Just tried the latest version, the issue is resolved now.

@XieJJ99 XieJJ99 closed this as completed Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working M3 Issues to be handled July 2023 Release-v0.5 Bug fix to be included in Release-v0.5 of PgSql extension
Projects
None yet
6 participants