Hi,
Sure. Camcontrol does indeed cover IDE, SCSI and SAS drives.
Replace this line:
On FreeBSD, IDE drives can be queried using atacontrol...
With this:
On FreeBSD, IDE drives can be queried using camcontrol identify...
In other words, the query is the same as for SCSI drives. For verification
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/docguide-toolsets.html
Description:
Hi,
This link gives a 404 error. Working back to the FQDN wiki.docbook.org, this
redirects to https://github.com/docbook/wiki/wiki.
The info o
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/rangetypes.html
Description:
Hi,
I am reading this section of the manual and the results I see are not what I
expect according to the examples, except for the last example showing
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/docguide-toolsets.html
Description:
Hi,
This link is dead. The DocBook wiki was moved to GitHub. The correct link is
now https://github.com/docbook/wiki/wiki/DocBookXslStylesheets
Mr. Johnston,
Q. “Why is this one special that it needs to provide an example of a literal
containing a single quote that requires escaping?”
A. Because it’s the one I was reading.
When I write software, and use a database I don’t need to escape literals if I
have a Prepared Statement. This i