diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:34 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-26 17:08:34 +0000 |
commit | 6f2d77521878bafe999768789ca318cb8a4e9830 (patch) | |
tree | 3f40017ec19e1e036690dbdbe0e7317dde8638e3 /src/backend/utils/adt/numeric.c | |
parent | 6a928e11fa1ca59f17940a698fdf081073a959f3 (diff) | |
download | postgresql-6f2d77521878bafe999768789ca318cb8a4e9830.tar.gz postgresql-6f2d77521878bafe999768789ca318cb8a4e9830.zip |
Fix display of whole-row Var appearing at the top level of a SELECT list.
While we normally prefer the notation "foo.*" for a whole-row Var, that does
not work at SELECT top level, because in that context the parser will assume
that what is wanted is to expand the "*" into a list of separate target
columns, yielding behavior different from a whole-row Var. We have to emit
just "foo" instead in that context. Per report from Sokolov Yura.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions