Re: possibility of partial data dumps with pg_dump

2022-10-12 Thread Никита Старовойтов
Good afternoon, Indeed, the functionality that I started to implement in the patch is very similar to what is included in the program you proposed. Many of the use cases are the same. Thanks for giving me a hint about it. I have been working on implementing referential integrity, but have not been

Re: possibility of partial data dumps with pg_dump

2022-10-04 Thread Julien Rouhaud
Hi, On Tue, Oct 04, 2022 at 02:15:16PM +0200, Pavel Stehule wrote: > > út 4. 10. 2022 v 12:48 odesílatel Никита Старовойтов > napsal: > > > Hello, > > with a view to meeting with postgres code and to get some practice with > > it, I am making a small patch that adds the possibility of partial tab

Re: possibility of partial data dumps with pg_dump

2022-10-04 Thread Pavel Stehule
Hi út 4. 10. 2022 v 12:48 odesílatel Никита Старовойтов napsal: > Hello, > with a view to meeting with postgres code and to get some practice with > it, I am making a small patch that adds the possibility of partial tables > dump. > A rule of filtering is specified with standard SQL where clause

possibility of partial data dumps with pg_dump

2022-10-04 Thread Никита Старовойтов
Hello, with a view to meeting with postgres code and to get some practice with it, I am making a small patch that adds the possibility of partial tables dump. A rule of filtering is specified with standard SQL where clause (without "where" keyword) There are three ways to send data filters over com