Re: [DOCS] Geometric function example results
On 23 June 2011 13:09, Thom Brown wrote: > Hi, > > I noticed that there are no example outputs shown on the geometric > functions page > (http://www.postgresql.org/docs/9.0/static/functions-geometry.html). > So I've attached a patch which adds them. I'm not entirely sure to > make of the 2 example outputs that are very large, but they're > included anyway. > > Are these worth adding? Any opinions on this? -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] File_FDW with example
> 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 think I combined code from non-create extension version with the create extension version. Need to fix that, with both examples. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
