![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have compiled 8.0 RC1 on SLES 7.0 S/390 2.2.16 kernel, gcc version: 2.95.2 We run initdb command without error. It created a DB directory structure, but didn't create some schemas in template1. |
|
template1=# select * from pg_catalog.pg_tablespace; ERROR: relation "pg_catalog.pg_tablespace" does not exist. |
#3
| |||
| |||
|
|
Zsolt Pfiszter <zsolt.pfiszter (AT) hu (DOT) ibm.com> writes: We have compiled 8.0 RC1 on SLES 7.0 S/390 2.2.16 kernel, gcc version: 2.95.2 We run initdb command without error. It created a DB directory structure, but didn't create some schemas in template1. Hmm, somebody reported something similar a couple days ago, but the report was sufficiently confused that I kinda thought it was pilot error of some sort. No, we don't know what's going on ... |
#4
| |||
| |||
|
|
On Fri, Dec 17, 2004 at 12:06:01PM -0500, Tom Lane wrote: Zsolt Pfiszter <zsolt.pfiszter (AT) hu (DOT) ibm.com> writes: We have compiled 8.0 RC1 on SLES 7.0 S/390 2.2.16 kernel, gcc version: 2.95.2 We run initdb command without error. It created a DB directory structure, but didn't create some schemas in template1. Hmm, somebody reported something similar a couple days ago, but the report was sufficiently confused that I kinda thought it was pilot error of some sort. No, we don't know what's going on ... Both people reporting the problem appear to be in Hungary. Coincidence? |
#5
| |||
| |||
|
|
On Fri, Dec 17, 2004 at 12:06:01PM -0500, Tom Lane wrote: Zsolt Pfiszter <zsolt.pfiszter (AT) hu (DOT) ibm.com> writes: We have compiled 8.0 RC1 on SLES 7.0 S/390 2.2.16 kernel, gcc version: 2.95.2 We run initdb command without error. It created a DB directory structure, but didn't create some schemas in template1. Hmm, somebody reported something similar a couple days ago, but the report was sufficiently confused that I kinda thought it was pilot error of some sort. No, we don't know what's going on ... Both people reporting the problem appear to be in Hungary. Coincidence? |
#6
| |||
| |||
|
|
I tried to initdb again, but problem isn't ok. our enviroment settings: postgres# locale LANG=hungarian LC_CTYPE="hungarian" LC_NUMERIC="hungarian" LC_TIME="hungarian" LC_COLLATE=POSIX LC_MONETARY="hungarian" LC_MESSAGES="hungarian" LC_ALL= |
#7
| |||
| |||
|
|
On Sat, Dec 18, 2004 at 10:34:31AM +0100, Zsolt Pfiszter wrote: I tried to initdb again, but problem isn't ok. What happens if you initdb in the C locale? We're wondering if the Hungarian stuff is causing a problem. |
#8
| |||
| |||
|
|
our enviroment settings: postgres# locale LANG=hungarian LC_CTYPE="hungarian" LC_NUMERIC="hungarian" LC_TIME="hungarian" LC_COLLATE=POSIX LC_MONETARY="hungarian" LC_MESSAGES="hungarian" LC_ALL= template1=# select * from pg_namespace; nspname | nspowner | nspacl --------------------+----------+------------------------------------- pg_catalog | 1 | {postgres=UC/postgres,=U/postgres} public | 1 | {postgres=UC/postgres,=UC/postgres} information_schema | 1 | {postgres=UC/postgres,=U/postgres} I think pg_toast is missing ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |