Create utility function to get column names of a given (argument) schema/table, with the exception of the 'geom' one.
This would be useful to construct dynamic PLPGSQL JOINs to change geometry without hard-coding column names.
Column names shall be returned as a.comma_separated string.
Optionally accept other column names to exclude from the list. If no such argument is given, the 'geom' column will be excluded.
Create utility function to get column names of a given (argument) schema/table, with the exception of the 'geom' one.
This would be useful to construct dynamic PLPGSQL JOINs to change geometry without hard-coding column names.
Column names shall be returned as a.comma_separated string.
Optionally accept other column names to exclude from the list. If no such argument is given, the 'geom' column will be excluded.