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
In some system view, function, or procedure implementations we see relnamespace::regnamespace casting going on. For example:
select
...
from pg_class t
where t.relnamespace::regnamespace::text = 'sys';
This kind of casting should be avoided. Modify the system object implementation to remove this casting but still have the view/function/procedure work correctly.
If want to provide us a more details about how to implement.
No response
Version
babelfishpg_tsql (Default)
Relevant documentation
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What this feature/enhancement tries to solve?
In some system view, function, or procedure implementations we see
relnamespace::regnamespace
casting going on. For example:This kind of casting should be avoided. Modify the system object implementation to remove this casting but still have the view/function/procedure work correctly.
If want to provide us a more details about how to implement.
No response
Version
babelfishpg_tsql (Default)
Relevant documentation
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: