PowerUser1234

Results 14 comments of PowerUser1234

I have placed the _plugins_ folder inside the _pgmodeler_ folder. I have then run _git pull_, from within the Windows cmd shell, and not the MSYS2 one. It tells me:...

**'The plugins are not essential for building the tool.'** Indeed, but if I want the tool to recognise a plugin, do I need to build pgmodeler 0.9.4 with plugins?

If I want to use a postgresql plugin with pgmodeler, and not just PostgreSQL, do you have even a vague idea about a timespan about your proposed "reworking" of pgmodeler...

-If I have a plugin for PostgreSQL, say, in Windows and Linux OSes, including some new PostgreSQL data types, in order to get PGModeler to load it and recognise it,...

Yes, that it correct. Is there just a default option or menu item in 0.9.4 PgModeler that I can use to accomplish this, either by the extension files, or a...

-What I am getting created is a PostgreSQL **extension**. No, using the **create type** statement is not enough for the two new data types in my new extension. It has...

The situation with me is that there will be **two data types in one extension**. They will be Integer and Rational digit number types. I have read what you have...

The other thing is, despite System.identityHashCode, certainly, if the data comparison of != has been overridden, that by logic == should be similarly, which, by implication, means overridden as well....

The functions: sin, cos, tan, asin, acos, atan, exp, log, log10, cbrt, atan2, pow, sinh, cosh, tanh, hypot, expm1, and log1p all come in IEEE 754 versions. Does the same...

The way that the Java OpenJDK original BigInteger and Bigdecimal method arithmetic methods presently work, every time you want to do an arithmetic operation, you need to include the MathContext,...