| From: | Martin Sarsale <runa(at)gotvertigo(dot)com> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | wrong quoted column types in "types" |
| Date: | 2004-09-13 15:00:45 |
| Message-ID: | 1095087645.1710.6.camel@kadaif |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Dear All:
Im using pgadmin debian ver 1.1.0-0.0+cvs.20040908.1 and I found this
little bug:
I wanted to duplicate a "type", so I went to the types item on the tree,
and I choosed the origin type. When the code used to create this type
appeared on the right pane, I copy the sql and pasted it as a new query
but I found that the column types (varchar, and time) where quoted (and
they should not):
-- Type: xxx
-- DROP TYPE xxx;
CREATE TYPE xxx AS
(id int4,
xxx "varchar"(200),
xxx float8,
xxx "time"(0),
xxx int4,
xxx int4,
xxx "varchar"(150),
xxx text,
xxx "varchar"(200));
Thanks in advance :)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-09-13 15:33:20 | Re: Missing file MSVCR71.dll, libssl32.dll |
| Previous Message | derrick | 2004-09-13 14:52:00 | Missing file MSVCR71.dll, libssl32.dll |