Skip to content

Conversation

sunng87
Copy link
Member

@sunng87 sunng87 commented Aug 21, 2025

In this huge patch, I removed our manual implementation of static pg_catalog tables.

I used a script to dump pg_catalog tables from postgres 17.6 and created a ArrowTable struct, which allows me to register the dumped data as datafusion table.

There are only 4 tables I consider is dynamic, and generated based on datafusion catalog:

  • pg_class
  • pg_attribute
  • pg_namespace
  • pg_database

#110

@sunng87 sunng87 merged commit 26b2413 into master Aug 22, 2025
6 checks passed
@sunng87 sunng87 deleted the feature/pg_catalog_export_tables branch August 22, 2025 02:38
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.

1 participant