Content-Length: 255589 | pFad | http://github.com/postgrespro/postgres/commit/19f7e1a7f7dfa841d9357be951f7478b3741009e

A7 psql: Add missing schema qualification · postgrespro/postgres@19f7e1a · GitHub
Skip to content

Commit 19f7e1a

Browse files
committed
psql: Add missing schema qualification
1 parent 066e3a6 commit 19f7e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/describe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ describeOneTableDetails(const char *schemaname,
24722472
printfPQExpBuffer(&buf,
24732473
"SELECT pub.pubname\n"
24742474
" FROM pg_catalog.pg_publication pub\n"
2475-
" LEFT JOIN pg_publication_rel pr\n"
2475+
" LEFT JOIN pg_catalog.pg_publication_rel pr\n"
24762476
" ON (pr.prpubid = pub.oid)\n"
24772477
"WHERE pr.prrelid = '%s' OR pub.puballtables\n"
24782478
"ORDER BY 1;",

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/19f7e1a7f7dfa841d9357be951f7478b3741009e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy