mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
psql, pg_dump, and pg_amcheck share code to process object name
patterns like 'foo*.bar*' to match all tables with names starting in
'bar' that are in schemas starting with 'foo'. Before v14, any number
of extra name parts were silently ignored, so a command line '\d
foo.bar.baz.bletch.quux' was interpreted as '\d bletch.quux'. In v14,
as a result of commit
|
||
|---|---|---|
| .. | ||
| archive.h | ||
| cancel.h | ||
| conditional.h | ||
| connect_utils.h | ||
| mbprint.h | ||
| option_utils.h | ||
| parallel_slot.h | ||
| print.h | ||
| psqlscan.h | ||
| psqlscan_int.h | ||
| query_utils.h | ||
| recovery_gen.h | ||
| simple_list.h | ||
| string_utils.h | ||