Re: Insert fails when it shouldn't - Mailing list pgsql-general

From anakreonmejdi@yahoo.gr
Subject Re: Insert fails when it shouldn't
Date
Msg-id 17418.57574.389811.951363@mathind.csd.auth.gr
Whole thread Raw
In response to Re: Insert fails when it shouldn't  ("Jim Nasby" <jnasby@pervasive.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: Brendan Duddridge
Date:
Subject: Re: PostgreSQL on Intel Core Duo Macs?
Next
From: "Andrew L. Gould"
Date:
Subject: Re: PostgreSQL on Intel Core Duo Macs?