File: init_data.sql

package info (click to toggle)
slony1-2 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,836 kB
  • ctags: 5,283
  • sloc: ansic: 21,239; sh: 13,008; sql: 11,299; xml: 9,172; perl: 2,803; yacc: 2,698; lex: 1,356; makefile: 747; awk: 24; lisp: 8
file content (10 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
INSERT INTO table1(data) VALUES ('placeholder a');
INSERT INTO table1(data) VALUES ('placeholder b');
INSERT INTO table1a(table1_id,data) VALUES (1,'placeholder a');
INSERT INTO table1a(table1_id,data) VALUES (2,'placeholder b');

INSERT INTO table2(data) VALUES ('placeholder a');
INSERT INTO table2(data) VALUES ('placeholder b');
INSERT INTO table2a(table2_id,data) VALUES (1,'placeholder a');
INSERT INTO table2a(table2_id,data) VALUES (2,'placeholder b');