wiki.techinc.nl/maintenance/postgres
Jeff Janes 0582e3339d PostgreSQL: Make l10n_cache.lc_value binary
Change-Id I427c6de5a0a29b43cff755db0eb8a750db620173 increases the
probability that a null byte will attempt to be stored in the
lc_value column.  PostgreSQL does not allow that byte in a text
column, so convert the column to bytea.

If the column already contains corrupted data, the upgrade routine
might fail.  To prevent this, delete the contents of the table before
changing the type.

Bug: 62098
Change-Id: Ie8368bde398b2ae4d3cfc9ee7bf35874bd2ded68
2014-05-05 11:20:52 -07:00
..
archives In maintenance/postgres/tables.sql, the profiling table should be defined like 2013-10-15 20:19:10 +00:00
compare_schemas.pl PostgreSQL schema: datatype updates, remove unused column, add table 2012-04-04 09:15:51 -04:00
mediawiki_mysql2postgres.pl Clean up some old readme files and remove references to SVN 2013-11-16 10:38:50 +00:00
tables.sql PostgreSQL: Make l10n_cache.lc_value binary 2014-05-05 11:20:52 -07:00