Le Mardi 26 F�vrier 2002 11:21, Dave Page a �crit : > Do we set system encoding per database, or per server. > Where do we set it? > How do we set it?
Yesterday, tried a hack in SQLExecute, applying CLIENT_ENCODING on the fly at the beginning of each SQL query. There does not seem to be a real overhead. > Do we set user/data encoding per database or per server > Where do we set it (bear in mind that there is no SQLInput form if the user > does a 'View Data')? > How do we set it? It would be better if we could set it per database (?) in pgDatabase->DataEncoding and pgDatabase->SystemEncoding. In SQLInput, if a user does not choose a special encoding, we apply pgDatabase->DataEncoding as default.
