Document RELKIND_SPECIAL reference in psql, from <= 8.1.X.
authorBruce Momjian <[email protected]>
Mon, 19 Jan 2009 18:44:32 +0000 (18:44 +0000)
committerBruce Momjian <[email protected]>
Mon, 19 Jan 2009 18:44:32 +0000 (18:44 +0000)
src/bin/psql/describe.c

index 37695d37ffe2c618230ee6c4f64f04ff9a65a0a1..2ac1cd1586a3e849f13c25726136ea090b887831 100644 (file)
@@ -1962,7 +1962,7 @@ listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSys
        if (showSeq)
                appendPQExpBuffer(&buf, "'S',");
        if (showSystem && showTables)
-               appendPQExpBuffer(&buf, "'s',");
+               appendPQExpBuffer(&buf, "'s',");        /* was RELKIND_SPECIAL in <= 8.1.X */
        appendPQExpBuffer(&buf, "''");          /* dummy */
        appendPQExpBuffer(&buf, ")\n");