Re: Populate a calendar table

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org, rod(at)iol(dot)ie
Subject: Re: Populate a calendar table
Date: 2007-03-27 15:54:08
Message-ID: 200703271754.08958.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Raymond O'Donnell wrote:
>      to_char(extract (month from d.dates), 'FMmonth') as month_name,
>      to_char(extract (day from d.dates), 'FMday') as day_name

These formatting patterns are invalid. Check the documentation for the
real ones.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2007-03-27 15:56:39 Re: [GENERAL] Is there a shortage of postgresql skilled ops people
Previous Message Joshua D. Drake 2007-03-27 15:52:15 Re: [GENERAL] Is there a shortage of postgresql skilled ops people