X-Git-Url: https://git.sitka.bclibraries.ca/gitweb/?p=sitka%2Fsitka-tools.git;a=blobdiff_plain;f=marc_export_custom%2Ffetch-shortcodes.sh;h=a32c0474fe3fa642556a309b1e559715521bbbe4;hp=4c9101455af38f98629c32440760181c7220207d;hb=HEAD;hpb=5ade9d684da2c693211ad210353b6cca66b786de diff --git a/marc_export_custom/fetch-shortcodes.sh b/marc_export_custom/fetch-shortcodes.sh index 4c91014..a32c047 100755 --- a/marc_export_custom/fetch-shortcodes.sh +++ b/marc_export_custom/fetch-shortcodes.sh @@ -3,7 +3,7 @@ SHORTCODES=$1 if [ -z "${SHORTCODES}" ]; then SHORTCODES="shortcodes.csv" fi -psql -Upostgres -U evergreen evergreen -h dbprod-96-main-ndb2 -o $SHORTCODES \ +psql -Upostgres -U evergreen evergreen -h prod-pg96-db2-sitka -o $SHORTCODES \ -c "COPY ( SELECT a.shortname,a.name,b.shortname AS parent