Re: Casing

From: "Colin Freas" <cef6(at)georgetown(dot)edu>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Casing
Date: 2001-11-27 21:52:46
Message-ID: IIEPJDIJEEBPKJGDFFBEMEEACAAA.cef6@georgetown.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


Dave page wrote:
> I have to admit I'm confused by your problem.

Dang. I am too.

I swear I ran a test case where I ran this as arbitrary SQL:
create table Test (Test text);

And it presented in the definition pane as:
CREATE TABLE "Test" (
"Test" text
);

I even ran a servlet querying the table "test" against it, and it didn't
return anything... but I must have overlooked something... (And yes, the
table did have a couple of records in it. :)

I see it's behavior now, and obviously this isn't what normally happens.
Sorry.

Colin

In response to

  • Re: Casing at 2001-11-27 20:51:40 from Dave Page

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2001-11-28 11:19:29 Re: pgAdminII 1.1.66-Dev crash
Previous Message Dave Page 2001-11-27 20:51:40 Re: Casing