Re: remove line type? - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: remove line type?
Date
Msg-id 200005171904.PAA02741@candle.pha.pa.us
Whole thread Raw
In response to Re: remove line type?  (mikeo <mikeo@spectrumtelecorp.com>)
List pgsql-sql
If you do it in template1 database after initdb, all new databases will
not have that type either.

> that worked!!!  thanks!
> 
> mikeo
> 
> 
> At 02:51 PM 5/17/00 -0400, Bruce Momjian wrote:
> >I guess you could remove the line type from the pg_type table and see if
> >that helps.
> >
> >> hi,
> >>   we're looking at migrating from ORACLE to postgres in the
> >> very near future and we've run into a small problem.  there's
> >> a data type defined "LINE".  we have named one of our tables 
> >> as "LINE" also and it would require a great deal of code 
> >> changes to rename that table.  is it possible to simply
> >> "turn off" the line type?  any help is appreciated.
> >> 
> >> thanks,
> >>    mikeo 
> >> 
> >> 
> >
> >
> >-- 
> >  Bruce Momjian                        |  http://www.op.net/~candle
> >  pgman@candle.pha.pa.us               |  (610) 853-3000
> >  +  If your life is a hard drive,     |  830 Blythe Avenue
> >  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> >
> 


--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: mikeo
Date:
Subject: Re: remove line type?
Next
From: "Richard Huxton"
Date:
Subject: Re: question on update/delete rules on views