a error happends when create a table in postgresql10.ubuntu 18.04 - Mailing list pgsql-bugs

From ?????
Subject a error happends when create a table in postgresql10.ubuntu 18.04
Date
Msg-id tencent_E61FD44C56A6DAA3E7EC7ADCCEA636BA8609@qq.com
Whole thread Raw
Responses Re: a error happends when create a table in postgresql10.ubuntu18.04
List 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 by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BUG #16082: TOAST's pglz_decompress access to uninitializeddata, if the database is corrupted.
Next
From: PG Bug reporting form
Date:
Subject: BUG #16092: json[b]_to_recordset and json[b]_populate_record do not read properties with mixed-case names