Re: [PATCHES] psql tab-complete and backslash patch

2005-08-15 Thread Tom Lane
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > Any particular reason why you dropped the SET SCHEMA part of my > patch ? Because we have no such command. regards, tom lane ---(end of broadcast)--- TIP 1: if posting/read

Re: [PATCHES] psql tab-complete and backslash patch

2005-08-15 Thread Stefan Kaltenbrunner
Tom Lane wrote: > Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > >>attached is a patch against psql that makes psql's tabcomplete code >>ROLES aware, adds SET SCHEMA and basic CREATE DATABASE/TRIGGER support >>as well as some other minor things. > > > Applied with some changes. I didn't see

Re: [PATCHES] psql tab-complete and backslash patch

2005-08-14 Thread Tom Lane
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > attached is a patch against psql that makes psql's tabcomplete code > ROLES aware, adds SET SCHEMA and basic CREATE DATABASE/TRIGGER support > as well as some other minor things. Applied with some changes. I didn't see the point of making \du bac