auber beendet (Exit-Code: 128) (3406 ms @ 08.11.2018
> 14:00:51)*
>
>
>
> Though I’m no git expert I don’t know what to do?
>
>
>
> Greeting
>
>
>
>
>
>
>
> *Von:* Murtuza Zabuawala [mailto:murtuza.zabuaw...@enterprisedb.com]
> *Gesendet:* Donne
ascara Software GmbH - Jürgen Spatz
Cc: pgAdmin Support
Betreff: Re: Error in pgAdmin4 when cast is created
Great, If you want then you can always send the patch :)
Steps:
1) Git clone pgAdmin4
Ref: https://www.pgadmin.org/development/resources/
2) Make the required changes in the code to fix
n coll ON
> a.attcollation=coll.oid
>
> LEFT OUTER JOIN pg_namespace nspc ON
> coll.collnamespace=nspc.oid
>
> ORDER BY i.attnum;
>
>
>
> Greetings
>
> Jürgen Spatz
>
>
>
> *Von:* ascara Software GmbH - Jür
ORDER BY i.attnum;
Greetings
Jürgen Spatz
Von: ascara Software GmbH - Jürgen Spatz [mailto:juergen.sp...@ascara.de]
Gesendet: Donnerstag, 8. November 2018 13:18
An: Murtuza Zabuawala
Cc: pgAdmin Support
Betreff: AW: Error in pgAdmin4 when cast is created
HI,
I inserted the Bug in th
: pgAdmin Support
Betreff: Re: Error in pgAdmin4 when cast is created
Hi,
Could you please report a bug on
https://redmine.postgresql.org/projects/pgadmin4
It would be very helpful if you include the sample SQL definition to reproduce
the issue on the developer's machine.
--
Regards,
Mu
uza Zabuawala [mailto:murtuza.zabuaw...@enterprisedb.com]
> *Gesendet:* Donnerstag, 8. November 2018 11:35
> *An:* ascara Software GmbH - Jürgen Spatz
> *Cc:* pgAdmin Support
> *Betreff:* Re: Error in pgAdmin4 when cast is created
>
>
>
> Hi,
>
>
>
> What versi
HI,
the Error comes with all PostgreSQL Versions since 9.6
Greetings
Jürgen Spatz
Von: Murtuza Zabuawala [mailto:murtuza.zabuaw...@enterprisedb.com]
Gesendet: Donnerstag, 8. November 2018 11:35
An: ascara Software GmbH - Jürgen Spatz
Cc: pgAdmin Support
Betreff: Re: Error in pgAdmin4 when
Hi,
What version of PostgreSQL are you using?
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Thu, Nov 8, 2018 at 2:40 PM ascara Software GmbH - Jürgen Spatz <
juergen.sp...@ascara.de> wrote:
> Hi All,
>
>
>
> I found this error in
Hi All,
I found this error in all versions of pgadmin4 on windows. When I create a cast
like this:
CREATE FUNCTION public.text(smallint) RETURNS text STRICT IMMUTABLE LANGUAGE
SQL AS 'SELECT textin(int2out($1));';
CREATE CAST (smallint AS text) WITH FUNCTION public.text(smallint) AS IMPLICIT;