mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix comment in pg_dump.
It was missed in 473b93287040b20017cc25a157cffdc5b978c254, CREATE ACCESS METHOD Alexander Korotkov
This commit is contained in:
parent
4c46f83386
commit
dabd255d58
@ -4157,10 +4157,7 @@ getAccessMethods(Archive *fout, int *numAccessMethods)
|
||||
/* Make sure we are in proper schema */
|
||||
selectSourceSchema(fout, "pg_catalog");
|
||||
|
||||
/*
|
||||
* Select only user-defined access methods assuming all built-in access
|
||||
* methods have oid < 10000.
|
||||
*/
|
||||
/* Select all access methods from pg_am table */
|
||||
appendPQExpBuffer(query, "SELECT tableoid, oid, amname, amtype, "
|
||||
"amhandler::pg_catalog.regproc AS amhandler "
|
||||
"FROM pg_am");
|
||||
|
Loading…
x
Reference in New Issue
Block a user