| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | outfuncs.c utility statement support |
| Date: | 2017-06-13 15:25:27 |
| Message-ID: | 7006f936-4301-25f3-0a6e-52ee9ab18280@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
While debugging some other stuff, I was wondering to what extent node
types supporting utility statements should be supported in outfuncs.c.
Running with --debug-print-parse=on, executing
create table test1 (a int, b text);
gives output that is truncated somewhere in the middle (possibly a null
byte), and
drop table test1;
shows (among other things)
:utilityStmt ?
Is there a way to check that everything that needs to be there is there
and that the stuff that is there works correctly or is reachable at all?
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-06-13 15:25:42 | Re: macOS Sierra & System Integrity Protection |
| Previous Message | Simon Riggs | 2017-06-13 15:18:13 | Re: macOS Sierra & System Integrity Protection |