[GENERAL] Plpgsql 9.1.3 : not accepting "open", "close" as column names

2012-04-22 Thread fv967
Hi , I have the following function which was working fine in Postgresql 8.4.7 CREATE OR REPLACE FUNCTION insert_stockpricemerge1(startdate character varying, enddate character varying) RETURNS void AS $BODY$ DECLARE row RECORD; BEGIN FOR row IN SELECT stockid, date, open, high, low

Re: [GENERAL] Plpgsql 9.1.3 : not accepting "open", "close" as column names

2012-04-22 Thread fv967
hi, When using row."open" and row."close" the function was working fine. Many thanks for replying and help. Mark -- View this message in context: http://postgresql.1045698.n5.nabble.com/Plpgsql-9-1-3-not-accepting-open-close-as-column-names-tp5657223p5657967.html Sent from the PostgreSQL -