Download
- Download of Pgbash
- Download of bash-2.03
Change log
- 2000.05.16 : pgbash-2.1
- Apply to both of PostgreSQL 6.5 and 7.0.
- Fix for the signal processing.
- Fix the bug that the decision of SQL was only a small letter.
- Improve that the "COPY table() command is executed as the new COPY statement of Pgbash.
- Fix for getting a error code in the new COPY command.
- Improved that it holds a client_encoding for every connection of the DB.
- Change a handling of client_encoding in PSprint() in the same way as 7.0.
- Delete "|more" in pgbashrc.
- Improve that IP address can be used as host name.
- Change a Database lists like version7.0 psql.
- Add "u"(User name list) option in the Help menu.
- Change "v" option to PostgreSQL and PGBASH version in the Help menu.
- Delete exec_sql "y" option from option menu. (5/25)
- 2000.01.07 : pgbash-2.0.1
- Change MULTIBYTE functions to the static link.
- Stop the system messages in a SHELL SCRIPT.
- 1999.12.25 : pgbash-2.0
- The patch is put for lexical analysis division of the bash-2.03 main body, SQL statement would be able to be directly executed.
- The declare,set,select commands of bash will have been changed as following, since priority was given to SQL statement.
declare ==> declares
set ==> sets
select ==> selects
- Pgbash-1.2.x executes a SQL by linking "libpgbash.so" library dynamically. But, Pgbash-2.0 executes a SQL by linking statically. Therefore, it did not need to use the "enable -f" command.
- The content of pgbashrc was changed.
- The script for the test of the test directory was changed.
- "list table objects(exec_sql -p '*') was changed to display the table name.
- 1999.11.22 : pgbash-1.2.3 was released
- Add $SQLOID shell variable which is OID of recent insert.
- 1999.10.31 : pgbash-1.2.2 was released(pgbash-1.2.1 bug fix)
- Add __P definition.(UnixWare7, Solaris2.6x86 trouble)
- Change "pgbash"file.(tcsh or csh login shell trouble)
- 1999.10.30 : pgbash-1.2.1 was released
- The improvement of the interactive operational environment.
- The addition of the original COPY (with -y option) function.
- By originally making the include file of bash, the change of Makefile was made unnecessary.
- 1999.10.01 : pgbash-1.1.1 was released
- 1999.09.30 : pgbash-1.1.0 was released
- 1999.08.31 : pgbash-1.0-beta was released
|