small explain patch

From: Liam Stewart <liams(at)redhat(dot)com>
To: PostgreSQL Patches List <pgsql-patches(at)postgresql(dot)org>
Subject: small explain patch
Date: 2002-05-02 18:14:18
Message-ID: 20020502141418.E3180@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Attached is a small patch that clarifies EXPLAIN output a little bit.
Output can be a bit confusing if there are spaces in table and index
names and aliases so the names in question are surrounded by ' '.
Aliases are explicitly labelled.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams(at)redhat(dot)com

Attachment Content-Type Size
patch.txt text/plain 2.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-05-02 21:42:13 Re: small explain patch
Previous Message Joe Conway 2002-05-02 17:19:47 small s_lock.c bug