On Fri, Sep 20, 2013 at 6:43 PM, James Sharrett wrote:
> ERROR: record "old" is not assigned yet
> SQL state: 55000
> Detail: The tuple structure of a not-yet-assigned record is indeterminate.
>
> Is this what's happening? If so, how can I avoid the issue.
If I get it right you are running the
I was wondering about the proper semantics of CHAR comparisons in some
corner cases that involve control characters with values that are less than
0x20 (space).
Consider the following testcase:
===
create table t (a int, b char(10));
insert into t values (1, 'foo');
insert into t values (2, 'foo