Re: [HACKERS] [COMMITTERS] pgsql-server: Support renaming of tablespaces, and

2004-06-25 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Regression tests weren't appropriate? Didn't like em ... as you observed, there were parallelization issues, and in any case I'm not convinced they were testing anything very likely to break. regards, tom lane

Re: [HACKERS] [COMMITTERS] pgsql-server: Support renaming of tablespaces, and

2004-06-25 Thread Christopher Kings-Lynne
Support renaming of tablespaces, and changing the owners of aggregates, conversions, functions, operators, operator classes, schemas, types, and tablespaces. Fold the existing implementations of alter domain owner and alter database owner in with these. Regression tests weren't appropriate? Chris