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

Implement get_table_options and get_multi_table_options for the PostgreSQL dialect #10909

Open
edgarrmondragon opened this issue Jan 22, 2024 · 0 comments
Labels
postgresql PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
Milestone

Comments

@edgarrmondragon
Copy link
Contributor

Describe the use case

The respective Inspector methods rely on the dialect implementation of get_table_options to retrieve the options specified when a table was created.

References:

Databases / Backends / Drivers targeted

PostgreSQL

Example Use

class PGDialect(default.DefaultDialect):
  def get_table_options(...):
  def get_multi_table_options(...):

Additional context

No response

@edgarrmondragon edgarrmondragon added requires triage New issue that requires categorization use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated labels Jan 22, 2024
@CaselIT CaselIT added postgresql reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else and removed requires triage New issue that requires categorization labels Jan 22, 2024
@CaselIT CaselIT added this to the 2.0.x milestone Jan 22, 2024
@CaselIT CaselIT added the PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postgresql PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
Projects
None yet
Development

No branches or pull requests

2 participants