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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] || in v6.4.2 ...
Дата
Msg-id 199905050142.VAA11113@candle.pha.pa.us
обсуждение исходный текст
Ответ на || in v6.4.2 ...  (The Hermit Hacker <scrappy@hub.org>)
Список 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] posmaster failed under high load
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] I'm planning some changes in lmgr...