Re: [HACKERS] Unreasonably generic names in matview.sql

2016-04-15 Thread Tom Lane
Kevin Grittner writes: > On Fri, Apr 15, 2016 at 10:52 AM, Tom Lane 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 rena

Re: [HACKERS] Unreasonably generic names in matview.sql

2016-04-15 Thread Kevin Grittner
No objection here. I can do that if you would rather. Kevin Grittner On Fri, Apr 15, 2016 at 10:52 AM, Tom Lane 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

[HACKERS] Unreasonably generic names in matview.sql

2016-04-15 Thread Tom Lane
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