Re: [BUGS] Windows: pg_dump doesn't recognize -n option

2008-12-04 Thread wstrzalka
Right. I mixed the input params. The confusion comes from fact that I'm used to use Linux version which never complained and worked as expected (besides the extra -d parameter :D ) On 4 Gru, 13:50, [EMAIL PROTECTED] (Peter Eisentraut) wrote: > On Thursday 04 December 2008 13:03:16 wstrzalka wro

Re: [BUGS] question/suggestion

2008-12-04 Thread John R Pierce
chris wood wrote: Apology in advance, this is not a bug, just wanted to ask if the following issue is being considered: Cloud computing seems to be quickly gaining ground as a deployment technology for web apps. From what I see this has not been good for Postgres. Google App Engine cannot

[BUGS] question/suggestion

2008-12-04 Thread chris wood
Apology in advance, this is not a bug, just wanted to ask if the following issue is being considered: Cloud computing seems to be quickly gaining ground as a deployment technology for web apps. >From what I see this has not been good for Postgres. Google App Engine cannot use Postgres and A

Re: [BUGS] Windows: pg_dump doesn't recognize -n option

2008-12-04 Thread Peter Eisentraut
On Thursday 04 December 2008 13:03:16 wstrzalka wrote: > This is my output on Windows: > --- >- > D:\Code>pg_dump -U postgres -d test -n public > pg_dump: too many command-line arguments (first

[BUGS] Windows: pg_dump doesn't recognize -n option

2008-12-04 Thread wstrzalka
This is my output on Windows: D:\Code>pg_dump -U postgres -d test -n public pg_dump: too many command-line arguments (first is "-n") Try "pg_dump --help" for more information. D:\Code>pg_du

Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2008-12-04 Thread gildas prime
Same thing on 8.3.5 Win32 ester=# SELECT ts_headline('http://some.url/path', to_tsquery('sometext')); ts_headline --- http:// some.url/path (1 row) ester=# SELECT ts_headline('http://some.url', to_tsquery('sometext')); ts_headline - http://some.url