Re: [BUGS] Documentation Bug related to Inheritance

2001-07-23 Thread Felipe Alvarez Harnecker
TECTED]) > Yeah, GREAT. 7.1.2 works fine !!! The buggy version is 7.0.3 Please keep this really COOL thing working in future versions. THANX. -- ______ Felipe Alvarez Harnecker. QlSoftware. Tels. 665.99.41

[BUGS] Re: date style bug

2001-07-23 Thread Felipe Alvarez Harnecker
corredor | integer | not null ejecutivo | integer | not null remoto | inet| not null cliente| integer | not null retira | integer | not null tipo_operacion | text| not null default 'Arriendo' fecha_emision | date| default date("t

[BUGS] date style bug

2001-07-23 Thread Felipe Alvarez Harnecker
visita where fecha_emision <= 'today'::date; ERROR: Bad date external representation '07-17-2001' BUG. Please help me I'm near suicide ... Thanx. -- __ Felipe Alvarez Harnecker. QlSoftware. Tel

[BUGS] Documentation Bug related to Inheritance

2001-07-20 Thread Felipe Alvarez Harnecker
Hi, i've posted various problems regarding inheritance in postgres, Never see a reply :( Well, beside the referential constraint issue ( that can be solved by hand ), the most frustrating is that queries like DELETE FROM table* where key = some_value Fails ( parser error ). ( UPDATE either )