/
usr
/
share
/
doc
/
dbconfig-common
/
examples
/
db-test-pgsql-2.0
/
/usr/share/doc/dbconfig-common/examples/db-test-pgsql-2.0
mkdir
upload
Name
Size
Mode
Actions
debian/
-
0755
rm
COPYING
17992
0644
edit
dl
rm
pgsql.sql
267
0644
edit
dl
rm
README
458
0644
edit
dl
rm
Edit:
/usr/share/doc/dbconfig-common/examples/db-test-pgsql-2.0/pgsql.sql
(267B)
create table foo ( id int not null primary key, name varchar(32) ); create table mytable ( version varchar(32) not null primary key ); insert into foo values (1, 'foo'); insert into foo values (2, 'bar'); delete from mytable; insert into mytable values ('2.0');
Save
cmd:
run