Re: [BUGS] BUG #4855: Explain errors on drop table if exists

2009-06-16 Thread Tom Lane
"Jim Michaels" writes: > Using PGAdminIII and the following query, I get this explain error: > ERROR: syntax error at or near "DROP" > LINE 91: DROP TABLE IF EXISTS work; > ^ If you're not going to show us the previous 90 lines of your script, we're not really going to be able to help

Re: [BUGS] BUG #4855: Explain errors on drop table if exists

2009-06-16 Thread Frank Heikens
Looks like you have a hidden character before DROP. Character 2584 is called the Lower Half Block, it might be there. Cleanup your code, make sure there is nothing left and then execute your query again. Good luck! Frank Op 16 jun 2009, om 08:58 heeft Jim Michaels het volgende geschreven: