[SQL] Can SELECT statements throw an error

2005-07-21 Thread Erik Wasser
Hello list, can SELECT statements throw errors except the followings: - SQL syntax errors - connection based errors (database is down/etc...) - deadlocks Did I miss an option? -- So long... Fuzz ---(end of broadcast)--- TIP 5: don't forget to

Re: [SQL] Can SELECT statements throw an error

2005-07-21 Thread Tom Lane
Erik Wasser [EMAIL PROTECTED] writes: can SELECT statements throw errors except the followings: - SQL syntax errors - connection based errors (database is down/etc...) - deadlocks Did I miss an option? Many. Consider select 1 / 0 In general I'd think that most errors in the data