Fernando -- I am not sure about the first question -- my spansih is rusry.
postgres does force all column, table and schema names (I think) to lower case (there have been recent long discussions about this on this list IIRC). If you want to preserve case put the column name in double quotes: "ItemID" = ItemID ItemID = itemid This applies both to the creation of a table and when referring to that table's columns. HTH, Greg Williamson DBA GlobeXplorer LLC -----Original Message----- From: [EMAIL PROTECTED] on behalf of Fernando Garcia Sent: Wed 11/9/2005 6:22 AM To: pgsql-sql@postgresql.org Cc: Subject: [SQL] Como ejecutar una funcion insert en plpgsql.... Hola a todo... necesito ejecutar una consulta Insert que realice en pgsql para ver si inserta correctamente en la tabla asociada, pero con execute me da un error....alguien me puede decir como lo hago.... yo trabajo con el editor postgresql manager pro.. Gracias... Ahh otra cosa: en otra consulta que realice pero que es un select al principio me daba un error porque no encontraba la columna "ItemID" la cual porsupuesto existia, entonces a la columna le quite las mayusculas de su nombre quedando "itemid" y ya no me salio el error.....en postgres los nombres de tablas y columnas deben ser siempre con minuscula???? !DSPAM:437202c363872044317020! ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend