Re: Is this a bug ?

From: Ravi Krishna <sr_krishna(at)aol(dot)com>
To:
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Is this a bug ?
Date: 2019-10-23 19:51:00
Message-ID: 1FA8DFD3-6E20-43FD-8EE1-790A00925E41@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-10-23 20:58:05 Re: Composite type storage overhead
Previous Message Mitar 2019-10-23 19:50:14 Re: Automatically parsing in-line composite types