pgsql/src/backend/parser parse_func.c
pgsql/src/backend/parser parse_func.c
От:
Tom Lane <tgl@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: tgl@hub.org 01/01/22 21:32:26 Modified files: src/backend/parser: parse_func.c Log message: Remove no-longer-needed restriction against referencing system attributes in a FieldSelect node --- all the places that manipulate these work just fine with system attribute numbers. OK, it's a new feature, so shoot me ...