Re: [Django] #17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4

2012-10-04 Thread Django
#17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4
-+
 Reporter:  artur@…  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  postgis  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Claude Paroz ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"725128289398ba4bce60a4093d9d69bbcea01d92"]:
 {{{
 #!CommitTicketReference repository=""
 revision="725128289398ba4bce60a4093d9d69bbcea01d92"
 Fixed #17207 -- Added a troubleshooting note about failing createdb
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4

2012-03-12 Thread Django
#17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4
-+
 Reporter:  artur@…  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  GIS  |  Version:  SVN
 Severity:  Normal   |   Resolution:
 Keywords:  postgis  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by jpaulett):

 * cc: john@… (added)
 * needs_better_patch:  1 => 0


Comment:

 I agree with aaugustin.  I have occasionally encountered this bug if the
 OS's locale is not en-us.UTF8 (or similar).  Vagrant seems to only use
 "en-us" in their lucid base boxes.

 Attached is a patch with adds a troubleshooting note to the documentation
 and links to Jacob's workaround.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4

2011-11-26 Thread Django
#17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4
-+
 Reporter:  artur@…  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  GIS  |  Version:  SVN
 Severity:  Normal   |   Resolution:
 Keywords:  postgis  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+
Changes (by aaugustin):

 * needs_better_patch:   => 1
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 I think this depends on how the `template0` and `template1` database were
 created, which in turn depends on your locale.

 I use GeoDjango on stock Debian Squeeze, and I never encountered that
 problem, probably because my locale is `en_US.UTF-8`.

 Rather than editing the script, I think we should document the issue and
 provide resolution steps. See http://jacobian.org/writing/pg-encoding-
 ubuntu/.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.