pgbash-1.2.1 released

From: SAKAIDA <sakaida(at)psn(dot)co(dot)jp>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: pgbash-1.2.1 released
Date: 1999-10-29 10:45:05
Message-ID: 38197AB12C6.179DSAKAIDA@smtp.psn.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-10-29 12:55:24 Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())
Previous Message Zeugswetter Andreas IZ5 1999-10-29 09:34:44 AW: [HACKERS] Bug#48582: psql spends hours computing results it a lready knows (fwd)