Re: Problem with encoding (display wrog characters)

2018-10-16 Thread Khushboo Vashi
On Wed, Oct 17, 2018 at 4:06 AM Martin Paredes wrote: > > Server: PostgreSQL 9.3.5 on FreeBSD 10.0 > Client: pgAdmin4 v3.4 on Windows 7 Profesional 64 bits > > The database is LATIN1, when I run the next query > > SELECT nom_usr FROM public.usuarios WHERE id_usr = 8; > > in psql (in the server),

Problem with encoding (display wrog characters)

2018-10-16 Thread Martin Paredes
Server: PostgreSQL 9.3.5 on FreeBSD 10.0 Client: pgAdmin4 v3.4 on Windows 7 Profesional 64 bits The database is LATIN1, when I run the next query SELECT nom_usr FROM public.usuarios WHERE id_usr = 8; in psql (in the server), it is displayed correctly ACUÑA AARON But in pgAdmin the display is

Re: pldebugger license: Artistic 1.0 or 2.0?

2018-10-16 Thread Dave Page
On Mon, Oct 15, 2018 at 6:46 AM Darren Duncan wrote: > Being in the Perl community from where the Artistic licenses originate, I > assume > the original intent was version 1.0, which is why the statement is > unqualified. > It was. > > That being said, I recommend that the copyright holder exp

Re: Is CREATE AGGREGATE supported by pgAdmin4?

2018-10-16 Thread Khushboo Vashi
On Tue, Oct 16, 2018 at 3:40 PM wrote: > Hi, > > Is editing of custom aggregates supported by pgAdmin4? I couldn't find > either node in pgAdmin4 tree nor the option to turn it on -- there used to > be one in pgAdmin3 > . > > This has not b

Is CREATE AGGREGATE supported by pgAdmin4?

2018-10-16 Thread petr . fedorov
Hi, Is editing of custom aggregates supported by pgAdmin4?I couldn't find either node in pgAdmin4 tree nor the option to turn it on -- there used to be one in pgAdmin3 .