> test=> select 4 union select 5 union all select null;
> ?column?
> --------
>
> ΒΌ
>
> (3 rows)
>
> And the character randomly changes depending on the constant you use.
> Strange.
Well, this is just another symptom of a lost or uninitialized memory
area; I get
postgres=> select 4 union select 5 union all select null;
?column?
--------
(3 rows)
with apparently blank or null results.
I'll check on the "NULL UNION NULL" problem. Since there is _absolutely
no context_ to assign a type it's a bit strange...
- Tom
In response to
pgsql-hackers by date
| Next: | From: Andreas Zeugswetter | Date: 1998-07-14 08:18:24 |
| Subject: AW: [HACKERS] Sequence objects have no global currval operator? |
| Previous: | From: Bruce Momjian | Date: 1998-07-14 05:02:07 |
| Subject: Re: Recent updates |