persistant psql feature suggestion
От | James Pye |
---|---|
Тема | persistant psql feature suggestion |
Дата | |
Msg-id | 20030627072158.GA24757@void.ph.cox.net обсуждение исходный текст |
Ответы |
Re: persistant psql feature suggestion
|
Список | pgsql-hackers |
Greets, Just a thought for a psql enhancement, afiak, it is not easily possible for persistent connections to a database in a shellscript..The ability for psql to remain in the background reading from stdin and writing to stdout until explicitly killed.More specifically, so a shell scriptor can have "persistent" connections to the database by calling psql once(leavingit in the bg), and redirecting stdio through a fifo(mkfifo)(sending queries by echo > fifo, and fetching resultsby cat fifo).When I have tried this in the past it will read the query, execute it, and exit when the results arecat'd from the fifo. Just wanted to make sure nothing similar enough was already in existence, and if anyone could easily implement this. If noone wants to, I suppose I'll look into doing it if it's worth doing. :) Cheers, James
В списке pgsql-hackers по дате отправления: