TABLE tab completion

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: TABLE tab completion
Date: 2011-09-24 10:59:06
Message-ID: CABUevExNgOv3iLr_UhXFFb3fhBq9E0ztKze8FwREWRPeDCyTww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

TABLE tab completion in psql only completes to tables, not views. but
the TABLE command works fine for both tables and views (and also
sequences).

Seems we should just complete it to relations and not tables - or can
anyone see a particular reason why we shouldn't?

Trivial patch attached.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Attachment Content-Type Size
table_complete.patch text/x-patch 659 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2011-09-24 11:00:35 Re: Large C files
Previous Message Hannu Krosing 2011-09-24 10:42:43 Re: CUDA Sorting