This means that there is no more difference between CHAR(N) and
VARCHAR(N). To bad... '1 ' sould be different from '1'.
Tom Lane wrote:
Josh Berkus <[EMAIL PROTECTED]> writes:
Are these changes intentional,
Yes. We've been moving more and more steadily towards the notion that
trailing spaces in
/***
***
Hello my friends,
I have a problem, please, see the example above:
***/
creat
On Wed, 21 Jul 2004, Tom Lane wrote:
> Josh Berkus <[EMAIL PROTECTED]> writes:
> > Are these changes intentional,
>
> Yes. We've been moving more and more steadily towards the notion that
> trailing spaces in char(n) values are insignificant noise. If you think
> that trailing spaces are signif
Stephan Szabo <[EMAIL PROTECTED]> writes:
> On Wed, 21 Jul 2004, Tom Lane wrote:
>> Yes. We've been moving more and more steadily towards the notion that
>> trailing spaces in char(n) values are insignificant noise. If you think
>> that trailing spaces are significant, you shouldn't be using char
On Wed, 21 Jul 2004, Tom Lane wrote:
> Stephan Szabo <[EMAIL PROTECTED]> writes:
> > On Wed, 21 Jul 2004, Tom Lane wrote:
> >> Yes. We've been moving more and more steadily towards the notion that
> >> trailing spaces in char(n) values are insignificant noise. If you think
> >> that trailing sp
Tom Lane wrote:
Food for thought: in 7.4,
regression=# select ('X '::char) = ('X'::char);
?column?
--
t
(1 row)
regression=# select ('Y '::char) = ('Y'::char);
?column?
--
t
(1 row)
regression=# select ('X '::char || 'Y '::char) = ('X'::char || 'Y'::char);
?column?
On July 21, 2004 08:22 am, Tom Lane wrote:
>
> IMHO the bottom line here is that the SQL-spec behavior of type char(N)
> is completely brain-dead. Practically all of the questions in this area
> would go away if people used varchar(N) or text to store their data.
>
> regards,
The following bug has been logged online:
Bug reference: 1199
Logged by: Marko Zmak
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.5 Dev
Operating system: Windows XP
Description:pgAdmin problem
Details:
I've installed PostgeSQL for Windows (using MSys a
PostgreSQL Bugs List wrote:
The following bug has been logged online:
Bug reference: 1199
Logged by: Marko Zmak
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.5 Dev
Operating system: Windows XP
Description:pgAdmin problem
This list is for pgsql, not for pgadmin.
Andreas Pflug <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Food for thought: in 7.4,
>>
>> regression=# select ('X '::char) = ('X'::char);
>> ?column?
>> --
>> t
>> (1 row)
>>
>> regression=# select ('Y '::char) = ('Y'::char);
>> ?column?
>> --
>> t
>> (1 row)
>>
>> regre
10 matches
Mail list logo