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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Eliminate unnecessary array[] decoration in examples of recursive
Date: 2008-10-14 00:12:44
Message-ID: 20081014001244.A38E97545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-14 00:41:35 pgsql: Add docs and regression test about sorting the output of a
Previous Message Alvaro Herrera 2008-10-13 22:07:33 Re: pgsql: Add missing header.