mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
psql: Add missing schema qualification
This commit is contained in:
parent
066e3a68ae
commit
19f7e1a7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -2472,7 +2472,7 @@ describeOneTableDetails(const char *schemaname,
|
|||
printfPQExpBuffer(&buf,
|
||||
"SELECT pub.pubname\n"
|
||||
" FROM pg_catalog.pg_publication pub\n"
|
||||
" LEFT JOIN pg_publication_rel pr\n"
|
||||
" LEFT JOIN pg_catalog.pg_publication_rel pr\n"
|
||||
" ON (pr.prpubid = pub.oid)\n"
|
||||
"WHERE pr.prrelid = '%s' OR pub.puballtables\n"
|
||||
"ORDER BY 1;",
|
||||
|
|
|
|||
Loading…
Reference in a new issue