Re: [ADMIN] Trouble installing PostgreSQL

1999-05-17 Thread Bruce Momjian
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

[ADMIN] Trouble installing PostgreSQL

1999-05-17 Thread Roman Smutny
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

Re: [ADMIN] X-Mailer: USANET web-mailer (M3.0.0.118)

1999-05-17 Thread christian
> 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

Re: [ADMIN] answers

1999-05-17 Thread Rich Shepard
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

[ADMIN] answers

1999-05-17 Thread Gail Lange
Where are the answers to the questions that people ask? All I can see are the question. Thanks, Gail