| From: | "Andrey(dot)S(dot)Alexeenko" <rastamanchik(at)mail(dot)ru> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #5403: Missing left parenthesis. |
| Date: | 2010-04-02 11:34:45 |
| Message-ID: | 201004021134.o32BYjsZ086967@wwwmaster.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5403
Logged by: Andrey.S.Alexeenko
Email address: rastamanchik(at)mail(dot)ru
PostgreSQL version: 8.4.2
Operating system: FreeBSD 7.2
Description: Missing left parenthesis.
Details:
[root(at)genesis /home/ss25]# psql -U library library
Password for user library:
psql (8.4.2)
Type "help" for help.
library=> SELECT '978-5-699-00691-5'::isbn::text;
ERROR: malformed record literal: "978-5-699-00691-5"
LINE 1: SELECT '978-5-699-00691-5'::isbn::text;
^
DETAIL: Missing left parenthesis.
library=>
[3]+ Stopped psql -U library library
[root(at)genesis /home/ss25]# psql -U pgsql library
Password for user pgsql:
psql (8.4.2)
Type "help" for help.
library=# SELECT '978-5-699-00691-5'::isbn::text;
text
---------------
5-699-00691-5
(1 row)
library=#
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Craig Ringer | 2010-04-02 12:12:25 | Re: BUG #5403: Missing left parenthesis. |
| Previous Message | Heikki Linnakangas | 2010-04-01 20:53:33 | Re: Syslogger tries to write to /dev/null on Windows |