touch up
This commit is contained in:
parent
aac83846c0
commit
1a0799c785
@ -1,4 +1,4 @@
|
|||||||
"C:\PostgreSQL\pg10\bin\pg_dump" -h localhost -p 5433 -U ptrowbridge -d ubm -s -n "tps" -O -F p -f "C:\users\fleet\Documents\tps_etl\deploy\ubm_schema.sql"
|
"C:\PostgreSQL\pg10\bin\pg_dump" -h localhost -p 5433 -U ptrowbridge -d ubm2 -s -n "tps" -O -F p -f "C:\users\fleet\Documents\tps_etl\deploy\ubm_schema.sql"
|
||||||
|
|
||||||
"/home/ubuntu/workspace/bigsql/pg10/bin/psql" -h localhost -p 5433 -U ptrowbridge -d ubm -s -n "tps" -O -F p -f "/home/ubuntu/workspace/tps_etl/deploy/ubm_schema.sql"
|
"/home/ubuntu/workspace/bigsql/pg10/bin/psql" -h localhost -p 5433 -U ptrowbridge -d ubm -s -n "tps" -O -F p -f "/home/ubuntu/workspace/tps_etl/deploy/ubm_schema.sql"
|
||||||
|
|
||||||
|
@ -240,6 +240,6 @@ ORDER BY
|
|||||||
l.srce
|
l.srce
|
||||||
,l.target
|
,l.target
|
||||||
,l.seq
|
,l.seq
|
||||||
,l."count"
|
,l."count" desc
|
||||||
,l.map_val
|
,l.map_val
|
||||||
,l.mapped_val
|
,l.mapped_val
|
Loading…
Reference in New Issue
Block a user