mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #13] корректное скриптование include полей в индексах #14
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sgrinko on GitHub (Mar 23, 2021).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/13
Спасибо за вашу работу над проектом!
Прошу добавить поддержку в скриптовании индексов INCLUDE полей
Сейчас они просто выводятся в части общего индексного выражения, что неверно.
В настоящее время ( 13-я версия) эту возможность поддерживают только методы доступа индексов B-дерево и GiST.
@levinsv commented on GitHub (Mar 29, 2021):
Добавил вывод include колонок
@sgrinko commented on GitHub (Mar 29, 2021):
Спасибо большое!