Revision 8195
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/import.sh | ||
---|---|---|
17 | 17 |
|
18 | 18 |
: "${schema="$(cd ..; basename "$PWD")"}" |
19 | 19 |
: "${table="$(basename "$PWD")"}" |
20 |
export schema table |
|
20 | 21 |
|
21 | 22 |
psql () |
22 | 23 |
{ |
Also available in: Unified diff
lib/import.sh: Export $schema, $table so they are available to programs invoked within an import script, which should not reset these vars if they include import.sh