Re: [HACKERS] Why DEFAULT text 'now' does not work for TIMESTAMP columns

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Why DEFAULT text 'now' does not work for TIMESTAMP columns
Дата
Msg-id 37934300.366D8AFC@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Why DEFAULT text 'now' does not work for TIMESTAMP columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Why DEFAULT text 'now' does not work for TIMESTAMP columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> As long as both sets of names are accepted, I think it probably wouldn't
> matter if the implementation of one of them changes.  I wouldn't like to
> have my tables containing "datetime" suddenly stop working though...

No, we would have the names aliased in the parser, as we do for
int->int4, etc.

> > And while you are being annoyed by code, how about looking at problems
> > with trying to use indices on constants and on functions calls?
> "Indices on constants"?  I'm confused...

I just phrased it poorly. I was referring to the int2_col = int4_val
problem...
                   - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Why DEFAULT text 'now' does not work for TIMESTAMP columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] New version number 6.6 or 7.0