Re: text search and "filenames"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: text search and "filenames"
Date: 2007-10-25 15:10:17
Message-ID: 16123.1193325017@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> I noticed that the default parser does not recognize Windows-style
> filenames:
> Is this something worth worrying about?

I'm not too excited about it. The fact that there's a filename category
at all seems a bit of a wart to me, particularly since simple examples
like 'example.txt' don't get parsed that way. I definitely don't see
any good way to allow spaces in Windows filenames...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-25 15:13:02 Re: Datum should be defined outside postgres.h
Previous Message Zdenek Kotala 2007-10-25 15:07:35 Re: Datum should be defined outside postgres.h