When issueing a COPY command like this one
COPY tablename FROM '/var/www/hdberat.tab' WITH NULL AS '';
The error-message in pgadminIII is quite short
** Error ***
FEHLER: fehlende Daten für Spalte »te
Dear List
This is an ubuntu-specific bug, but I suspect it could be fixed in
pgadmin3. When I try to copy-paste large chunks of sql-code to the query
window, pasting usually fails (query-window stays empty). However,
pasting to the scratch-pad (docket on the right-hand side within the
query window
Dear List
We have databases in SQL_ASCII (I know, uft-8 would be better).
In Windows, pgadmin works fine.
In Ubuntu, pgadmin doesn't show field content when fields contain
special characters such aus umlaute.
Is this a bug, and is there a workaround (other than changing the
encoding of the db?)