to enter a password to start PostgreSQL. Get around this by using a
.pgpass file - explained in the PostgreSQL documentation.
+Q: When I enter non-ASCII data into the database via a form, it's inserted
+ as hexadecimal or Ӓ format!
+
+A: You have not created your database in the correct encoding. This problem
+ will occur when you try to enter an umlaut into an SQL_ASCII database, or
+ SJIS Japanese into an EUC-JP database, etc.
+
Q: When I drop and re-create a table with the same name, it fails.
A: You need to drop the sequence attached to the SERIAL column of the table
A: Read the DEVELOPERS and TRANSLATORS files.
-
\ No newline at end of file
+