File: schema.diff

package info (click to toggle)
slony1-2 2.0.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,716 kB
  • ctags: 4,089
  • sloc: ansic: 17,784; sh: 12,592; xml: 8,185; sql: 7,314; yacc: 2,468; perl: 2,376; lex: 1,321; makefile: 909; awk: 24
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