sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
862 stars 24 forks source link

Add get immv def func #23

Closed thoshiai closed 1 year ago

thoshiai commented 1 year ago

This function can reconstruct the underlying SELECT command for a IMMV. (This is a decompiled reconstruction, not the original text of the command)

thoshiai commented 1 year ago

Thank you for comments. I fix it and rebased latest version

yugo-n commented 1 year ago

Thanks! It seams good.