Re: wrong message when trying to create an already existing index

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: wrong message when trying to create an already existing index
Date: 2018-03-10 18:53:37
Message-ID: 1520708017041-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> regression=# create index mv1 on t1 (f1);
...
> ERROR: materialized view "mv1" already exists

Is in fact the one I prefer ;^)

I come from a DBMS world where Tables and Indexes do not share the same name
space,
and have to change my mind !

Thanks you Tom for pointing that.

Regards
PAscal

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Rowley 2018-03-11 22:59:28 Re: Is there a way to create a functional index that tables tableoid column as an arg?
Previous Message Ryan Murphy 2018-03-10 18:53:24 Is there a way to create a functional index that tables tableoid column as an arg?