Re: Request to Remove Unused xmin Column from Function Properties Queries
От | Dave Page |
---|---|
Тема | Re: Request to Remove Unused xmin Column from Function Properties Queries |
Дата | |
Msg-id | CA+OCxox8fKAwNObF=LeW7b1oA+nLyg3g8MmJ1ftMe-yyqeXNvQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Request to Remove Unused xmin Column from Function Properties Queries (Abhinav Patni <abhinavpatni602@gmail.com>) |
Ответы |
Re: Request to Remove Unused xmin Column from Function Properties Queries
|
Список | pgadmin-support |
Hi
On Mon, 28 Jul 2025 at 14:46, Abhinav Patni <abhinavpatni602@gmail.com> wrote:
Dear pgAdmin Team,
Queries for the xmin system column are causing errors and breaking
function/property dialogs.
What errors or breakage do you see, and in what circumstances? Querying for xmin shouldn't cause any issues on any supported PostgreSQL version, even if it's not used.
I see xmin is fetched in property queries
(e.g., functions/templates/*/properties.sql) but is always ignored in
processing, as in:
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/init.py:
keys_to_ignore = ['oid', 'proowner', 'typnsp', 'xmin', …]
Can we drop xmin from these queries? Are there reasons to keep it? If
not, would you accept a patch to remove it?
Thanks,
Abhinav Patni
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
В списке pgadmin-support по дате отправления: