| From: | 100(dot)179370(at)germanynet(dot)de (Martin Jacobs) |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Martin Jacobs <100(dot)179370(at)germanynet(dot)de>, <pgsql-general(at)postgresql(dot)org>, Pruner Jan <pruner(at)cekia(dot)cz> |
| Subject: | Re: Re: Replace MSSQL by PostgreSQL ? |
| Date: | 2001-06-18 19:12:33 |
| Message-ID: | Pine.LNX.4.33.0106182101400.11973-100000@Schnecke.Windsbach.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Sat, 16 Jun 2001, Tom Lane wrote:
> 100(dot)179370(at)germanynet(dot)de (Martin Jacobs) writes:
> > If you don't need type 'name' do
> > DROP TYPE name;
>
> This would be an exceedingly bad idea, since 'name' is used throughout
> the system catalogs.
Ash on my head! You'r right.
>
> It might work to rename the type (eg, "update pg_type set typname =
> 'pgname' where typname = 'name'). Haven't tried that to see what
> sorts of problems it might have. Would definitely recommend doing
> any experimentation of this sort in a scratch database ;-)
>
I've done such experiment. It does not work, sorry for the
noise. :-(
> ...
I can understand Pruner, it's a bit disappointing to have
'name' as table name blocked by PG internals, and other rather
natural table names too. Is there really no solution?
Martin
--
Dipl-Ing. Martin Jacobs * Windsbach * Germany
Registered Linux User #87175, http://counter.li.org/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-06-18 19:40:37 | Re: Re: Replace MSSQL by PostgreSQL ? |
| Previous Message | will trillich | 2001-06-18 18:52:56 | Re: OT: Apache::Session::DBI vs postgresql? --help |