Documentation cross reference from copy to \copy

Started by Jeff Janesover 13 years ago2 messagesdocs
Jump to latest
#1Jeff Janes
jeff.janes@gmail.com

Where the SQL COPY command warns us not to confuse it with \copy, a
link to \copy would be useful. The attached patch implements that,
but I'm not sure it does so in the preferred way.

Thanks,

Jeff

Attachments:

copy_crossref_v1.patchapplication/octet-stream; name=copy_crossref_v1.patchDownload+4-4
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jeff Janes (#1)
Re: Documentation cross reference from copy to \copy

Jeff Janes <jeff.janes@gmail.com> writes:

Where the SQL COPY command warns us not to confuse it with \copy, a
link to \copy would be useful. The attached patch implements that,
but I'm not sure it does so in the preferred way.

It seems reasonable from here. I thought at first that it might break
the man-page output, but AFAICT there is no effect on that.

regards, tom lane