Re: [HACKERS] [PATCHES] Intervals within information_schema

2006-08-25 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> Does anyone know what is supposed to go into the interval_type field? > INTERVAL_TYPE IN > ( 'YEAR', 'MONTH', 'DAY', 'HOUR', 'MINUTE', 'SECOND', > 'YEAR TO MONTH', 'DAY TO HOUR', 'DAY TO MINUTE', > 'DAY TO SECOND', 'HOUR TO MINUTE', > 'HOUR

Re: [HACKERS] [PATCHES] Intervals within information_schema

2006-08-24 Thread Peter Eisentraut
Greg Sabino Mullane wrote: > I was looking over the "FIXME" marks within the > information_schema.sql, and the last ones left (after my previous > patch) are for interval_type and interval_precision. It looks to me > as if the standard is differentiating between datetime_precision and > interval_pr