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 ta
Is it possible to modify tables using pgAdmin?
For instance, and assuming it is possible, how can I add a column to an
existing table?
Colin Freas
but my
explanation seems to fit the behavior I've observed, and what I've read over
the last day or so about the casing system.
Colin Freas