File: schema.diff

package info (click to toggle)
slony1-2 2.2.11-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,040 kB
  • sloc: ansic: 21,487; sh: 12,997; sql: 11,337; xml: 9,202; javascript: 6,409; perl: 2,829; yacc: 2,698; lex: 1,356; makefile: 738; awk: 24; lisp: 8
file content (4 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (10)
1
2
3
4
select 'table1', id, data from table1 order by id
select 'table1a', id, table1_id, data from table1a order by id
select 'table2', id, data from table2 order by id
select 'table2a', id, table2_id, data from table2a order by id