pgbash-1.2.1 released - Mailing list pgsql-hackers

From SAKAIDA
Subject pgbash-1.2.1 released
Date
Msg-id 38197AB12C6.179DSAKAIDA@smtp.psn.ne.jp
Whole thread Raw
List 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
databasespgbash> sel test ------------- select * from test  pgbash> ins test col1,col2 --- copy test(col1,col2) from
stdin111    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



pgsql-hackers by date:

Previous
From: Zakkr
Date:
Subject: view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())