Thread: BUG #2699: Delete table alias not supported

BUG #2699: Delete table alias not supported

From
"Lachhman Dass"
Date:
The following bug has been logged online:

Bug reference:      2699
Logged by:          Lachhman Dass
Email address:      lachhmand@interrait.com
PostgreSQL version: 8.0
Operating system:   Windows 2000 Professional
Description:        Delete table alias not supported
Details:

Delete table alias is not supported. Exact syntax should be

DELETE FROM [ ONLY ] table [alias] [ WHERE condition ]