Re: [HACKERS] || in v6.4.2 ...

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] || in v6.4.2 ...
Date: 1999-05-05 01:42:23
Message-ID: 199905050142.VAA11113@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 "||"

This is fixed in 6.5 beta.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 1999-05-05 02:17:05 RE: [HACKERS] I'm planning some changes in lmgr...
Previous Message Bruce Momjian 1999-05-05 01:35:56 Re: [HACKERS] posmaster failed under high load