Ask Your Question
1

Is there a specific version of PostgreSQL required?

asked Oct 29 '10

Benoit gravatar image Benoit flag of United States
825 6 24

updated Oct 31 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

What is the minimum version requirement for postgresSQL?

1 Answer

Sort by ยป oldest newest most voted
0
Benoit has selected this answer as correct

answered Oct 29 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

updated Oct 31 '10

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.

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 (Nov 01 '10)
try modifying instance of double ". I've seen a word about it online. Unfortunately I cannot spend time on this until tomorrow. Evgeny (Nov 01 '10)
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 (Nov 01 '10)

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Oct 29 '10

Seen: 43 times

Last updated: Oct 31 '10