Jason Tan Boon Teck <tanboonteck(at)gmail(dot)com> wrote:
> I need to move some databases written in Psql v8.4 to the stable
> production server running v8.3.
> I am unable to do so due to the backward incompatibility.
You used features in 8.4 which aren't present in 8.3, or do you mean
something else?
> Is there anyway to do this?
I would try to use the newer pg_dump and investigate any warnings or
errors on reading into the older.
-Kevin