On Wed, Jun 10, 2009 at 11:21 PM, Tom Lane<[email protected]> wrote: > Greg Stark <[email protected]> writes: >> So perhaps something like: > >> Referenced by: >> TABLE test2 CONSTRAINT test2_y_fkey FOREIGN KEY (y) REFERENCES test1(a); > > +1 > > ... although making it *really* copy-and-pastable would require a bit > more attention to detail than I bet it's gotten. (Schema qualification > and double-quoting-at-need being the likely trouble spots.) Still, > we can fix that later if we have the basic appearance being compatible > with that goal.
Even there the "TABLE" is kind of optional. It would stlil make sense as Referenced by: test2 CONSTRAINT test2_y_fkey FOREIGN KEY (y) REFERENCES test1(a) and even like that it looks like it's the widest line in the printout -- Gregory Stark http://mit.edu/~gsstark/resume.pdf -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
