Files
cartodb-postgresql/scripts-available
Tyler Parsons d811a71da0 Fix incorrect timestamps in CDB_TableMetadata_Text
Instead of performing a proper join on tabname, CDB_TableMetadata_Text joins
cdb_tablemetadata against pg_catalog.pg_class (i.e. All postgres tables,
views, indices, etc.) and gives a record for every possible tabname and
updated_at combination.  This results in the latest updated timestamp being
chosen for any table in CDB_Get_Foreign_Updated_At, which leads to unnecessary
and incorrect cache invalidation.
2018-01-25 12:27:38 -05:00
..
2015-06-25 08:17:41 -04:00
2015-09-25 19:13:04 +02:00
2015-10-27 12:11:00 +01:00
2014-08-19 18:09:27 +02:00
2015-09-21 16:31:12 +02:00