Re: Is this a bug ? - Mailing list pgsql-general

From Ravi Krishna
Subject Re: Is this a bug ?
Date
Msg-id 1FA8DFD3-6E20-43FD-8EE1-790A00925E41@aol.com
Whole thread Raw
In response to Re: Is this a bug ?  (Gaetano Mendola <mendola@gmail.com>)
List pgsql-general
So reading responses from all, here is a SQL test I did on few RDBMS:


select 'John'
           'Doe' as rrr
from information_schema.tables
limit 1;

PG output

rrr
---
JohnDoe

Oracle and mysql gave same output as PG with no error

SQLServer: Syntax error near 'as'.
DB2 gave same error as SQLServer.




pgsql-general by date:

Previous
From: Mitar
Date:
Subject: Re: Automatically parsing in-line composite types
Next
From: Rob Sargent
Date:
Subject: Re: Composite type storage overhead