[HACKERS] ignore me

2002-08-19 Thread Andrew J. Kopciuch
foobar ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [HACKERS] System Tables

2002-11-28 Thread Andrew J. Kopciuch
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

Re: [HACKERS] tsvector/tsearch equality and/or portability issue issue ?

2006-08-24 Thread Andrew J. Kopciuch
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

Re: [HACKERS] Cache lookup failed error in tsearch2?

2006-01-24 Thread Andrew J. Kopciuch
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