pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce
От
momjian@svr1.postgresql.org (Bruce Momjian)
Тема
pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce
Дата
Msg-id
20050615194406.9483652881@svr1.postgresql.org
Список
Log Message:
-----------
Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.
Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.493 -> r2.494)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.493&r2=2.494)
В списке pgsql-committers по дате отправления
От: pjmodos@pgfoundry.org (User Pjmodos)
Дата:
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add \x hex support to ecpg strings.