[BUGS] notice on explicit primary key or index name

2009-09-19 Thread Tomas Psika
Hi, when primary key or unique index is created using explicit name, strange notice will say that implicit name was generated. But it didnt. # select version(); PostgreSQL 8.4.1 on i686-pc-linux-gnu, compiled by GCC i686-pc-linux-gnu-gcc (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4, 32-bit # create

Re: [BUGS] notice on explicit primary key or index name

2009-09-19 Thread Tom Lane
Tomas Psika tomas.ps...@gmail.com writes: when primary key or unique index is created using explicit name, strange notice will say that implicit name was generated. But it didnt. # alter table dummy add constraint pk_dummy_x primary key (x); NOTICE: ALTER TABLE / ADD PRIMARY KEY will create