Re: [GENERAL] lowercase on columnname using view

2012-05-08 Thread Guillaume Lelarge
On Tue, 2012-05-08 at 04:00 -0700, Chrishelring wrote: > Hi all, > > had some help the other day, but now I´m kinda stuck again. :/ > > I have a table ("virksomhedsdata") with the following columns: > > "MI_STYLE" character varying(254), > "MI_PRINX" integer NOT NULL DEFAULT > nextval('rk_ois."

Re: [GENERAL] lowercase on columnname using view

2012-05-08 Thread Szymon Guz
On 8 May 2012 13:00, Chrishelring wrote: > Hi all, > > had some help the other day, but now I´m kinda stuck again. :/ > > I have a table ("virksomhedsdata") with the following columns: > > "MI_STYLE" character varying(254), > "MI_PRINX" integer NOT NULL DEFAULT > nextval('rk_ois."virksomhedsdata

[GENERAL] lowercase on columnname using view

2012-05-08 Thread Chrishelring
Hi all, had some help the other day, but now I´m kinda stuck again. :/ I have a table ("virksomhedsdata") with the following columns: "MI_STYLE" character varying(254), "MI_PRINX" integer NOT NULL DEFAULT nextval('rk_ois."virksomhedsdata_MI_PRINX_seq"'::regclass), "SP_GEOMETRY" geometry, I wo