Field Alias Alternative - Mailing list pgsql-sql

From Bart Degryse
Subject Field Alias Alternative
Date
Msg-id 4816E863.A3DD.0030.0@indicator.be
Whole thread Raw
List pgsql-sql
Is there another way to quote a field alias (containing spaces) than with double quotes?
 
This works:
SELECT actions.addresstypes.addresstype AS "Address Type" FROM actions.addresstypes
 
I would like something like this
SELECT actions.addresstypes.addresstype AS [Address Type] FROM actions.addresstypes
 
Is that possible?
Thanks for any ideas.

pgsql-sql by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Truncate table at a certain size.
Next
From: venkat
Date:
Subject: Reg:-How to make relationship more one table in PgSQL