From: Bruce Momjian <maillist@candle.pha.pa.us>

Marc G. Fournier <scrappy@hub.org>

Commit: ba628ef13d668a9252cbe09d1c1a4fc2cea3a144
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-09-23T08:39:53Z
Releases: 7.1.1
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Bryan Henderson <bryanh@giraffe.netgate.net>
Cc: Postgres95-development <pg95-dev@ki.net>
Subject: Re: [PG95-DEV] DELETE statement

>
> Does the man page for DELETE need to be corrected?  It gives as syntax
>
>   DELETE instance_variable [FROM fromlist] [WHERE qual]   .
>
> But the actual syntax appears to be
>
>   DELETE FROM classname WHERE qual   .
>
> --
> Bryan Henderson                                    Phone 408-227-6803
> San Jose, California
>

This patch fixes the delete manual page in 2.0:

Files

PathChange+/−
doc/man/delete.l modified +4 −8