Project

General

Profile

« Previous | Next » 

Revision 12495

schemas/util.sql: remake_diff_table(): prepend the "view this table in human-readable form" comment instead of appending because it is more important than the "contents generated from" comment previously added

View differences:

trunk/schemas/util.sql
2596 2596

  
2597 2597
/* the table unfortunately cannot be *materialized* in human-readable form,
2598 2598
because this would create column name collisions between the two sides */
2599
SELECT util.append_comment($1, '
2599
SELECT util.prepend_comment($1, '
2600 2600
to view this table in human-readable form (with each side''s tuple column
2601 2601
expanded to its component fields):
2602 2602
SELECT (left_).*, (right_).* FROM '||$1||';

Also available in: Unified diff