Re: [BUGS] Comment bug in psql

2001-04-09 Thread Bruce Momjian
Looks like this is fixed in 7.1RC4: test=> /* Foo bar test*>gazonk's gurka test*>2001*/ test-> CREATE TABLE foo (bar INTEGER); CREATE Thanks. > > Hi! > > I just found a bug in psql 7.0.3 (a FreeBSD 4.2 port). > > 1 db=# /* Foo bar

[BUGS] Comment bug in psql

2001-04-09 Thread Martin Olsson
Hi! I just found a bug in psql 7.0.3 (a FreeBSD 4.2 port). 1 db=# /* Foo bar 2 db*#gazonk's gurka 3 db'#2001*/ 4 db'# CREATE TABLE foo (bar INTEGER); 5 db'# ' 6 db*# */ 7 db-# CREATE TABLE gazonk (blirp INTEGER); 8 ERROR: Unterminated quoted string 1 Prompt is =, ok Star