Project

General

Profile

« Previous | Next » 

Revision 12370

schemas/util.sql: remake_diff_table(): use util.append_comment() instead of util.set_comment() to allow other functions to add comments to the diff table

View differences:

util.sql
2348 2348

  
2349 2349
/* the table unfortunately cannot be *materialized* in human-readable form,
2350 2350
because this would create column name collisions between the two sides */
2351
SELECT util.set_comment($1, '
2351
SELECT util.append_comment($1, '
2352 2352
to view this table in human-readable form (with each side''s tuple column
2353 2353
expanded to its component fields):
2354 2354
SELECT (left_).*, (right_).* FROM '||$1||';

Also available in: Unified diff