Request to Remove Unused xmin Column from Function Properties Queries - Mailing list pgadmin-support

From Abhinav Patni
Subject Request to Remove Unused xmin Column from Function Properties Queries
Date
Msg-id CAJRqHcJpf2thrFTw_092nGWAvU3Du9_eXbOOG62U9oBZOUpLgg@mail.gmail.com
Whole thread Raw
Responses Re: Request to Remove Unused xmin Column from Function Properties Queries
List pgadmin-support
Dear pgAdmin Team,

Queries for the xmin system column are causing errors and breaking
function/property dialogs. 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



pgadmin-support by date:

Previous
From: Erik Soudant
Date:
Subject: RE: PGadmin 4 version 9.5 and sqllite3.dll
Next
From: Dave Page
Date:
Subject: Re: Request to Remove Unused xmin Column from Function Properties Queries