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,

[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: