pgbash-1.2.1 released

From: SAKAIDA <sakaida(at)psn(dot)co(dot)jp>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: pgbash-1.2.1 released
Date: 1999-10-29 10:37:23
Message-ID: 381978E3352.179CSAKAIDA@smtp.psn.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

I have released pgbash-1.2.1.
http://www.psn.co.jp/PostgreSQL/pgbash/index-e.html

Main updating content is next.

1.The improvement of the interactive operational environment.
2.The addition of the original COPY (with -y option) function.
3. It is not necessary to change Makefile.

# Pgbash was more excellent than psql in the shell program,
but it was not excellent in the interactive environment.
However, in this improvement, Pgbash will be more excellent
than psql in the interactive environment too.

1. The improvement of the interactive operational environment.

Type 'pgbash'.
pgbash> l -------------------- list databases
pgbash> sel test ------------- select * from test
pgbash> ins test col1,col2 --- copy test(col1,col2) from stdin
111 abc efg
\.
pgbash> dt ------------------- equal to "psql \dt"
pgbash> d table_name --------- equal to "psql \d "

2.The addition of the original COPY (with -y option) function.

pgbash> exec_sql -y "copy test(col1,col2) from /tmp/oo"

In COPY with -y option, it is possible to designate the column.
And, line number and error message are displayed, when the error
arises.

3. It is not necessary to change Makefile.

Until now, changes of Makefile were necessary in order to require
the include file of bash, when the version of bash changed. But,
in the pgbash-1.2.1, it is not necessary to change Makefile.


--
Regards.

SAKAIDA Masaaki -- Osaka, Japan

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sebastien Flacher 1999-10-29 16:12:34 Re: [INTERFACES] Uppercase problem with several interfaces
Previous Message Peter Mount 1999-10-29 10:35:53 RE: [INTERFACES] Uppercase problem with several interfaces