Mandatory AS keyword in SELECT statements

From: <vincent(dot)moreau(at)adeoservices(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Mandatory AS keyword in SELECT statements
Date: 2007-12-31 14:45:57
Message-ID: 477900A5.7010700@adeoservices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

We are currently trying to migrate an Oracle database to PostgreSQL.
Unfortunately, the Java application that access the database does not
use the AS keyword to alias column names in select statements.

Thus, the following statement "SELECT col1 alias1 FROM any_table" fails.

AFAIK, AS is optional according to SQL Standard.
Is there a way to workaround this behaviour, as it will be not possible
for us to modify the application ?
Is there a plan to support this in future PostgreSQL releases ?

I apologize in advance if this question has already been submited, I was
not able to find some threads discussing this point.

Thanks for your help,
Best Regards,
Vincent

Ce message et toutes les pièces jointes sont établis à l'attention exclusive de leurs destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le détruire et d'en avertir immédiatement l'expéditeur. L'internet ne permettant pas d'assurer l'intégrité de ce message, le contenu de ce message ne représente en aucun cas un engagement de la part de Adeo Services.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abraham, Danny 2007-12-31 15:07:55 Can postgres handle "group by" queries?
Previous Message Sebastián Baioni 2007-12-31 12:15:21 Can't make backup