Tsearch2 update for Win32.

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Tsearch2 update for Win32.
Date: 2004-09-08 13:10:26
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E41A7A83@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The Win32 installer cannot easily handle 'copy from stdin' thus
preventing execution of scripts that use copy. Tsearch2 appears to have
the only script that does this - the attached patch changes the copy to
a bunch of INSERTs.

Regards, Dave

Attachment Content-Type Size
tsearch2.sql.in.diff application/octet-stream 6.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-09-08 14:14:18 Re: Tsearch2 update for Win32.
Previous Message Dave Page 2004-09-08 11:07:17 Contrib modules on Win32