Re: Assign User Defined DataType To Columns

2023-08-03 Thread David G. Johnston
On Wed, Aug 2, 2023 at 9:24 AM Phani Prathyush Somayajula < phani.somayaj...@pragmaticplay.com> wrote: > Hi All, > > > > I’ve a user defined data type as : > > CREATE TYPE uibackend."_operation" ( > If you find yourself writing user-space code that uses "_{data type}" you are doing something

Re: Query Tool Initialization Error

2018-05-19 Thread David G. Johnston
On Sat, May 19, 2018 at 6:14 AM, Chris @ Home wrote: > I decided to switch to SQL Server. Life is too short to debug open source > database tools! > > ​Just for the record pgAdmin is a third-party tool unaffiliated with the PostgreSQL Database Server project (for better

Re: Table column headings PgAmin4

2018-02-07 Thread David G. Johnston
On Wed, Feb 7, 2018 at 1:00 PM, Strauch, Sheldon wrote: > Ted and David, > > Howdy! I too desperately crave this feature in pgAdmin. In light of the > fact that there are now three of us interested in this, I have created the > feature request in RedMine:

Re: Table column headings PgAmin4

2018-02-07 Thread David G. Johnston
On Wed, Feb 7, 2018 at 11:47 AM, Ted Jones wrote: > Hi David > > I'm sorry but I'm not sure what you mean! Can you give me a simple > example? Thanks. > > ​Something like in the attached image.​ [image: Inline image 1]

Re: Table column headings PgAmin4

2018-02-07 Thread David G. Johnston
On Wed, Feb 7, 2018 at 11:01 AM, Ted Jones wrote: > Hi Murtuza > > Thank you for your reply. Unfortunately it is not practical to use this > approach when there may be 100s of columns! I will look at pgfutter. > ​When faced with this situation, and feeling unmotivated to go

Re: Problems connecting PGAdmin to server

2018-01-29 Thread David G. Johnston
On Mon, Jan 29, 2018 at 8:46 AM, Samuel Holmes wrote: > I am using Pgadmin as a frontend to maintain a Postgresql database hosted > on Heroku. If I connect to the database from my home wifi connection, it > connects successfully. It also connects successfully if I tether

Re: function import/export pgadmin4

2017-12-19 Thread David G. Johnston
On Tue, Dec 19, 2017 at 10:42 AM, QUIDOZ Marie-Claude < marie-claude.qui...@cefe.cnrs.fr> wrote: > In the PGADMIN4 server version, you have programmed the COPY command. For > a simple user (without right on the server), the \ COPY meta command will > be more useful. > ​pgAdmin should (I've only

Re: No commit nor Rollback button

2017-10-17 Thread David G. Johnston
On Tue, Oct 17, 2017 at 1:07 AM, Dave Page wrote: > I can see why for some people who choose to turn auto-commit/auto-rollback > off they may be useful, however we cannot simply add new features every > time someone asks for something. Doing so adds maintenance costs, and >

Re: No commit nor Rollback button

2017-10-16 Thread David G. Johnston
On Mon, Oct 16, 2017 at 11:16 AM, Melvin Davidson wrote: > *You don't need buttons.* > > *Just go to * > *File* > * Preferences* > *SQL Editor* > > *and change Auto commit? to False* > > * and Auto rollback? to False* > > *Or whatever you prefer.* > > *That is