a error happends when create a table in postgresql10.ubuntu 18.04

Поиск
Список
Период
Сортировка
От ?????
Тема a error happends when create a table in postgresql10.ubuntu 18.04
Дата
Msg-id tencent_E61FD44C56A6DAA3E7EC7ADCCEA636BA8609@qq.com
обсуждение исходный текст
Ответы Re: a error happends when create a table in postgresql10.ubuntu18.04  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-bugs
OS: UBUNTU 18.04
POSTGRESQL: 10
STEP INSTANLL POSTGRESQL  REF: https://www.postgresql.org/download/linux/ubuntu/
THEN:
- sudo  -s
- su postgres
- psql
- alter user postgres with password 'xxx';
- create database xxx;
- create table test ....
error: 无法打开文件 "base/465796/827" hanpends

use jar driver to operation(create table ...) hint a error code 58P01

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: BUG #16082: TOAST's pglz_decompress access to uninitializeddata, if the database is corrupted.
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16092: json[b]_to_recordset and json[b]_populate_record do not read properties with mixed-case names