Re: [HACKERS] encoding problem

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org, t-ishii(at)srapc451(dot)sra(dot)co(dot)jp
Subject: Re: [HACKERS] encoding problem
Date: 1998-08-31 06:40:33
Message-ID: 199808310640.PAA01229@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >Looks like the changes to createdb and pg_dumpall are causing some
> >problems.
> >
> >It expects createdb -help to work, and it doesn't.
>
> Oops. I'll fix this.

Here are patches for bin/createdb/createdb.sh.
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp

-----------------------------------------------------------------
Index: createdb.sh
===================================================================
RCS file: /usr/local/cvsroot/pgsql/src/bin/createdb/createdb.sh,v
retrieving revision 1.10
diff -c -r1.10 createdb.sh
*** createdb.sh 1998/07/26 04:31:13 1.10
--- createdb.sh 1998/08/31 06:34:10
***************
*** 67,75 ****
if [ "$usage" ]; then
if [ -z "$MBENABLED" ];then
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> [dbname]"
else
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> -E <encoding> [dbname]"
! exit 1
fi
fi

--- 67,76 ----
if [ "$usage" ]; then
if [ -z "$MBENABLED" ];then
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> [dbname]"
+ exit 1
else
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> -E <encoding> [dbname]"
! exit 1
fi
fi

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1998-08-31 06:46:58 Re: [HACKERS] odd pg_dump output?
Previous Message Tatsuo Ishii 1998-08-31 05:04:13 Re: [HACKERS] encoding problem