foobar
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html
On Thursday 28 November 2002 00:32, Steve Jackson wrote:
> Hi
>
> Has anyone of you a good pointer to a description of where in the system
> tables I may find what informations? I try to code a generic procedure
> which gets information (like field type, field length, foreign keys...)
> about table
On Thursday 24 August 2006 10:34, Stefan Kaltenbrunner wrote:
> We just had a complaint on IRC that:
>
> devel=# select 'blah foo bar'::tsvector = 'blah foo bar'::tsvector;
> ?column?
> --
> f
> (1 row)
>
This could be an endianess issue?
This was probably the same person who posted th
On Tuesday 24 January 2006 02:03, Christopher Kings-Lynne wrote:
> What would be the cause of this error after upgrading from pgsql 7.4 to
> 8.1?
>
> usatest=# SELECT lexize[1] FROM lexize('en_stem', 'bacon');
> ERROR: cache lookup failed for function 861011
>
> Does tsearch2 need to somehow be tw