Re: [GENERAL] Inconsistent SQL errors

2010-04-15 Thread Boszormenyi Zoltan
gvim írta: > I'm running PostgreSQL 8.4.3 on OS X Snow Leopard via MacPorts and I'm > getting strange inconsistent errors such as: > > dbuser-# select * from log_form; The error is here above. You had a "-#" prompt, saying that you already started another statement in a previous line but you haven

Re: [GENERAL] Inconsistent SQL errors

2010-04-14 Thread Scott Mead
On Wed, Apr 14, 2010 at 11:04 PM, gvim wrote: > I'm running PostgreSQL 8.4.3 on OS X Snow Leopard via MacPorts and I'm > getting strange inconsistent errors such as: > > dbuser-# select * from log_form; > ERROR: syntax error at or near "select" > LINE 2: select * from log_form; >^ > > Th