dumping - Search results

2024-07-10 20:04:48 | Re: Specific objects backup in PostgreSQL (Anthony Sotolongo)

dump -s and pg_restore --list check this link: https:///a/13758324/8308381 Regards On 10-07-24 14:05, nikhil

2024-07-10 18:42:49 | Re: Specific objects backup in PostgreSQL (Olivier Gautherot)

dump -s" will export the model, including functions, triggers... as well as tables and views

2024-07-10 18:41:01 | Re: Specific objects backup in PostgreSQL (David G. Johnston)

dump itself doesn't provide any command line options to give you this specific subset