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

From: ????? <474416133(at)qq(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: a error happends when create a table in postgresql10.ubuntu 18.04
Date: 2019-10-31 08:12:28
Message-ID: tencent_E61FD44C56A6DAA3E7EC7ADCCEA636BA8609@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

OS: UBUNTU 18.04
POSTGRESQL: 10
STEP INSTANLL POSTGRESQL&nbsp; REF: https://www.postgresql.org/download/linux/ubuntu/
THEN:

- sudo&nbsp; -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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-10-31 14:29:06 BUG #16092: json[b]_to_recordset and json[b]_populate_record do not read properties with mixed-case names
Previous Message Tomas Vondra 2019-10-31 00:00:48 Re: BUG #16082: TOAST's pglz_decompress access to uninitialized data, if the database is corrupted.