Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to get a VM set up in Vagrant so that when the machine comes up PostgreSQL is running and using an encoding of UTF8, but it's LATIN1 every time, no matter what I do.

The instructions on this page: http://codeinthehole.com/writing/how-to-install-postgis-and-geodjango-on-ubuntu/ make it look so simple, but that's just not working. I see the same instructions on site after site, but they don't work!

share|improve this question
    
Depends on your operating system, package, versions, ... –  Peter Eisentraut Nov 13 '13 at 2:15

1 Answer 1

I just put an answer to this issue here: Chef ENV settings not working hope helps with your issue

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.