Re: Insert fails when it shouldn't

From: anakreonmejdi(at)yahoo(dot)gr
To: "Jim Nasby" <jnasby(at)pervasive(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Insert fails when it shouldn't
Date: 2006-03-05 13:00:22
Message-ID: 17418.57574.389811.951363@mathind.csd.auth.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew L. Gould 2006-03-05 15:25:55 Re: PostgreSQL on Intel Core Duo Macs?
Previous Message sylsau 2006-03-05 08:39:32 Re: Questions about privileges