Re: [GENERAL] delete my email from the list

2006-03-23 Thread Jimmy Rowe
---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

[GENERAL]

2006-01-24 Thread Jimmy Rowe
UNSUBSCRIBE ---(end of broadcast)--- TIP 6: explain analyze is your friend

[GENERAL]

2006-01-23 Thread Jimmy Rowe
unsubscribe ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

[GENERAL] Question on the use of bracket expressions in Postgres

2005-12-14 Thread Jimmy Rowe
Good morning, I am new to Postgres and I have one question. I am trying to get the following select command to work. select * from catalog where file_name like 'abc%def%.200[2-5]%'; The following select keeps returning "(0 rows)". I know that there are many rows in my database that s