diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-02-26 18:31:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-02-26 18:31:25 +0000 |
commit | cbf4c9671ed01c769c6d6abb29fe082437373c33 (patch) | |
tree | c4f0dad48e450284b7d921f724b8e268ade4ceb0 /src/backend/parser/parse_expr.c | |
parent | 6f11af0c62ac66e0878bd0a6eae637c427355c69 (diff) | |
download | postgresql-cbf4c9671ed01c769c6d6abb29fe082437373c33.tar.gz postgresql-cbf4c9671ed01c769c6d6abb29fe082437373c33.zip |
psql's \d command wasn't doing the right things with 'char' (type 18)
fields, nor with bpchar and varchar fields that have typmod -1. The
latter effectively have an unspecified length, so I made them display
as char() and varchar() rather than falsely equating them to char(1)
and varchar(1).
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions