BUG #4873: docs: no link from dml-update to sql-update

Started by Brad Bowmanalmost 17 years ago2 messagesbugs
Jump to latest
#1Brad Bowman
postgres@bereft.net

The following bug has been logged online:

Bug reference: 4873
Logged by: Brad Bowman
Email address: postgres@bereft.net
PostgreSQL version: 8.3
Operating system: n/a
Description: docs: no link from dml-update to sql-update
Details:

There seems to be an oversight in the dml-update
document.

http://www.postgresql.org/docs/8.3/interactive/dml-update.html

doesn't link to

http://www.postgresql.org/docs/8.3/interactive/sql-update.html

while both dml-insert and dml-delete do link to their
respective pages.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Brad Bowman (#1)
Re: BUG #4873: docs: no link from dml-update to sql-update

"Brad Bowman" <postgres@bereft.net> writes:

There seems to be an oversight in the dml-update
document.
http://www.postgresql.org/docs/8.3/interactive/dml-update.html
doesn't link to
http://www.postgresql.org/docs/8.3/interactive/sql-update.html
while both dml-insert and dml-delete do link to their
respective pages.

Hmm ... I don't think there was any specific intention to have such
a link, but it does seem like a reasonable thing to add. Will do.

regards, tom lane