Bruce Momjian <[EMAIL PROTECTED]> writes:
> Can someone comment on the status of this?
regression=# create table foo (f1 char(7));
CREATE
regression=# insert into foo values ('123456789');
INSERT 145180 1
regression=# select * from foo;
f1
---------
1234567
(1 row)
Where's the problem?
regards, tom lane
- Re: [HACKERS] length coerce for bpchar is broken si... Tom Lane
- Re: [HACKERS] length coerce for bpchar is broke... Tatsuo Ishii
- Re: [HACKERS] length coerce for bpchar is b... Tom Lane
- Re: [HACKERS] length coerce for bpchar... Tatsuo Ishii
- Re: [HACKERS] length coerce for bp... Tom Lane
- Re: [HACKERS] length coerce for bp... Tatsuo Ishii
- Re: [HACKERS] length coerce for bp... Tom Lane
- Re: [HACKERS] length coerce for bp... Tatsuo Ishii
- Re: [HACKERS] length coerce for bp... Tom Lane
- Re: [HACKERS] length coerce for bpchar is broken since 7.0 Bruce Momjian
