Either install bison, or do a touch on parser/gram.c and recompile.
> HI,
> sorry to bother you, but I went to this trouble for the third time. When
> I try to compile PostgreSQL on i386-unknown-netbsd1.3.2, the compilation
> always stops in dir '/usr/src/pgsql/src/backend/parser' saying:
>
> g
HI,
sorry to bother you, but I went to this trouble for the third time. When
I try to compile PostgreSQL on i386-unknown-netbsd1.3.2, the compilation
always stops in dir '/usr/src/pgsql/src/backend/parser' saying:
gmake[2]: Entering directory `/usr/src/pgsql/src/backend/parser'
/usr/bin/yacc -d g
> I' like to know if you can suggest me how I can import data in a postgresql
> table from a .txt file (with fields separated by semicolon )
Using psql, you can issue a
COPY tablename FROM '/dir/textfile' USING DELIMITERS ';';
Which should work fine.
tablename should exist already and the fie
On Mon, 17 May 1999, Gail Lange wrote:
> Where are the answers to the questions that people ask? All I can see
> are the question. Thanks, Gail
Perhaps there aren't any answers. :-) Otherwise, I'm sure they'd be posted
to the list. Or, the recipients would be kind enough to post a summary to
t
Where are the answers to the questions that people ask? All I can see
are the question. Thanks, Gail