LI3DS / pg-li3ds

PostgreSQL extension for managing 3D sensor data
MIT License
11 stars 2 forks source link

Do not rely on information_schema for pcpatch column checks #45

Closed elemoine closed 7 years ago

elemoine commented 7 years ago

information_schema does not include information on materialized views, so this PR changes the plpgsql code to rely on pg_catalog instead.