Re: Populate a calendar table - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Populate a calendar table
Date
Msg-id 200703271754.08958.peter_e@gmx.net
Whole thread Raw
In response to Populate a calendar table  (Raymond O'Donnell <rod@iol.ie>)
List 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/

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [pgsql-advocacy] Is there a shortage of postgresql skilled ops people
Next
From: Bruce Momjian
Date:
Subject: Re: [pgsql-advocacy] Is there a shortage of postgresql skilled ops people