From: | kurt(at)roeckx(dot)be |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #7903: EAN13s are shown ISBN values |
Date: | 2013-02-23 14:09:05 |
Message-ID: | E1U9Fmj-0006kg-73@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 7903
Logged by: Kurt Roeckx
Email address: kurt(at)roeckx(dot)be
PostgreSQL version: 9.2.3
Operating system: all
Description:
Hi,
I was looking at the isn extention to store EAN13 value. A lot of those
that I want to store are about books so they are also an ISBN13.
My problem now is that I it's always displayed with the dashes in between,
even when I want to show the EAN13. As far as I know EANs are never shown
with the dashes.
For EANs that aren't books it's also doing XXX-XXXXXXXXX-X, which I also
don't want. For UPC it seems to do what I want.
I think the output should depend on wheter I want to show an ISBN or EAN.
Kurt
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2013-02-23 16:02:44 | new BUG: "postgresql 9.2.3: very long query time" |
Previous Message | James R Skaggs | 2013-02-22 23:41:55 | Re: BUG #7853: Incorrect statistics in table with many dead rows. |