From: | Kaloyan Iliev <kaloyan(at)mbox(dot)digsys(dot)bg> |
---|---|
To: | postgresql(at)teska(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: installing and using autodoc |
Date: | 2006-04-11 06:44:54 |
Message-ID: | 443B5066.1000402@mbox.digsys.bg |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I think you question if for NOVICE group.
However,
1. Unzip:
gunzip postgresql_autodoc-1.25.tar.gz
2. Extract from tar
tar -xvf postgresql_autodoc-1.25.tar.gz
3. Enter the directory
cd postgresql_autodoc
3.1. !!!!!READ README file or READ INSTALL file
I presume then you should :
4. Run Configure
./configure
5. Run make
make
5.1. Make SU and become root
6. Run
make install
This is the usual procedure, but for best result always read the README
file or INSTALL file first.
Regards,
Kaloyan Iliev
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?
>
>Thanks in advance,
>Courtenay
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Aufflick | 2006-04-11 06:48:21 | Re: stored proc vs sql query string |
Previous Message | v.suryaprabha | 2006-04-11 05:43:16 | Re: how to prevent generating same clipids |