Ticket #833 (enhancement)
Opened 3 months ago
Last modified 3 months ago
charset in postgresql
Status: closed (fixed)
| Reported by: | xkuba | Assigned to: | xue |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.2 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Regarding changeset 2432, ticket 800:
It would be very useful if charset could be set for other databases as well not only for mysql. For postgresql, the command is:
SET client_encoding TO encoding;
where encoding is utf8/latin1/win1250...
Thanks,
Kuba
Change History
04/18/2008 08:12:59 AM: Modified by tof06
- status changed from new to closed.
- resolution set to fixed.
- milestone set to 3.1.2.

Need to be tested though, since I don't have a postgresQL database.