Re: Need help with bash script and postgresql
От
Pavel Stehule
Тема
Re: Need help with bash script and postgresql
Дата
Msg-id
162867790707230309o31d05f37gd5fb5e17307c1605@mail.gmail.com
Ответ на
Need help with bash script and postgresql (Chuck Payne)
Список
Дерево обсуждения
Need help with bash script and postgresql "Chuck Payne" <cpayne@magigames.net>
Re: Need help with bash script and postgresql Ow Mun Heng <Ow.Mun.Heng@wdc.com>
Re: Need help with bash script and postgresql "Pavel Stehule" <pavel.stehule@gmail.com>
Re: Need help with bash script and postgresql Perry Smith <pedz@easesoftware.com>
Re: Need help with bash script and postgresql Raymond O'Donnell <rod@iol.ie>
Re: Need help with bash script and postgresql Perry Smith <pedz@easesoftware.com>
Re: Need help with bash script and postgresql Raymond O'Donnell <rod@iol.ie>
Re: {Spam} Need help with bash script and postgresql Dimitri Fontaine <dfontaine@hi-media.com>
Re: Need help with bash script and postgresql "Scott Marlowe" <scott.marlowe@gmail.com>
Re: Need help with bash script and postgresql "Andy Dale" <andy.dale@gmail.com>
Re: Need help with bash script and postgresql Raymond O'Donnell <rod@iol.ie>
Re: Need help with bash script and postgresql "shakahshakah@gmail.com" <shakahshakah@gmail.com>
Hello
I don't understand well, what you want to do. You can
cat myfile.txt | psql database
or like your sample
for i in `cat myfile.txt` ; do psql mydatabase -c "insert into
mytable (aaa,bbb) values ("xxx", "yyy");"
...
regards
Pavel Stehule
2007/7/23, Chuck Payne :
>
> Hey,
>
> I have spend the last several days looking for a website or how to that
> would show me how to call postgresql in bash script. I know that in mysql I
> can do like this
>
> for i in `cat myfile.txt` ; do mysql -uxxx -pxxxx -Asse mydatabase "insert
> into mytable (aaa,bbb) values ("xxx", "yyy");"
>
> I have tried to do what with pgsql and it not working. I have looked at my
> two books I have and they are very limited.
>
> Can some what tell if postgre has flag like -Asse? Or show me a simple
> script they have do that is kinda like above.
>
> Thanks,
>
> Payne
>
> ----------------------------------------------------
> www.britishscifiexchange.com
> www.magigames.net
В списке pgsql-general по дате отправления