> 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
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 -