Uroš Gruber <uros(dot)gruber(at)sir-mag(dot)com> writes:
> Hi!
>
> I have an old pgsql dir backuped and I want to know if there's any way
> to restore some data from this files. Any tool I can use.
Re-install the version that created the files and use pg_dump to dump
it out to SQL. That's by far the easiest way.
-Doug