BUG #2699: Delete table alias not supported

From: "Lachhman Dass" <lachhmand(at)interrait(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2699: Delete table alias not supported
Date: 2006-10-17 09:19:45
Message-ID: 200610170919.k9H9JjeG051653@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2699
Logged by: Lachhman Dass
Email address: lachhmand(at)interrait(dot)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 ]

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrea C. Granata 2006-10-17 12:42:15 BUG #2700: tsearch2: snowball api outdated.
Previous Message Lachhman Dass 2006-10-17 07:45:49 BUG #2698: Update table alias not supported