Re: [PATCH v1] Show whether tables are logged in \dt+

2019-05-03 Thread Rafia Sabih
On Sat, 27 Apr 2019 at 06:18, David Fetter wrote: > > On Fri, Apr 26, 2019 at 04:22:18PM +0200, Rafia Sabih wrote: > > On Fri, 26 Apr 2019 at 14:49, Rafia Sabih wrote: > > > > > > On Wed, 24 Apr 2019 at 10:30, Fabien COELHO wrote: > > > > > > > > > > > > Hello David, > > > > > > > > >>> I notice

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-26 Thread David Fetter
On Fri, Apr 26, 2019 at 04:22:18PM +0200, Rafia Sabih wrote: > On Fri, 26 Apr 2019 at 14:49, Rafia Sabih wrote: > > > > On Wed, 24 Apr 2019 at 10:30, Fabien COELHO wrote: > > > > > > > > > Hello David, > > > > > > >>> I noticed that there wasn't a bulk way to see table logged-ness in > > > >>> p

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-26 Thread Rafia Sabih
On Fri, 26 Apr 2019 at 14:49, Rafia Sabih wrote: > > On Wed, 24 Apr 2019 at 10:30, Fabien COELHO wrote: > > > > > > Hello David, > > > > >>> I noticed that there wasn't a bulk way to see table logged-ness in psql, > > >>> so I made it part of \dt+. > > >> > > >> Applies, compiles, works for me. >

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-26 Thread Rafia Sabih
On Wed, 24 Apr 2019 at 10:30, Fabien COELHO wrote: > > > Hello David, > > >>> I noticed that there wasn't a bulk way to see table logged-ness in psql, > >>> so I made it part of \dt+. > >> > >> Applies, compiles, works for me. > >> > >> ISTM That temporary-ness is not shown either. Maybe the persi

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-24 Thread Fabien COELHO
Hello David, I noticed that there wasn't a bulk way to see table logged-ness in psql, so I made it part of \dt+. Applies, compiles, works for me. ISTM That temporary-ness is not shown either. Maybe the persistence column should be shown as is? Temporariness added, but not raw. Ok, it is

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-23 Thread David Fetter
On Tue, Apr 23, 2019 at 07:03:58AM +0200, Fabien COELHO wrote: > > Hello David, > > > I noticed that there wasn't a bulk way to see table logged-ness in psql, > > so I made it part of \dt+. > > Applies, compiles, works for me. > > ISTM That temporary-ness is not shown either. Maybe the persiste

Re: [PATCH v1] Show whether tables are logged in \dt+

2019-04-22 Thread Fabien COELHO
Hello David, I noticed that there wasn't a bulk way to see table logged-ness in psql, so I made it part of \dt+. Applies, compiles, works for me. ISTM That temporary-ness is not shown either. Maybe the persistence column should be shown as is? Also I'd suggest that the column should be d