Re: psql scripting tutorials

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: psql scripting tutorials
Дата
Msg-id dcc563d10809101247i68fdd130tef2536c86a5d362f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql scripting tutorials  (Artacus <artacus@comcast.net>)
Ответы Re: psql scripting tutorials
Список pgsql-general
On Wed, Sep 10, 2008 at 12:46 AM, Artacus <artacus@comcast.net> wrote:
> Artacus wrote:
>>
>> I'd like to learn a little more about writing psql scripts does anyone
>> know of any resources outside of the manual?
>
> Ok then. Does anyone have any tips or best practices for scripting psql?
>
> I'll probably write some bash scripts to pull csv files over then script
> psql to do a COPY into an import schema then run a pl/pgsql procedure, er
> function, to do all ETL.

This sounds a lot like what I did in my last job using bash for most
things, and php for the more complicated stuff.  Wrote a simple oracle
to pgsql table replicator in php that worked pretty well.

В списке pgsql-general по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: 64-bit Compile Failure on Solaris 10 with OpenSSL
Следующее
От: Ben
Дата:
Сообщение: abusing plpgsql array variables