Re: Packaging pgAdmin 4

2021-11-28 Thread Blake McBride
True but they're usually out-of-date. On Sat, Nov 27, 2021 at 2:09 PM Chuck Davis wrote: > Have you checked your distro repositories? The distro I use ships pgAdmin > together with the latest and previous versions of postgresql. > > On Sat, Nov 27, 2021 at 10:52 AM Blake

Packaging pgAdmin 4

2021-11-27 Thread Blake McBride
Secondly, you'd have to maintain far fewer builds. The only negative to using one of these is that the installations would be a bit larger. This is a very small penalty to get the portable and convenience these package managers provide. Thanks. Blake McBride

Please help: pgAdmin 4 on Amazon Linux 2

2021-08-27 Thread Blake McBride
kkw4mu4 ~]# I have no idea how to fix this. Any help would sure be appreciated. Blake McBride

Trouble incrementing a column

2019-11-23 Thread Blake McBride
et seq=seq+1 where listid='abc'; What I get is a duplicate primary key. I wouldn't think I'd get that because I'd think the whole thing is done in a transaction so that duplicate checks wouldn't be done till the end (essentially). Is there a clean way to do this? Thanks! Blake McBride

Re: Must re-connect to see tables

2018-03-27 Thread Blake McBride
On Tue, Mar 27, 2018 at 6:48 AM, rob stone wrote: > Hello Blake, > > On Tue, 2018-03-27 at 06:23 -0500, Blake McBride wrote: > > I should also mention that I am using PostgreSQL 9.3.22 on a 64 bit > > Linux box. > > > > On Tue, Mar 27, 2018 at 6:22 AM, B

Re: Must re-connect to see tables

2018-03-27 Thread Blake McBride
I should also mention that I am using PostgreSQL 9.3.22 on a 64 bit Linux box. On Tue, Mar 27, 2018 at 6:22 AM, Blake McBride wrote: > Hi, > > I have been using PostgreSQL for many years but all of a sudden a db load > script I've been using no longer works. What id does

Must re-connect to see tables

2018-03-27 Thread Blake McBride
done, the prompt still shows 'test#' so it's not like I've changed databases. I only have one schema, 'public'. Can't figure out why a simple example works but a large file requires an extra \c. Sure appreciate any help. Blake McBride

Re: Problem with COPY command on pg_dump

2017-12-09 Thread Blake McBride
data existed. When I use --exclude-table-data it works. Thanks. Blake On Sat, Dec 9, 2017 at 9:53 AM, Rob Sargent wrote: > > > > On Dec 9, 2017, at 8:42 AM, Blake McBride wrote: > > > > Greetings, > > > > I am using pg_dump on version 9.5.10 and trying to im

Problem with COPY command on pg_dump

2017-12-09 Thread Blake McBride
me to fix this (like export with some compatibility flag)? Thanks! Blake McBride