Re: Add more regression tests for CREATE OPERATOR - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add more regression tests for CREATE OPERATOR
Date
Msg-id 21262.1372344740@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add more regression tests for CREATE OPERATOR  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-hackers
Robins Tharakan <tharakan@gmail.com> writes:
> 2. Should I assume that all database objects that get created, need to be
> dropped explicitly? Or is this point specifically about ROLES?

It's about any global objects (that wouldn't get dropped by dropping the
regression database).  As far as local objects go, there are benefits to
leaving them around, particularly if they present interesting test cases
for pg_dump/pg_restore.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]
Next
From: Peter Eisentraut
Date:
Subject: Re: Add more regression tests for dbcommands