Re: [DOCS] File_FDW with example

2011-12-01 Thread Bruce Momjian
bruce wrote: > 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

Re: [DOCS] File_FDW with example

2011-11-29 Thread Bruce Momjian
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 FDWs that the docs a

Re: [DOCS] File_FDW with example

2011-06-27 Thread Josh Berkus
> No, clearly not, because really.. Because the commands you've > suggested don't work, do they? > STATEMENT: CREATE FOREIGN DATA WRAPPER file_fdw HANDLER file_fdw_handler; > ERROR: foreign-data wrapper "file_fdw" already exists > > > because CREATE EXTENSION creates that one for you... Ah, I

Re: [DOCS] File_FDW with example

2011-06-17 Thread Magnus Hagander
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

Re: [DOCS] File_FDW with example

2011-06-17 Thread Alvaro Herrera
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

Re: [DOCS] File_FDW with example

2011-06-17 Thread Shigeru Hanada
(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

Re: [DOCS] File_FDW with example

2011-06-17 Thread Shigeru Hanada
(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

[DOCS] File_FDW with example

2011-06-16 Thread Joshua Berkus
(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 FDWs that the docs are currently lacking. -- Josh