Re: [GENERAL] "FATAL 1: my bits moved right off the end of theworld!"

1999-11-30 Thread Bruce Momjian
> Peter Eisentraut wrote: > > > This is getting to be our favourite error message... > > > > It is caused by a corrupted B-Tree index. Drop and recreate that one. > > Thanks. Unfortunately, the lack of context to the error message makes it difficult > to identify which index is "that one." The

Re: [GENERAL] Documentation of nitty gritty stuff.

1999-11-30 Thread Lincoln Yeoh
Hi, Where should I look in the documentation for how to "quote" data for Postgres? e.g. Quoting quotes.. select * from t where x='It''s hard to find' Quoting Likes- trying to find backslashes- select * from t where x like '%\\%' ? Also more information on limits of data/types would be good -