First time here? Check out the FAQ!
1

Is there a specific version of PostgreSQL required?

What is the minimum version requirement for postgresSQL?

Evgeny's avatar
13.2k
Evgeny
updated 2010-10-31 21:40:20 -0500
Benoit's avatar
875
Benoit
asked 2010-10-29 16:54:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I've tested with 8.4.4, but 8.3 should do. With 8.2 it's possible to set up full text but probably it's not worth the effort.

use psql --version to find out what you've got.

Evgeny's avatar
13.2k
Evgeny
updated 2010-10-31 21:41:53 -0500, answered 2010-10-29 17:00:55 -0500
edit flag offensive 0 remove flag delete link

Comments

Just tried to import form a mysql dump (just the INSERT statements, not the table creates) and postgresql doesn't like the format. Maybe an importer is in order
Benoit's avatar Benoit (2010-11-01 09:39:39 -0500) edit
try modifying instance of double ". I've seen a word about it online. Unfortunately I cannot spend time on this until tomorrow.
Evgeny's avatar Evgeny (2010-11-01 09:53:33 -0500) edit
It actually looks like the tuples (123,'This is some text'), where the import expects ' to be escaped. I didn't think it was going to do that. Also, the dump output has some table locks which postgres doesn't like.
Benoit's avatar Benoit (2010-11-01 13:34:32 -0500) edit
add a comment see more comments