Thread: pgsql: Eliminate unnecessary array[] decoration in examples of recursive

pgsql: Eliminate unnecessary array[] decoration in examples of recursive

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Eliminate unnecessary array[] decoration in examples of recursive cycle
detection.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        queries.sgml (r1.48 -> r1.49)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/queries.sgml?r1=1.48&r2=1.49)
    pgsql/src/test/regress/expected:
        with.out (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/with.out?r1=1.6&r2=1.7)
    pgsql/src/test/regress/sql:
        with.sql (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/with.sql?r1=1.6&r2=1.7)