![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
PostgreSQL RC4 Command prompt functions on Windows (Windows 2000 Professional - Spanish with SP4) still displays a message in the format: could not find a "functionname" to execute when executing a psql, pg_dump, createdb, createuser and some other functions. They work and do the required job, but display that message first. Psql even displays it twice. |
|
Another bug is in the ODBC driver included, which has been since the first beta releases of PostgreSQL 8 and it's that it doesn't handle correctly Spanish/European characters. The database stores them perfectly, but the ODBC driver doesn't read them, displaying a "?" mark where an accented work or a letter ñ should be, and truncating such word in that place. |
#3
| |||
| |||
|
|
C:\Documents and Settings\Elvis>psql -h localhost -U postgres -f Update13.sql prueba could not find a "psql" to execute Password: could not find a "psql" to execute |
|
About the ODBC problem, I don't think it's an encoding problem. My database encoding is sql_ascii, which I'm being using since postgresql 7.3.2, and worked perfectly. If I use, for example, pgAdmin III or phpPgAdmin, data is perfectly displayed. But when I make a select statement through the ODBC driver, using for example Visual Basic 6 with ADO, the data seems to be damaged, |
#4
| |||
| |||
|
|
postgres=# \encoding EUC_KR postgres=# CREATE DATABASE 수진ì´_친구; WARNING: could not determine encoding for locale "Korean_Korea.949": codeset is "CP949" ìƒì„¸ì*•ë³´: Please report this to <pgsql-bugs (AT) postgresql (DOT) org |
![]() |
| Thread Tools | |
| Display Modes | |
| |