Re: [PATCHES] quick patch for pg_database.encoding doc

2006-06-02 Thread Tom Lane
Larry Rosenman writes: > This patch adds a reference to the pg_encoding_to_char() function as > a means to translate the number to something meaningful for a human. Done, thanks. regards, tom lane ---(end of broadcast)---

[PATCHES] quick patch for pg_database.encoding doc

2006-06-02 Thread Larry Rosenman
This patch adds a reference to the pg_encoding_to_char() function as a means to translate the number to something meaningful for a human. Index: doc/src/sgml/catalogs.sgml === RCS file: /projects/cvsroot/pgsql/doc/src/sgml/catalogs

Re: [PATCHES] Schema move for opclasses, operator and conversions

2006-06-02 Thread Peter Eisentraut
Am Freitag, 2. Juni 2006 10:11 schrieb Bernd Helmle: > so something like ALTER SCHEMA schema MOVE OBJECTS newschema? > Sounds like a reasonable idea I don't think the syntax should be altered. But a way to factor all these common activities like moving, renaming, owner-altering for N classes

Re: [PATCHES] Schema move for opclasses, operator and conversions

2006-06-02 Thread Bernd Helmle
--On Donnerstag, Juni 01, 2006 23:03:39 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: Not to be unkind, Don't worry ;) < but is this feature actually worth the code space? I can barely see a use case for relocating operators, and as for the other two, who's ever going to use them? Well, i