Re: [despammed] Insert psql commands inside a script

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [despammed] Insert psql commands inside a script
Дата
Msg-id 20050423060538.GA19935@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Insert psql commands inside a script  ("Letnes, David G." <david.letnes@unisys.com>)
Ответы Re: [despammed] Insert psql commands inside a script  (Geoffrey <esoteric@3times25.net>)
Список pgsql-sql
am  21.04.2005, um 17:19:23 -0500 mailte Letnes, David G. folgendes:
> 
>   I have used the psql -f /tmp/SelectCommands.sql before, but now I want
> to put the sql statement right in the shell script.  I haven't had any
> luck.  Is there a command I can use that will not point to a file for
> the sql instructions but right on the same line.  I use very short psql
> commands and would like to do it all with 1 file.

echo "select bla from fasel" | psql -U <username> database

You can also use here documents, shell-variables and so on.


Regards, Andreas
-- 
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net===    Schollglas Unternehmensgruppe    === 


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Insert psql commands inside a script
Следующее
От: "Sean Davis"
Дата:
Сообщение: Re: Looking for a way to sum integer arrays....