Unreasonably generic names in matview.sql

Started by Tom Laneover 9 years ago3 messages
#1Tom Lane
tgl@sss.pgh.pa.us

I've been annoyed one time too many by the fact that matview.sql
creates, and leaves around, tables and views with such generic
names as "t" and "tv". Unless someone's really attached to that,
I'd like to rename those objects to begin with, say, "mvtest".

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Kevin Grittner
kgrittn@gmail.com
In reply to: Tom Lane (#1)
Re: Unreasonably generic names in matview.sql

No objection here.

I can do that if you would rather.

Kevin Grittner

On Fri, Apr 15, 2016 at 10:52 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

I've been annoyed one time too many by the fact that matview.sql
creates, and leaves around, tables and views with such generic
names as "t" and "tv". Unless someone's really attached to that,
I'd like to rename those objects to begin with, say, "mvtest".

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kevin Grittner (#2)
Re: Unreasonably generic names in matview.sql

Kevin Grittner <kgrittn@gmail.com> writes:

On Fri, Apr 15, 2016 at 10:52 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

I've been annoyed one time too many by the fact that matview.sql
creates, and leaves around, tables and views with such generic
names as "t" and "tv". Unless someone's really attached to that,
I'd like to rename those objects to begin with, say, "mvtest".

No objection here.
I can do that if you would rather.

It's my gripe, so I'm happy to do the legwork.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers