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 15:54:07
Message-ID: 1520697247176-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I thougth that thoses messages where using relation's relkind:
r = ordinary table,
i = index,
S = sequence,
t = TOAST table,
v = view,
m = materialized view,
c = composite type,
f = foreign table,
p = partitioned table

wouldn't it be easier to read for beginners ?

Regards
PAscal

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2018-03-10 16:14:20 Re: wrong message when trying to create an already existing index
Previous Message Adrian Klaver 2018-03-10 15:16:21 Re: wrong message when trying to create an already existing index