pgsql: Add description: < Currently locale can only be set during

Started by Bruce Momjianabout 21 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Add description:

< Currently locale can only be set during initdb.

Currently locale can only be set during initdb. No global tables have
locale-aware columns. However, the database template used during
database creation might have locale-aware indexes. The indexes would
need to be reindexed to match the new locale.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1521 -> r1.1522)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1521&amp;r2=1.1522)
pgsql/doc/src/FAQ:
TODO.html (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.28&amp;r2=1.29)