I use this script to create the database:
DROP DATABASE tei;

CREATE DATABASE tei
WITH ENCODING='iso_8859_7'
OWNER=anakreon
TEMPLATE=template1

The encoding of the database is iso_8859_7.

-- 
Three words describe our society:homo homini lupus


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to