diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-15 18:30:35 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-15 18:30:35 +0000 |
commit | 2a1bfbce24c5a34a9fbe82d3569b96459cb898cf (patch) | |
tree | f96839a43babadb9fc3370392058eb775007efa3 /src/bin/pg_encoding/pg_encoding.c | |
parent | a765db409b4b0e0b5298ec31f66894b1c9f0eca5 (diff) | |
download | postgresql-2a1bfbce24c5a34a9fbe82d3569b96459cb898cf.tar.gz postgresql-2a1bfbce24c5a34a9fbe82d3569b96459cb898cf.zip |
- Allow array on int8
- Prevent permissions on indexes
- Instituted --enable-multibyte option and tweaked the MB build process where necessary
- initdb prompts for superuser password
Diffstat (limited to 'src/bin/pg_encoding/pg_encoding.c')
-rw-r--r-- | src/bin/pg_encoding/pg_encoding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_encoding/pg_encoding.c b/src/bin/pg_encoding/pg_encoding.c index ce5a8d87270..905495a37f7 100644 --- a/src/bin/pg_encoding/pg_encoding.c +++ b/src/bin/pg_encoding/pg_encoding.c @@ -7,11 +7,11 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.5 1999/12/16 20:10:00 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.6 2000/01/15 18:30:32 petere Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" +#include "c.h" #include "mb/pg_wchar.h" static void usage(void); |