Re: [pgadmin-support] Quotation marks in pgAdmin III

2003-09-13 Thread Alexander N. Treyner
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"'

Re: [pgadmin-support] Quotation marks in pgAdmin III

2003-09-11 Thread Dave Page
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

Re: [pgadmin-support] Quotation marks in pgAdmin III

2003-09-11 Thread Dave Page
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