Re: [BUGS] BUG #2984: Bug Creating or Updating a View

2007-02-11 Thread Tom Lane
"Gabriel Bravo" <[EMAIL PROTECTED]> writes: > I had a view created as: > CREATE OR REPLACE VIEW vensamblado AS > SELECT DISTINCT cuestionario.idcuestionario, > cuestionario.nombrecuestionario, riesgo.idriesgo, riesgo.nombreriesgo, > riesgo.resultado, pregunta.idpregunta, pregunta.nombrepregunta,

Re: [BUGS] BUG #2983: Nonsense error: "Table has type interval, but query expects interval"

2007-02-11 Thread Tom Lane
"David Flater" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 8.2.2 > Description:Nonsense error: "Table has type interval, but query > expects interval" See 8.2.3. regards, tom lane ---(end of broadcast)--- TIP

[BUGS] BUG #2983: Nonsense error: "Table has type interval, but query expects interval"

2007-02-11 Thread David Flater
The following bug has been logged online: Bug reference: 2983 Logged by: David Flater Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.2 Operating system: Linux Description:Nonsense error: "Table has type interval, but query expects interval" Details: -- De

[BUGS] BUG #2984: Bug Creating or Updating a View

2007-02-11 Thread Gabriel Bravo
The following bug has been logged online: Bug reference: 2984 Logged by: Gabriel Bravo Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: Windows XP Professional Description:Bug Creating or Updating a View Details: I had a view created as:

Re: [BUGS] BUG #2975: UNIQUE INDEX doesn't work

2007-02-11 Thread Michael Fuhr
On Thu, Feb 08, 2007 at 11:57:19AM -0500, Bruce Momjian wrote: > Steven wrote: > > I have a unique index on a table, but it is still possible to insert a > > duplicated row, without any message what so ever. > > Please show us a self-contained example. Are you perchance inserting NULL into the co