Changes between Version 60 and Version 61 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
03/14/12 22:57:34 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v60 v61  
    261261== Troubleshooting ==
    262262
     263=== Install ===
     264{{{
     265createdb: database creation failed: ERROR:  encoding UTF8 does not match server's locale en_US
     266DETAIL:  The server's LC_CTYPE setting requires encoding LATIN1.
     267}}}
     268
     2691. Ensure all locales are available: {{{apt-get install locales-all}}}
     2701. Uncomment en_US.UTF8 in {{{/etc/locale.gen}}}
     2712. Run {{{locale-gen}}}
     2723. Rebuild the PostgreSQL cluster: {{{pg_createcluster 8.4 utf8_cluster}}}
     273
     274=== Performance ===
    263275 * http://wiki.postgresql.org/wiki/Performance_Optimization
    264276 * http://wiki.postgresql.org/wiki/SlowQueryQuestions