Re: [HACKERS] How to...?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] How to...?
Дата
Msg-id 3504BAE9.56CC17A7@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] How to...?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
>         Ack, I fear you are correct...the third field above is 'password',
> which became a reserved word in v6.3...oh man, is this upgrade ever going
> to hurt...my 'db.dump' file is 84Meg...vi just loves it :)

Well, this doesn't solve the general problem, but "password" can be used as a
column name without inducing shift/reduce conflicts. I'll patch the source
tree sometime soon; in the meantime add the obvious source around line 4618
in gram.y:

  | PASSWORD { $$ = "password"; }

(add tabs to taste :)

                                       - Tom


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Why no Oracle, Sybase, Informix etc.
Следующее
От: Karl Denninger
Дата:
Сообщение: Heh heh, who broke pg_dump?