Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR

From: c Campo <cc(at)cj3(dot)cc>
To: Sergei Kornilov <sk(at)zsrv(dot)org>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date: 2019-06-28 12:40:03
Message-ID: 1943942309.1874212.1561725603923@webmail.networksolutionsemail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sergei Kornilov,
Here is how I configured 12beta2:

LocalWeather=# SELECT * FROM pg_config;
name | setting
-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BINDIR | /usr/local/pgsql12beta2/pgsql12beta2/bin
DOCDIR | /usr/local/pgsql12beta2/pgsql12beta2/share/doc
HTMLDIR | /usr/local/pgsql12beta2/pgsql12beta2/share/doc
INCLUDEDIR | /usr/local/pgsql12beta2/pgsql12beta2/include
PKGINCLUDEDIR | /usr/local/pgsql12beta2/pgsql12beta2/include
INCLUDEDIR-SERVER | /usr/local/pgsql12beta2/pgsql12beta2/include/server
LIBDIR | /usr/local/pgsql12beta2/pgsql12beta2/lib
PKGLIBDIR | /usr/local/pgsql12beta2/pgsql12beta2/lib
LOCALEDIR | /usr/local/pgsql12beta2/pgsql12beta2/share/locale
MANDIR | /usr/local/pgsql12beta2/pgsql12beta2/share/man
SHAREDIR | /usr/local/pgsql12beta2/pgsql12beta2/share
SYSCONFDIR | /usr/local/pgsql12beta2/pgsql12beta2/etc
PGXS | /usr/local/pgsql12beta2/pgsql12beta2/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE | '--prefix=/usr/local/pgsql12beta2/pgsql12beta2' '--exec-prefix=/usr/local/pgsql12beta2/pgsql12beta2' '--with-perl' '--with-python' '--with-pgport=5442' '--with-bonjour' '--enable-debug' '--with-tcl' '--with-tclconfig=/Library/Frameworks/Tcl.framework/Versions/8.6' '--with-openssl' '--with-includes=/usr/local/include/openssl' '--with-libraries=/usr/libssl.dylib:/usr/lib/libapple_crypto.dylib:/usr/local/lib/libcrypto.a' 'LDFLAGS=-L/usr/local/opt/openssl/lib' 'CPPFLAGS=-I/usr/local/opt/openssl/include'
CC | gcc
CPPFLAGS | -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/usr/local/opt/openssl/include -I/usr/local/include/openssl
CFLAGS | -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2
CFLAGS_SL |
LDFLAGS | -L/usr/local/opt/openssl/lib -Wl,-dead_strip_dylibs
LDFLAGS_EX |
LDFLAGS_SL |
LIBS | -lpgcommon -lpgport -lssl -lcrypto -lz -lreadline -lm
VERSION | PostgreSQL 12beta2
(23 rows)

Note the VERSION is PostgreSQL 12beta2.
Regards,
Cliff Campo
> On June 28, 2019 at 7:38 AM Sergei Kornilov <sk(at)zsrv(dot)org> wrote:
>
>
> Hello
>
> Thank you for report. Can you verify you using psql version 12beta2? You see message like this:
>
> > ./psql
> > psql (12beta2)
> > Type "help" for help.
> >
> > postgres=#
>
> For example "\d pg_stats" works for me in this case
>
> Or something like:
>
> > psql (11.4 (Debian 11.4-1.pgdg100+1), server 12beta2)
> > WARNING: psql major version 11, server major version 12.
> > Some psql features might not work.
> > Type "help" for help.
> >
> > postgres=#
>
> Older psql version should give such error, this is expected and we write warning about it.
>
> regards, Sergei

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergei Kornilov 2019-06-28 12:47:11 Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Previous Message Sergei Kornilov 2019-06-28 11:38:57 Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR