You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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).
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.
The text was updated successfully, but these errors were encountered: