Using pgadmin 1.22.2
Ubuntu 16.04
Properties dialog for a login role displays this:
an assertion failed!
ASSERT INFO:
/usr/include/wx-3.0/wx/datetime.h(1733): assert "IsValid()" failed in
GetValue(): invalid wxDateTime
BACKTRACE:
[1] wxString wxString::Format(wxFormatString const&, int)
[2] w
Hi
On Mon, Nov 21, 2016 at 3:46 PM, Robert van Geel wrote:
> Dave, I've added the main list again in the cc of this mail so people
> finding this post will also know the solution.
>
> Your comment:
> >Can you please run the registry editor on Windows, and check the value of
> the following key?
Dave, I've added the main list again in the cc of this mail so people
finding this post will also know the solution.
Your comment:
>Can you please run the registry editor on Windows, and check the value
of the following key?
>
>HKEY_CLASSES_ROOT\.css\Content Type
>
>It should be "text/css" (w
Dave,
I'll send you the zip in a private mail, I'm not sure if the log files
are relevant to other people. I patched the python code to serve
browser.css without authentication in an attempt to solve this myself,
but I'm still experiencing the same.
If you want I'm happy to provide you with
Hi
On Sat, Nov 19, 2016 at 7:32 PM, Robert van Geel wrote:
> Hi,
>
> I have an issue getting pgadmin going.
>
> Version: latest (4.1.1)
> Platform: windows 10
> Configuration: out of the box, just install -> start -> symptom experienced
> Symptom: the screen looks off, like a web page with no cs
Hi,
I have an issue getting pgadmin going.
Version: latest (4.1.1)
Platform: windows 10
Configuration: out of the box, just install -> start -> symptom experienced
Symptom: the screen looks off, like a web page with no css applied or
something, I added a screenshot below
Additional information
Hi,
I followed the descripion at https://wiki.postgresql.org/wiki/Apt to get
http://apt.postgresql.org/pub/repos/apt/ as an apt source for Jessie.
However,
apt-get install pgadmin4
other than
apt-get install pgadmin3
surprisingly did not work.
--
Cheers,
Alex
--
Sent via pgadmin-supp
pgAdmin 1.22.1 crashes when a connection is established, then lost and the
user tries to click somewhere in the DB tree.
pgAdmin 1.22.1
OS: Windows 10 (happens on Windows 7 and Mac OS X 1.10.4)
To reproduce:
1. Start pgAdmin and open a DB connection
2. Expand to some scheme and click on an
Glad it's working for you - thanks for letting us know.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company
> On 4 Feb 2016, at 19:27, StanC wrote:
>
> Thanks again Dave,
>
> I went to a non-functional
Thanks again Dave,
I went to a non-functional instance, removed all wxwidgets3.0, removed
all pgadmin3 1.22 (that was installed from Ubuntu's package), made sure
wxwidgets2.8 deps were there, downloaded source pgadmin 1.22, compiled
etc.
** It works now.
I also noticed that Archlinux packages
OK - that makes it pretty clear. The one that works is using wxWidgets
2.8, whilst the others are using wxWidgets 3.0. We've never fully
tested with 3.0, so there are almost certainly known issues with such
a build. It is recommended that packagers use 2.8 at the moment, so I
would suggest complain
Here it is: (beside the ** lines). Note for #1 where 1.22 exists, I
don't recall installing 1.20 nor do my synaptic logs show this.
Please don't hesitate to send me off on subsequent debug paths.
Especially to corroborate any data I provide - I don't want to send you
off on a wrong path due to any
Thanks - unfortunately as far as I can see that doesn't actually tell
me how pgAdmin was built. The easiest way to get that info is to run
the following command on each system:
apt-cache showpkg pgadmin3
Can you get me that output please?
Thanks.
On Tue, Feb 2, 2016 at 8:01 PM, StanC wrote:
>
Hi
What version of wxWidgets is used by the pgAdmin build on each of
those machines?
Thanks.
On Tue, Feb 2, 2016 at 3:26 AM, StanC wrote:
> Bug report details follows this summary:
>
> When accessing the Server Status dialog, it consistently presents blank
> windows, no headings, columns, and n
Bug report details follows this summary:
When accessing the Server Status dialog, it consistently presents blank
windows, no headings, columns, and no data.
This occurs for 1.20 and 1.22. (Machine instance #1 and #2 below)
Two different machines with 1.18 work OK. One of the 1.18 working
version
hello.
In the SQL pane I don't see the index, and they
aren't in the Object browser either:
it's already implemented and will appear in
version 1.22.
On 10.09.2015 1:34, Emery Lapinski wrote:
For example:
set search_path = scratch;
drop materialized view if exists temp_a;
create materializ
For example:
set search_path = scratch;
drop materialized view if exists temp_a;
create materialized view temp_a as
select version() as str;
create index on temp_a (str);
select *
from temp_a;
Data Output:
str text
PostgreSQL 9.3.9 on x86_64-unknown-linux-gnu, compiled by gcc
(Ubuntu/Linaro 4
Hi Dave,
Definitely looks like a bug. Using the '{}'::character varying[]
format for the array seems to work fine though.
Example;
CREATE OR REPLACE FUNCTION ng_research.test(
filter_param json,
prefix_param character varying DEFAULT 'attributes'::character varying,
column_prefixes ch
Pgadmin cannot cope with default function parameters that are text arrays:-
CREATE OR REPLACE FUNCTION ng_research.test(
filter_param json,
prefix_param character varying DEFAULT 'attributes'::character varying,
column_prefixes character varying[] DEFAULT
ARRAY['FA'::text,'
Hello all, thanks again for PgAdmin :)
One thing I've noticed is the following:
you click the "plug" icon to create a new server.
Type in your credentials, but with the wrong password, hit ok.
It says "An error has occurred:..." and you click OK.
It takes you back to the New Server Registration po
On windows, attempting to connect to a postgresql server requiring
authentication via client certificate using a password protected private
key results in the following error:
---
pgAdmin III
---
An error has occurred:
Error connecting to the ser
pgAdmin version: 1.18.1
OS: Windows 7 SP1 x64
Bug:
adding a column type 'time without time zone' with length will produce
invalid sql syntax:
e.g:
ALTER TABLE mytable
ADD COLUMN mytimecolumn time without time zone(4);
it should've produce this sql statement:
ALTER TABLE mytable
ADD COLUMN
PRODUCT: pgADMIN SQL Editor
VERSION: pgADMIN version 1.18.1 (Apr 9 2014, rev: REL-1_18_1)
ISSUE: Editor selects too much text after you hit return and select "one
line".
The following example illustrates the issue:
cursor-1.png shows three lines of text in SQL Editor, with the cursor
positione
On Mon, Feb 24, 2014 at 8:17 AM, David Elbert wrote:
> Hi Dinesh-
>
> Thank you. Is there a schedule for the release of the next installer or
> is it a question of when there is enough to be worth the rebuild and
> release?
>
> Hi David,
I believe, someone from our team will respond you on the
Hi together,
As recommended on http://www.pgadmin.org/support/list.php, I'd like to
report a bug in pgAdmin 1.18.1 running on Ubuntu 13.10 with Linux
3.11.0-14-generic. If the user enters data including and underscore in a
column of type text, the underscore is not visible in the table data
table.
PGadmin version 1.18.0 (present in previous versions down to 1.16 from memory)
OS Windows 7 64 bit current
Installed from binary.
There exist a few bugs in PGadmin where a connection to a remote server will
time out or be closed and the program will crash when various operations are
attempted.
S
Here's a bug I found: on OS X 10.9 (Mavericks), if the current keyboard
layout is "U.S. International - PC" one is unable to type single quotes on
SQL Editor. The key acts as backspace instead.
This bug is easy to reproduce and isn't intermittent: it happens 100% of
the time.
Platform: Mac OS X 1
Here's a bug I found: on OS X 10.9 (Mavericks), if the current keyboard
layout is "U.S. International - PC" one is unable to type single quotes on
SQL Editor. The key acts as backspace instead.
This bug is easy to reproduce and isn't intermittent: it happens 100% of
the time.
Platform: Mac OS X 1
On Sun, Sep 22, 2013 at 3:00 AM, Ashesh Vashi wrote:
> On Sun, Sep 22, 2013 at 5:23 AM, Gang Liang
> wrote:
>
>> pgAdmin III
>> Version: 1.18.0 (NOT a development snapshot version)
>>
>> Detail: when F1 key is pressed, or the menu item "Help -> Postgresql
>> Help" is selected, or the toolbar ico
On Sun, Sep 22, 2013 at 5:23 AM, Gang Liang wrote:
> pgAdmin III
> Version: 1.18.0 (NOT a development snapshot version)
>
> Detail: when F1 key is pressed, or the menu item "Help -> Postgresql Help"
> is selected, or the toolbar icon "Display help on the sql commands" is
> clicked, the running pgA
pgAdmin III
Version: 1.18.0 (NOT a development snapshot version)
Detail: when F1 key is pressed, or the menu item "Help -> Postgresql Help"
is selected, or the toolbar icon "Display help on the sql commands" is
clicked, the running pgAdmin will emit an error then quit.
I checked the other items i
Thanks a lot.
Pozdrawiam,
Bartek
2013/9/20 Dinesh Kumar
> Hi,
>
> Thanks for reporting this issue.
>
> Yes, this issue has been reported in the pgadmin generals, send some fixes
> as well. But unfortunately, the fix is not properly working on Mac machine
> where it's working on other platforms
Hi,
Thanks for reporting this issue.
Yes, this issue has been reported in the pgadmin generals, send some fixes
as well. But unfortunately, the fix is not properly working on Mac machine
where it's working on other platforms. I am trying to figure that out as
soon as possible and send a patch to
Hi all,
I've notices small bug with role validity term.
Use case:
- Open properties window for existing role with non existing validity
term (valid until infinity);
- DO NOT change anything;
- switch to SQL panel;
- There is SQL similar to: ALTER ROLE myrole VALID UNTIL '2013-09-19
Hi, all!
Platform: Windows XP
Language: English
Distribution: binary
Version: PgAdmin III 1.18 (Sep 10 2013, Rev: REL-1_18_0)
How to reproduce:
1. Start PgAdmin III 1.18
2. Connect to DB
3. Start 'Grid Editor' with any table
4. Repeat 63 times:
a) Click 'Sort/Filter options.' and
b) press 'ESC'
Hi Dave,
thank you for reply.
I did not notice this in PostgreSql documentation. It is clear to me now.
Best regards,
Josh
2013/6/3 Dave Page
> Hi
>
> On Fri, May 31, 2013 at 6:36 PM, Joshua Boshi
> wrote:
> > Hi,
> >
> > I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13
Hi
On Fri, May 31, 2013 at 6:36 PM, Joshua Boshi wrote:
> Hi,
>
> I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13.04
> from repository.
> PgAdmin ignores multidimensional array types in it's outputs.
>
> I defined a table using this command:
>
> CREATE TABLE test (
> id seri
Hi,
I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13.04
from repository.
PgAdmin ignores multidimensional array types in it's outputs.
I defined a table using this command:
CREATE TABLE test (
id serial NOT NULL,
test character varying(150)[][],
PRIMARY KEY (id)
) WITH (
I have installed PostgreSQL on Mac OS X 10.6.8. I was able also to install
PostGIS through Stackbuilder. When I open Pgadmin III, the plugin menu does
not have the PostGIS option as it should appear. Can someone help me with
this?
Mac OS X 10.6.8
English
Version: 1.16.1
Distribution you used: I
I have sent a patch fixing the issue to the pgadmin-hacker mailing list.
Chris,
Thanks for providing the bug details.
On Mon, Oct 29, 2012 at 6:51 PM, Dave Page wrote:
> Sachin, can you look into this please? Thanks.
>
> On Thu, Oct 25, 2012 at 11:08 PM, Chris St Denis
> wrote:
> > Platform:
Sachin, can you look into this please? Thanks.
On Thu, Oct 25, 2012 at 11:08 PM, Chris St Denis wrote:
> Platform: Windows 7
> Language: English
> Dist: Binary Windows download from official site
> Version: 1.16.0
>
>
> As shown in attached screenshot.png all queries are shown as blocked by one
>
Platform: Windows7, 64-bit
Language: English
Version: 1.14.1 (REL-1_14_1)
Distribution: pgadmin3-1.14.1.zip - binary windows installer
Description:
After my database connection is dropped due to timeout, and then I click an
item in the 'Object browser' tree, I have to click through several prompt
Hi,
On 04/18/2011 06:46 PM, Francisco Puga wrote:
> [...]
> I'm new to the list, so sorry if i do something wrong.
>
> I'm testing QgsPostGIS-Viewer [1] (trunk version) with pgAdmin 1.10.5
> and PostgreSQL 8.3
>
> My user password has a whitespace in it, something like ' '. I
> think tha
hi,
I'm new to the list, so sorry if i do something wrong.
I'm testing QgsPostGIS-Viewer [1] (trunk version) with pgAdmin 1.10.5
and PostgreSQL 8.3
My user password has a whitespace in it, something like ' '. I
think that the parameters send to the plugins are not quoted so the
plugin ca
Le 23/02/2011 00:10, Peter Geoghegan a écrit :
> On 22 February 2011 20:56, Guillaume Lelarge wrote:
>
>> You're right. I added a ticket to work on this later.
>
> I've noticed in the past that syntax highlighting is a bit broken.
> It's possible to break it by copying and pasting. Perhaps I'll
On 22 February 2011 20:56, Guillaume Lelarge wrote:
> You're right. I added a ticket to work on this later.
I've noticed in the past that syntax highlighting is a bit broken.
It's possible to break it by copying and pasting. Perhaps I'll create
a test case for that if I get a chance later.
--
Le 16/02/2011 11:28, Jakob Egger a écrit :
> Syntax coloring in PgAdmin3 (Version 1.10.3 on MacOS) does not correctly deal
> with nested comments.
>
> Try entering the following in the "Query" window:
>
> /* /*NESTED COMMENT*/ THIS IS STILL A COMMENT */
>
> the words "THIS IS STILL A COMMENT"
Syntax coloring in PgAdmin3 (Version 1.10.3 on MacOS) does not correctly deal
with nested comments.
Try entering the following in the "Query" window:
/* /*NESTED COMMENT*/ THIS IS STILL A COMMENT */
the words "THIS IS STILL A COMMENT" do not have the comment color.
The PostgreSQL docs specify
@postgresql.org
Subject
Re: [pgadmin-support] bug report - PgAdmin III 1.12.1
On Thu, Nov 11, 2010 at 11:05 AM, wrote:
> bug report
> PgAdmin III 1.12.1
> Windows 7
> Greenplum (4.0.3.0) - definitions for external tables do not show column
> types anymore
>
> It is working prope
On Thu, Nov 11, 2010 at 11:05 AM, wrote:
> bug report
> PgAdmin III 1.12.1
> Windows 7
> Greenplum (4.0.3.0) - definitions for external tables do not show column
> types anymore
>
> It is working properly in 1.10.3
As far as I know, no-one has tested GP 4 with pgAdmin. Does this work with 3.x?
bug report
PgAdmin III 1.12.1
Windows 7
Greenplum (4.0.3.0) - definitions for external tables do not show column
types anymore
It is working properly in 1.10.3
___
The information contained in this message may be privileged and conf idential
On Mon, Mar 22, 2010 at 7:54 AM, Julius Tuskenis wrote:
> Hello, Melvin
>
> 2010.03.21 16:24, Melvin Davidson rašė:
>
> How hard would it be to add an option, in the General tab, which specifies
> the format for the log_filename, thus making it more flexible?
>
> Melvin Davidson
>
> I don't think
Hello, Melvin
2010.03.21 16:24, Melvin Davidson rašė:
How hard would it be to add an option, in the General tab, which
specifies the format for the log_filename, thus making it more flexible?
Melvin Davidson
I don't think General tab of pgAdmin Options window is the right place
for this. As t
Le 21/03/2010 15:24, Melvin Davidson a écrit :
> I am using pgAdmin 1.10.0, however neither
> the version nor the O/S relevant.
>
> Up until, and including the
> current version, pgAdmin expects the format for the postgresql
> log_filename to be 'postgresql-%Y-%m-%d_%H%M%S.log'. However, most
I am using pgAdmin 1.10.0, however neither
the version nor the O/S relevant.
Up until, and including the
current version, pgAdmin expects the format for the postgresql
log_filename to be 'postgresql-%Y-%m-%d_%H%M%S.log'. However, most
companies I have worked for use the format 'postgresql-%d.
I'd like to report a bug:
platform: Windows
language: russian
distribution: pgadmin3-1.8.4.zip
localization misspell: menu item "Представление" - subitem "Ворачивание"
misspelled ( correct word "Сворачивание", however I would rather use
"Перенос слов" )
--
Best Regards,
Masha Fedorova
Hi,
Le 09/02/2010 22:15, qwadrillion a écrit :
> I'd like to report a bug:
>
> platform: Windows
> language: russian
> distribution: pgadmin3-1.8.4.zip
>
> localization misspell: menu item "Представление" - subitem "Ворачивание"
> misspelled ( correct word "Сворачивание", however I would ra
I'd like to report a bug:
platform: Windows
language: russian
distribution: pgadmin3-1.8.4.zip
localization misspell: menu item "Представление" - subitem "Ворачивание"
misspelled ( correct word "Сворачивание", however I would rather use
"Перенос по словам" )
--
Best Regards,
Masha Fedorova
Thanks - I've committed a fix for this to SVN.
Regards, Dave.
On Tue, Nov 24, 2009 at 4:39 PM, Chris Bainbridge
wrote:
> 2nd post...
>
> The table is actually big, I just mistook it for being small since it
> takes several minutes to load. I think the problem is a race
> condition. The window st
2nd post...
The table is actually big, I just mistook it for being small since it
takes several minutes to load. I think the problem is a race
condition. The window status bar shows "Refreshing data, please
wait.", during which time I close the window and get a segmentation
fault. If I wait for th
Hello,
I'm using pgadmin-3.1.10.0 on Ubuntu. When closing a particular table
view (which appears to be nothing special apart from being empty) I
get a segmentation fault. Backtrace is:
Program received signal SIGSEGV, Segmentation fault.
0x0102de0c in wxWindow::IsDoubleBuffered() const () from
/u
Le mardi 17 novembre 2009 à 12:40:33, ROWLEY David, Stranraer a écrit :
> [...]
> Not quite sure if this is the right place to file a bug report or not.
> Please let me know if it's not.
>
This is a good place to report bugs :)
> Bug 1:
>
> Description:
>
> When right clicking a sequence and a
Hi,
Not quite sure if this is the right place to file a bug report or not.
Please let me know if it's not.
Bug 1:
Description:
When right clicking a sequence and asking for a Report -> dependencies
report, PgAdmin sends an invalid query to the database.
Details:
2009-11-17 11:24:
Hello, I just (April 20 download) switched from PG 8.3 (with the PgAdminIII
that it shipped with, to 8.4 beta, with it's included PGAdminIII 1.10.0
beta.
I am running the Win32 (Precompiled) version on Win XP Pro SP3. Language:
English.
In the Query Tool Edit window, the tab key Commands stop
On Wed, Apr 15, 2009 at 11:50 AM, Herouth Maoz wrote:
> When I try to save the query result to a file, and I click on the browse
> button to export, I get an "Open" rather than "Save" dialog box. This means
> that I can only select an existing file to export to, instead of being able
> to save to
When I try to save the query result to a file, and I click on the
browse button to export, I get an "Open" rather than "Save" dialog
box. This means that I can only select an existing file to export to,
instead of being able to save to a new file.
Version: 1.8.4
Operating system: MacOS X Le
> 1) Review the processing of the pg_hba.conf file editor in PGAdmin for
its accuracy since it appears to be rather inaccurate
> currently.
Long back, I also came across similar type of problem and did the same
thing(look at the pg_hba.conf file in a text editor and delete unwanted
entries),
On Wed, Jun 11, 2008 at 5:50 PM, Black Falcon Software, Inc.
<[EMAIL PROTECTED]> wrote:
> 1) Review the processing of the pg_hba.conf file editor in PGAdmin for its
> accuracy since it appears to be rather inaccurate
> currently.
I've just spent the last 20 minutes trying to break it and ha
Hello:
I am new to PostgreSQL, though I have been working with several databases since
I began developing distributed systems (SQL Server, Oracle, Sybase).
I have been interested in PostgreSQL as an alternative to the commercial level
engines I have used.
I finally began working with it the ot
On Sun, Mar 2, 2008 at 10:02 AM, John Wenger <[EMAIL PROTECTED]> wrote:
> "can't open file './../i18n/pgadmin3.lng' (error 2: No such file or
> directory)"
>
> This appears to be a bug from 2005, cf.
> http://pgadmin.org/archives/pgadmin-hackers/2005-05/msg00143.php.
>
> I guess you guys are not r
"can't open file './../i18n/pgadmin3.lng' (error 2: No such file or
directory)"
This appears to be a bug from 2005, cf.
http://pgadmin.org/archives/pgadmin-hackers/2005-05/msg00143.php.
I guess you guys are not responsible for the MacPorts version. I am new to
using MacPorts, and don't know how
Hi,
Rolf A. de By a écrit :
> I am running on a PG server 8.2, Windows XP, trying the following and
> getting a run time error plus crash of pgadmin
>
> 1. open my database, navigate to Tables
> 2. right click, to New Table option
> 3. Fill out table name, owner, inherit from one already existing
Rolf A. de By wrote:
> Greetings, pgadmin team,
>
> I am running on a PG server 8.2, Windows XP, trying the following and
> getting a run time error plus crash of pgadmin
>
> 1. open my database, navigate to Tables
> 2. right click, to New Table option
> 3. Fill out table name, owner, inherit fro
Greetings, pgadmin team,
I am running on a PG server 8.2, Windows XP, trying the following and
getting a run time error plus crash of pgadmin
1. open my database, navigate to Tables
2. right click, to New Table option
3. Fill out table name, owner, inherit from one already existing table,
and
Hello,
I have installed pgAdmin 1.6.3 on Windows XP and work with the
query (SQL) editor, where I found following issues:
1. The search function does not find occurences of the characters on very
long lines (for example by the line
(11629,1,10265,'Simon Karl','2007-09-25 13:37:
Dave Page wrote:
Pascal Van Puymbroeck wrote:
*PGadmin version 1.6.3 release 6112 on windows
from the binary zip file from postgres8.2.5*
Creating a sequence by means of the graphical interface works, though
a subsequent select nextval() claims he can't find the sequence
...
If I create
*PGadmin version 1.6.3 release 6112 on windows
from the binary zip file from postgres8.2.5*
Creating a sequence by means of the graphical interface works, though a
subsequent select nextval() claims he can't find the sequence
the script that is created:
-- Sequence: "Uqn7"
-- DROP SEQUENCE "
, 2007 10:51 PM
Subject: [pgadmin-support] Bug Report
Bug Report:
Platform you're running on: Suse 10.1
Language: Portuguese (pt-BR)
Distribution you used (source tarball, or binary): RPM
Version you tested: 1.2.2 and 1.6.2 (rev: 5784 )
Bug: When you select any string in the SQL Query Too
Bug Report:
Platform you're running on: Suse 10.1
Language: Portuguese (pt-BR)
Distribution you used (source tarball, or binary): RPM
Version you tested: 1.2.2 and 1.6.2 (rev: 5784 )
Bug: When you select any string in the SQL Query Tool and drift the mouse,
the system stops and itś impossibl
Adib Saikali wrote:
Hi,
I am using PgAdminIII 1.6.3 on windows xp, I changed the font size in the
preferences dialog box to be size 12 when I restarted PgAdmin and went to
preferences dialog box I could not see the change font button because it was
beyond the right edge of the window. I was unab
Hi,
I am using PgAdminIII 1.6.3 on windows xp, I changed the font size in the
preferences dialog box to be size 12 when I restarted PgAdmin and went to
preferences dialog box I could not see the change font button because it was
beyond the right edge of the window. I was unable to resize the prefe
...much removed
>
> pgAdmin 1.8 does also warn you about the possible consequences of
having
> an unsecured pgpass file.
>
> Regards, Dave.
Thank you everyone who answered and gave me guidance.
For anyone interested I removed permissions on the file from everyone
but myself. I then had one o
Joe Moyle wrote:
>> Joe Moyle wrote:
> ...
>>> While doing some poking around I discovered that the passwords in
> the
>>> pgpass.conf file are stored in plain text. I consider this a bug.
> ...
>>> Would the 'powers that be' list this as a bug and add it to the TODO
>>> list?
>> This is how Postg
> Joe Moyle wrote:
...
> > While doing some poking around I discovered that the passwords in
the
> > pgpass.conf file are stored in plain text. I consider this a bug.
...
> > Would the 'powers that be' list this as a bug and add it to the TODO
> > list?
>
> This is how PostgreSQL's libpq requires
On 23/05/2007 15:52, Joe Moyle wrote:
While doing some poking around I discovered that the passwords in the
pgpass.conf file are stored in plain text. I consider this a bug.
It's not a bug - use file permissions to protect the file from prying eyes.
Ray.
--
Joe,
You took a good first step in setting up authenication to use MD5 by
default. Now, (as a new community member) I have a few questions to
determine what encrypting the password would accomplish.
What would such an encryption protect against? You can explicitly set the
permissions on y
Joe Moyle wrote:
> I'm working on my first PostgreSQL project. We are attempting a proof
> of concept. I'm using PGAdmin 3 v1.6.2 on a Windows XP Pro workstation.
> I like the option to 'Save Password' because I'm generally lazy and
> don't want to type in the password every time I log on.
>
>
Dear Developers,
There a bug since 1.6.3.
This bug is not exists in 1.6.2 and early versions.
The last tested version in 1.7 snapshot 070510 under WinXp.
When you open the table browser. On a table in right click menu select
the 'View data / view *'.
Resize any column. Push refresh button. The
I'm working on my first PostgreSQL project. We are attempting a proof
of concept. I'm using PGAdmin 3 v1.6.2 on a Windows XP Pro workstation.
I like the option to 'Save Password' because I'm generally lazy and
don't want to type in the password every time I log on.
While doing some poking arou
I expected this Japanese Kanji means Delete :)Who implemented it you ? Why not integrate it to pgAdmin ?RegardsEzequias2006/10/5, Hiroshi Saito <
[EMAIL PROTECTED]>:Hi Ezequias.From: "Ezequias Rodrigues da Rocha"
(snip)> Now I think a popup menu to delete a selected row is very important now.Does t
Hi.
> Does this realize your hope?:-)
> http://inet.winpg.jp/~saito/pgAdmin/pgAdmin3_EditGrid_popup.png
> (Sorry it is japanese)
> There is not whose objection, and either I will apply it.
I object.
1) It's a new feature and we are well past feature freeze.
Ahh, yes...
2) If we are going t
> -Original Message-
> From: Hiroshi Saito [mailto:[EMAIL PROTECTED]
> Sent: 05 October 2006 05:14
> To: Dave Page; Ezequias Rodrigues da Rocha
> Cc: pgadmin-hackers@postgresql.org; pgAdmin Support
> Subject: Re: [pgadmin-support] Bug report on insert with pgadmi
Hi Ezequias.
From: "Ezequias Rodrigues da Rocha"
(snip)
Now I think a popup menu to delete a selected row is very important now.
Does this realize your hope?:-)
http://inet.winpg.jp/~saito/pgAdmin/pgAdmin3_EditGrid_popup.png
(Sorry it is japanese)
There is not whose objection, and either I wil
ubject: Re: [pgadmin-support] Bug report on insert with
pgadmin
Hiroshi,Thank you for your information. I noticed you are using a
newer version than me. Where did you get this version ?Here is an
attached image of my version Sept 12.
As I said to you a few days ago, this is fixed
From: Ezequias Rodrigues da Rocha
[mailto:[EMAIL PROTECTED] Sent: 03 October 2006
12:14To: Hiroshi SaitoCc: Dave Page; pgAdmin
SupportSubject: Re: [pgadmin-support] Bug report on insert with
pgadmin
Hiroshi,Thank you for your information. I noticed you are using a
Hi Ezequias.
My experiment is this.
The definition of a table is changed a little.
http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test1.png
http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test2.png
http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test3.png
http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test4.
The table definition is right below:id bigint NOT NULL, codigo integer, quando timestamp without time zone, inicio_venda timestamp without time zone, final_venda timestamp without time zone,
inicio_entrada timestamp without time zone, final_entrada timestamp without time zone, estado intege
Hi.
From: Ezequias Rodrigues da Rocha
The error message is this one.
Umm, Something is strange
Please tell about a table definition and an input character that I can
reproduce it.
Regards,
Hiroshi Saito
---(end of broadcast)---
TIP 9: I
The error message is this one2006/10/2, Hiroshi Saito <[EMAIL PROTECTED]>:
Hi.- Original Message -From: Ezequias Rodrigues da Rocha> I tryed the version of http://developer.pgadmin.org/snapshots/win32/pgadmin3-20060921-Win32.zip
but nothing better> appears.>> I am still with problem to ins
Hi.
- Original Message -
From: Ezequias Rodrigues da Rocha
I tryed the version of http://developer.pgadmin.org/snapshots/win32/pgadmin3-20060921-Win32.zip but nothing better
appears.
I am still with problem to insert via pgAdmin.
Still waitting for any other suggestion ?
Although
1 - 100 of 152 matches
Mail list logo