BUG #15870: You can't see the table after executing the table-building statement with \i

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: 1726002692(at)qq(dot)com
Subject: BUG #15870: You can't see the table after executing the table-building statement with \i
Date: 2019-06-24 11:52:03
Message-ID: 15870-5da3b68fb6f2dbf0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15870
Logged by: 强 魏
Email address: 1726002692(at)qq(dot)com
PostgreSQL version: 12beta2
Operating system: CentOS Linux release 7.6.1810 (Core) GCC-4.8.5
Description:

postgres(at)127(dot)0(dot)0(dot)1:5432[cmis_to_mysql]#\i
/home/postgres/aa/cmis_to_mysql.sql
SET
Time: 0.550 ms
SET
Time: 0.573 ms
SET
Time: 0.910 ms
SET
Time: 1.353 ms
SET
Time: 1.049 ms
+------------+
| set_config |
+------------+
| |
+------------+
(1 row)

Time: 2.336 ms
SET
Time: 0.298 ms
SET
Time: 0.256 ms
SET
Time: 0.203 ms
SET
Time: 0.273 ms
SET
Time: 0.184 ms
SET
Time: 0.387 ms
CREATE TABLE
Time: 56.455 ms
ALTER TABLE
Time: 3.026 ms
COMMENT
Time: 8.306 ms
COMMENT
Time: 2.670 ms
COMMENT
Time: 1.989 ms
COMMENT
Time: 3.834 ms
COMMENT
Time: 2.543 ms
COPY 12
Time: 4.449 ms
CREATE INDEX
Time: 8.782 ms
CREATE INDEX
Time: 4.601 ms
postgres(at)127(dot)0(dot)0(dot)1:5432[cmis_to_mysql]#\d
Did not find any relations.
postgres(at)127(dot)0(dot)0(dot)1:5432[cmis_to_mysql]#\c cmis_to_mysql
You are now connected to database "cmis_to_mysql" as user "postgres".
postgres(at)127(dot)0(dot)0(dot)1:5432[cmis_to_mysql]#\d
List of relations
+--------+---------------+-------+----------+
| Schema | Name | Type | Owner |
+--------+---------------+-------+----------+
| public | cmis_to_mysql | table | postgres |
+--------+---------------+-------+----------+
(1 row)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergei Kornilov 2019-06-24 11:59:37 Re: BUG #15870: You can't see the table after executing the table-building statement with \i
Previous Message Juan José Santamaría Flecha 2019-06-24 11:44:18 Re: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017