[GRASS-user] not able to create a table on vector import

I changed the Date column to date, and thought this was the problem.
This was not the problem, and I don't know what to do to proceed.

dbmi: Protocol error
dbmi: Protocol error
dbmi: Protocol error
ERROR: Unable to create table: 'create table srs_points_auburn ("
integer, site varchar ( 80 ), base varchar ( 80 ), creek varchar ( 80
), date varchar ( 80 ), elevation double precision, x double
precision, y double precision, station" double precision)'
(Thu Jul 22 16:38:24 2010) Command finished (0 sec)

--
Stephen Sefick
____________________________________
| Auburn University |
| Department of Biological Sciences |
| 331 Funchess Hall |
| Auburn, Alabama |
| 36849 |
|___________________________________|
| sas0025@auburn.edu |
| http://www.auburn.edu/~sas0025 |
|___________________________________|

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.

                            \-K\. Mullis

On Thu, Jul 22, 2010 at 11:40 PM, stephen sefick <ssefick@gmail.com> wrote:

I changed the Date column to date, and thought this was the problem.
This was not the problem, and I don't know what to do to proceed.

dbmi: Protocol error
dbmi: Protocol error
dbmi: Protocol error
ERROR: Unable to create table: 'create table srs_points_auburn ("
integer, site varchar ( 80 ), base varchar ( 80 ), creek varchar ( 80
), date varchar ( 80 ), elevation double precision, x double
precision, y double precision, station" double precision)'

After station, there is a trailing " which will confuse the driver
Where does it come from? Please check the column names.

Markus