From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | postgresql(at)teska(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: installing and using autodoc |
Date: | 2006-04-11 08:01:49 |
Message-ID: | 443B626D.9040107@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
postgresql(at)teska(dot)net wrote:
> Hi,
>
> I'm interested in using postgresql_autodoc to document my postgres databases
> on Linux, but I'm unable to find any information on how to install the
> program or use it. Can someone point me in the right direction?
>
> I've downloaded postgresql_autodoc-1.25.tar.gz from
> http://www.rbt.ca/autodoc/releasenotes.html, un-ziped it and have no idea
> what to do. Does it need to be compiled? If so, what command do I use? If
> not, what do I do to configure the program?
You might have a packaged version available - worth searching for it
perhaps.
Failing that, try the following:
cd /path/to/postgresql_autodoc
./configure
make
su -
make install
That will probably install under /usr/local/postgresql_autodoc/...
The ./configure stage will tell you if you need any other
modules/libraries etc. If you can find a package it should take care of
this for you.
HTH
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Tourde | 2006-04-11 08:24:30 | How to import a CSV file (originally from Excel) into a Postgresql 8.0.7 database |
Previous Message | hubert depesz lubaczewski | 2006-04-11 07:52:40 | Re: Asking advice on speeding up a big table |