shopsuite-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Shopsuite-dev] rational numbers plugin to pg


From: Davi Leal
Subject: Re: [Shopsuite-dev] rational numbers plugin to pg
Date: Mon, 06 Aug 2001 21:50:46 +0100

> > It seems that the rational type load only works while the session where it 
> > was
> > loaded is open. What do you think about it?.
>
> New types are created per-database, you must:
> davi$ createdb shop
> davi$ su
> root# su postgres
> postgres$ psql shop <  rational.psql
> postgres$ exit
> root# exit
> davi$ psql shop < shop.psql

OK. So, in order to install the final project version we will have to install 
the plug-in into
the shop data base, not as a general postgres type. Right?. Is there a way to 
get "in catalog"
the type added by a plug-in?.
    ERROR:  Unable to locate type name 'rational' in catalog



> > P.S.: What do you think about the new shop.psql script?. Is it right?. Are 
> > we
> > ready to carry out the ShopDB class changes?.
>
> It looks ok.
>
> The problem is that I don't like the fact that rational plugin needs
> special priviledges. I'll investigate if it can be fixed.

OK, cool.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]