Any object. New table for example. I created table named Employee and
a few columns for it and got next sql script:
-- Table: public."Employee"
-- DROP TABLE public."Employee";
CREATE TABLE public."Employee"
(
"Employee_Id" int8 NOT NULL DEFAULT
nextval('public."Employee_Employee_Id_seq"'
Title: Message
If you
use mixed case in PostgreSQL then you must quote the identifiers or it will fold
them to lower case. pgAdmin creates tables using the name you specify - if you
use upper case characters then it will quote them, because PostgreSQL requires
that you do so. If you want unq
Title: Message
Hi,
Please
use the [EMAIL PROTECTED]
mailing list for support.
What
sort of object? What did you try to call it?
Regards, Dave.
-Original Message-From: Alexander N.
Treyner [mailto:[EMAIL PROTECTED] Sent: 11 September 2003
10:48To: [EMAIL PROTECTED]Sub