/[hr-web]/sql/dump.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sql/dump.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed Jun 19 18:33:12 2002 UTC (21 years, 11 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/x-sh
...

1 #! /bin/sh
2 TABLE="${1}"
3 if [ -n "${TABLE}" ]; then shift; TABLE="-t ${TABLE}"; fi
4 exec pg_dump -c -D -O -N -R education ${TABLE} "${@}"
5 exit "${?}"

  ViewVC Help
Powered by ViewVC 1.1.26