Re: How to store directory like structures?

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: How to store directory like structures?
Дата
Msg-id Pine.GSO.4.62.0504032323370.15865@ra.sai.msu.su
обсуждение исходный текст
Ответ на Re: How to store directory like structures?  (Axel Straschil <axel@straschil.com>)
Список pgsql-sql
On Sun, 3 Apr 2005, Axel Straschil wrote:

> Hello!
>
>>     On gentoo (at least on my box) it's installed by default in 8.0, I
>> believe it was installed by default, too, on 7.4.X
>
> Tried with gentoo just under 7.4.x and 8.0.1:
>
> axel=# CREATE TABLE test ( path ltree);
> ERROR:  type "ltree" does not exist
>
> Any idea?

you need to load ltree into your database !
psql yourdb < ltree.sql

use 'locate ltree.sql' to find if ltree is installed

>
> Thanks,
> AXEL.
>
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


В списке pgsql-sql по дате отправления:

Предыдущее
От: Axel Straschil
Дата:
Сообщение: Re: How to store directory like structures?
Следующее
От: PFC
Дата:
Сообщение: Re: How to store directory like structures?