Bug with CREATE TABLE .....

From: <pejac(at)altern(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Bug with CREATE TABLE .....
Date: 2000-11-24 17:45:48
Message-ID: 200011240956.eAO9udA29163@mail.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

First excuse me for my bad english,

I use postgresql V7.0.2 with linux and I found a stange
result with create table.

CREATE TABLE "UTILISATEURS" (
..
);

Ok no problem, and when i use \\dt under pgsql i see this
name. But when i write select * from UTILISATEURS ,it doesn't
work. if i create table a second table
CREATE TABLE "utilistaeurs" (
...
);
and if i write select * from UTILISATEURS it works but postgresql
refer to table "utilisateurs". And if i tape
select * from "UTILISATEURS" it's work and refer to
table UTILISATEURS

Strnage isn't it????

Thanks,

Best regards

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-24 21:20:27 OK, that's one LOCALE bug report too many...
Previous Message Dan Wilson 2000-11-24 17:31:39 Re: Fw: DB and Table Permissions