Re: [GENERAL] Index on Date_Trunc

2001-01-07 Thread Tom Lane
"Nathan Barnett" <[EMAIL PROTECTED]> writes: > I am trying to create an index on the date_trunc('day', columna) in a table. > When I try to create this index, I get a parse error near the single quote. > Is there a workaround to create this index? I am using v7.0.3 on FreeBSD. Functional indexes

[GENERAL] Index on Date_Trunc

2001-01-04 Thread Nathan Barnett
I am trying to create an index on the date_trunc('day', columna) in a table. When I try to create this index, I get a parse error near the single quote. Is there a workaround to create this index? I am using v7.0.3 on FreeBSD. -Nathan Barnett