On 06/17/2011 07:55 AM, Achilleas Mantzios wrote:
It reads :
'On FreeBSD, IDE drives can be queried using atacontrol, and SCSI drives using
sdparm.'
but it should be:
'On FreeBSD, IDE drives can be queried using atacontrol, and SCSI drives using
camcontrol.'
FreeBSD's Common Access Method
On Fri, Jun 17, 2011 at 03:21, Joshua Berkus wrote:
> (apologies for prior incomplete post. Webmail spazzed on me).
>
> Attached is a version of file_FDW.sgml which contains a complete example of
> how to use it to read your postgresql csv logs. I think this does some neat
> tying together of
Excerpts from Joshua Berkus's message of jue jun 16 21:21:36 -0400 2011:
> (apologies for prior incomplete post. Webmail spazzed on me).
>
> Attached is a version of file_FDW.sgml which contains a complete example of
> how to use it to read your postgresql csv logs. I think this does some neat
It reads :
'On FreeBSD, IDE drives can be queried using atacontrol, and SCSI drives using
sdparm. '
but it should be:
'On FreeBSD, IDE drives can be queried using atacontrol, and SCSI drives using
camcontrol. '
--
Achilleas Mantzios
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.or
(2011/06/17 20:13), Shigeru Hanada wrote:
> I examined the example, and found some points which should be corrected:
>
> - Some lines are over 80 columns.
> - CREATE EXTENSION file_fdw also creates default FOREIGN DATA WRAPPER
> file_fdw, so no need to create FOREIGN DATA WRAPPER explicitly.
Oops
(2011/06/17 10:21), Joshua Berkus wrote:
> (apologies for prior incomplete post. Webmail spazzed on me).
>
> Attached is a version of file_FDW.sgml which contains a complete example of
> how to use it to read your postgresql csv logs. I think this does some neat
> tying together of how to use