Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
On Fri, Jun 14, 2019 at 6:44 PM Sebastiaan Mannem <sebastiaan.mannem@enterprisedb.com> wrote:Yeah,"schema.tbl" will search all schemas in search path for a table explicitly called "schema.tbl".So that will never find a table called "tbl", and most probably never find a table at all.Also note that from psycopg 2.8 you can use Identifier("schema", "tbl") to represent a dot-separated sequence of identifiers.http://initd.org/psycopg/docs/sql.html#psycopg2.sql.Identifier-- Daniele
Yeah,"schema.tbl" will search all schemas in search path for a table explicitly called "schema.tbl".So that will never find a table called "tbl", and most probably never find a table at all.
В списке psycopg по дате отправления: