From: | "Daniel Caune" <daniel(dot)caune(at)ubisoft(dot)com> |
---|---|
To: | "Michael Fuhr" <mike(at)fuhr(dot)org> |
Cc: | <lucius(dot)seneca(at)gmail(dot)com>, "postgresql sql list" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: connectby documentation |
Date: | 2006-03-14 00:29:44 |
Message-ID: | 1E293D3FF63A3740B10AD5AAD88535D201C6B206@UBIMAIL1.ubisoft.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
> -----Message d'origine-----
> De : Michael Fuhr [mailto:mike(at)fuhr(dot)org]
> Envoyé : lundi, mars 13, 2006 19:26
> À : Daniel Caune
> Cc : lucius(dot)seneca(at)gmail(dot)com; postgresql sql list
> Objet : Re: [SQL] connectby documentation
>
> On Mon, Mar 13, 2006 at 06:38:14PM -0500, Daniel Caune wrote:
> > I provide hereafter a description about how to install the function
> > connectby (I didn't find such documentation and I don't know where to
> > write this documentation):
>
> README.tablefunc contains instructions on how to load the module
> into a database.
>
> > > apt-get install postgresql-contrib-8.1
> > > emacs /usr/share/postgresql/8.1/contrib/tablefunc.sql
> >
> > Replace "$libdir" by "/usr/lib/postgresql/8.1/lib/tablefunc.so" (I
> > suggest to modifying only a copy of this file).
>
> That shouldn't be necessary unless the package installed the shared
> objects somewhere other than where the database was expecting.
> What's the output of "pg_config --libdir --version"?
>
/usr/lib
PostgreSQL 8.1.2
> > > su postgres
> > > psql -f /usr/share/postgresql/8.1/contrib/tablefunc.sql <database>
>
> Or, omitting the su, psql -U postgres ....
>
> --
> Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2006-03-14 01:02:10 | Re: connectby documentation |
Previous Message | Michael Fuhr | 2006-03-14 00:25:48 | Re: connectby documentation |