|| in v6.4.2 ... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject || in v6.4.2 ...
Date
Msg-id Pine.BSF.4.05.9905042232250.47191-100000@thelab.hub.org
Whole thread Raw
Responses Re: [HACKERS] || in v6.4.2 ...  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
I *think* this has gone around already, but trying to dump one v6.4.2
database into another v6.4.2 server, the load failed with:

CREATE RULE "_RETreg_view" AS ON SELECT TO "reg_view" DO INSTEAD SELECT
"p"."userid", "r"."first_name" || ' '::"text" || "r"."last_name",
"p"."c_n", "p"."ps", "p"."mgmt" FROM "registration" "r", "password" "p"
WHERE "r"."userid" = "p"."userid";
ERROR:  parser: parse error at or near "||"


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Advice wanted on backend memory management
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] posmaster failed under high load