Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 338fd40bfcbd0f666be0d1b34f2ff32952df9216
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-14T00:53:21Z
Releases: 7.1.1
Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't
choke on relation or attribute names containing spaces, quotes, or other
special characters.  This fixes a TODO item.  It also forces initdb,
since stored rule strings change.

Files

PathChange+/−
src/backend/nodes/outfuncs.c modified +147 −105
src/backend/nodes/read.c modified +167 −104
src/backend/nodes/readfuncs.c modified +63 −87
src/include/nodes/readfuncs.h modified +2 −1