Re: interesting sequence (Correctin) - Mailing list pgsql-sql

From Gavin Flower
Subject Re: interesting sequence (Correctin)
Date
Msg-id 4E14B9A2.7070907@archidevsys.co.nz
Whole thread Raw
In response to Re: interesting sequence  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
List pgsql-sql
On 06/07/11 21:47, Gavin Flower wrote:<br /><br /> I forgot the format required of the order number, so to get the
fullyesr, I should have used:<br /><font face="Courier New, Courier, monospace">to_char(day, 'YYYYMMDD')</font><br
/><br/> [...] <blockquote cite="mid:4E142F1A.8060900@archidevsys.co.nz" type="cite"><font face="Courier New, Courier,
monospace">       v_order_num := type::text ||<br />                        '-' ||<br />                       
to_char(day,'YYMMDD') || <br />                        '-' ||<br />                       
v_seq_new::text;</font></blockquote>[...]<br /><br /> Cheers,<br /> Gavin  

pgsql-sql by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: ERROR: malformed record literal: "",DETAIL: Missing left parenthesis?
Next
From: lists-pgsql@useunix.net
Date:
Subject: Re: overload