Project

General

Profile

« Previous | Next » 

Revision 8195

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

View differences:

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