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

Support for Firebird system tables #33780

Open
TedCraft opened this issue Nov 24, 2024 · 0 comments
Open

Support for Firebird system tables #33780

TedCraft opened this issue Nov 24, 2024 · 0 comments

Comments

@TedCraft
Copy link
Contributor

Feature Request

For English only, other languages will not be accepted.

Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.

Please answer these questions before submitting your issue. Thanks!

Is your feature request related to a problem?

Related to #33699.

Describe the feature you would like.

Unlike MySQL and other databases that use infromation_schema to store database information, Firebird uses system tables.

For example, the analog of information_schema.tables in Firebird database is the RDB$RELATIONS table, which is stored in each database instance and contains information about created tables (excluding system and monitoring tables).

More information about system tables in Firebird can be found in the documentation at https://firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref50/fblangref50-appx04-systables.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants