OSDN Git Service

Improve behavior of WITH RECURSIVE with an untyped literal in the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Oct 2008 22:50:55 +0000 (22:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Oct 2008 22:50:55 +0000 (22:50 +0000)
commit1e4b03847c95287a81d531ab2a249ad07081c767
tree8d6bb560129d18e278a3c2d9748ed8e5160fe446
parent08142504743bc79feb233f42ae24246273102813
Improve behavior of WITH RECURSIVE with an untyped literal in the
non-recursive term.  Per an example from Dickson S. Guedes.
src/backend/parser/parse_cte.c
src/test/regress/expected/with.out
src/test/regress/sql/with.sql