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
adsrc has been considered 'historical' since PG8 and has finally been removed with PG12. The line can easily be replaced with pg_get_expr(d.adbin, d.adrelid) AS default_value, I have tested this down to PG9.6 but from reading the documentation this should work even with <8.0
Will this suffce?
The text was updated successfully, but these errors were encountered:
zf1/packages/zend-db/library/Zend/Db/Adapter/Pdo/Pgsql.php
Line 159 in 4306451
adsrc has been considered 'historical' since PG8 and has finally been removed with PG12. The line can easily be replaced with
pg_get_expr(d.adbin, d.adrelid) AS default_value,
I have tested this down to PG9.6 but from reading the documentation this should work even with <8.0Will this suffce?
The text was updated successfully, but these errors were encountered: