We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Brought up by users.
atlas inspect: https://github.com/ariga/atlas/blob/master/sql/postgres/inspect.go
atlas inspect
pg_catalog.pg_partitioned_table
"information_schema"."columns"
indclass
pg_index
pg_sequences
pg_get_serial_sequence
pg_index_column_has_property(integer, integer, character varying)
pg_index_column_has_property(idx.indexrelid, idx.ord, 'desc')
Support the missing features.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Brought up by users.
atlas inspect
: https://github.com/ariga/atlas/blob/master/sql/postgres/inspect.gopg_catalog.pg_partitioned_table
#15120"information_schema"."columns"
. #15121indclass
in system tablepg_index
. #15122pg_sequences
andpg_get_serial_sequence
. #15241pg_index_column_has_property(integer, integer, character varying)
Example:
pg_index_column_has_property(idx.indexrelid, idx.ord, 'desc')
.Describe the solution you'd like
Support the missing features.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: