postgresql/src/bin
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even
if MULTIBYTE is not enabled. So be sure to run initdb.

o these patches are made against the latest source tree (after
Bruce's massive patch, I think) BTW, I noticed that after running
regression, the oid field of pg_type seems disappeared.

	regression=> select oid from pg_type; ERROR:  attribute
	'oid' not found

this happens after the constraints test. This occures with/without
my patches. strange...

o pg_database_mb.h, pg_class_mb.h, pg_attribute_mb.h are no longer
used, and shoud be removed.

o GetDatabaseInfo() in utils/misc/database.c removed (actually in
#ifdef 0). seems nobody uses.

t-ishii@sra.co.jp
1998-08-24 01:14:24 +00:00
..
cleardbdir DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
createdb From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
createuser Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
destroydb DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
destroyuser Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
initdb o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
initlocation Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
ipcclean Patch to allow createuser options from the command line. 1998-08-22 05:19:35 +00:00
pg_dump o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
pg_encoding From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
pg_id Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
pg_passwd DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
pg_version DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
pgaccess Upgrade to v0.86 1998-03-29 21:52:54 +00:00
pgtclsh Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
psql With the attached patch, I have verified that long (> 8char anyway) 1998-08-22 04:49:05 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00