I'm trying to install PostgreSQL 9.1 with UTF-8 encoding under Debian 7 and it keeps defaulting to SQL_ASCII.
Yes. If I list my tables just after installing all tables are set to SQL_ASCII.
If I try and create a database with encoding UTF-8 it fails. If I do my work around then I can create UTF-8 databases.
From
Mick
--
You received this message because you are subscribed to the Google Groups "mlug-au" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mlug-au+u...@googlegroups.com.
To post to this group, send email to mlu...@googlegroups.com.
Visit this group at http://groups.google.com/group/mlug-au?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
On 28 May 2013 16:24, "Brian May" <br...@microcomaustralia.com.au> wrote:
On 28 May 2013 16:00, Michael Pope <map...@gmail.com> wrote:
I'm trying to install PostgreSQL 9.1 with UTF-8 encoding under Debian 7 and it keeps defaulting to SQL_ASCII.
I have installed postgres on several Debian 7.0 (Wheezy) boxes and they always seem to default to UTF-8.
Are you sure your is SQL_ASCII?
I tried installing PostgresSQL on another one of my Debian 7 machines last night and it defaulted to UTF-8 so it must be something in this one machine which is making it install as SQL_ASCII.