Le 25/03/2011 09:28, Dan S a écrit :
> Thanks !
> That will be nice to have !
>
> Do you think the new release of pgAdmin will be ready and packaged when
> postgres 9.1 will be released ?
>
That's what we usually do, yes.
--
Guillaume
http://www.postgresql.fr
http://dalibo.com
--
Sent vi
Thanks !
That will be nice to have !
Do you think the new release of pgAdmin will be ready and packaged when
postgres 9.1 will be released ?
Best Regards
Dan
2011/3/24 Guillaume Lelarge
> Le 13/03/2011 10:54, Guillaume Lelarge a écrit :
> > Le 13/03/2011 10:35, Dan S a écrit :
> >> Hi !
> >>
Le 13/03/2011 10:54, Guillaume Lelarge a écrit :
> Le 13/03/2011 10:35, Dan S a écrit :
>> Hi !
>>
>> I'm running pgadmin v. 1.12.2 on winxp and postgres "PostgreSQL 9.0.2,
>> compiled by Visual C++ build 1500, 32-bit".
>>
>> When selecting a table in the tree-navigator to the left the table
>> def
Le 13/03/2011 10:35, Dan S a écrit :
> Hi !
>
> I'm running pgadmin v. 1.12.2 on winxp and postgres "PostgreSQL 9.0.2,
> compiled by Visual C++ build 1500, 32-bit".
>
> When selecting a table in the tree-navigator to the left the table
> definition and its triggers appears to the right.
> However
Hi !
I'm running pgadmin v. 1.12.2 on winxp and postgres "PostgreSQL 9.0.2,
compiled by Visual C++ build 1500, 32-bit".
When selecting a table in the tree-navigator to the left the table
definition and its triggers appears to the right.
However the trigger definition doesn't appear to be right (
On 03/06/2009 00:15, Marek wrote:
>> On 02/06/2009 09:45, Marek wrote:
>>> I have fund bug in query editor. Very often it is not possible to paste
> text
>>> from clipboard. Option "edit/paste" is grayed, shortcut Ctrl+V doesn't
> work
>>> as well. When query editor is prefilled with SQL of selecte
On 02/06/2009 09:45, Marek wrote:
> I have fund bug in query editor. Very often it is not possible to paste text
> from clipboard. Option "edit/paste" is grayed, shortcut Ctrl+V doesn't work
> as well. When query editor is prefilled with SQL of selected object (eg.
I think this has been fixed for
Hello,
I have fund bug in query editor. Very often it is not possible to paste text
from clipboard. Option "edit/paste" is grayed, shortcut Ctrl+V doesn't work
as well. When query editor is prefilled with SQL of selected object (eg.
database name) then removing of window contents unlocks pastin
Hi,
- i set the preference "Read and write Unicode UTF-8 files" to true.
It does not have any effet on the program behaviour anyway.
- the operating system variables LANG and LC_* are all already set to
"en_US.UTF-8".
What shall i change more? vi shows the german characters well!
Dave Page
Guillaume Lelarge wrote:
> Hi,
>
> Andreas Kutschke a écrit :
>> on Linux i cannot open the attached SQL-File in the "PgAdmin III Query".
>> On Windows (XP) there are no problems.
>> I choose the directory (nfs-mounted) and then the file. On "open" the
>> file selection box closes, but nothing hap
Hi,
Andreas Kutschke a écrit :
> on Linux i cannot open the attached SQL-File in the "PgAdmin III Query".
> On Windows (XP) there are no problems.
> I choose the directory (nfs-mounted) and then the file. On "open" the
> file selection box closes, but nothing happens.
> Other sql-Files from the sa
Hi,
on Linux i cannot open the attached SQL-File in the "PgAdmin III Query".
On Windows (XP) there are no problems.
I choose the directory (nfs-mounted) and then the file. On "open" the file
selection box closes, but nothing happens.
Other sql-Files from the same directory can be opened! The fil
Patrick Headley wrote:
PGAdmin III v1.6.1 binary install
Windows XP SP2 with all known patches
If you open one of the maintenance forms for backing up or restoring a
database, the form isn’t wide enough to display the browse button for
selecting the file to backup into or restore from. I c
On 4 Dec 2006 at 11:50, Patrick Headley wrote:
> If you open one of the maintenance forms for backing up or restoring a
> database, the form isn't wide enough to display the browse button for
> selecting the file to backup into or restore from. I checked this on
I've encountered that tooyou
PGAdmin III v1.6.1 binary install
Windows XP SP2 with all known patches
If you open one of the maintenance forms for backing up or restoring a
database, the form isn't wide enough to display the browse button for
selecting the file to backup into or restore from. I checked this on v1.4.2
and i
Cook, Tom wrote:
Platform information:
- MS Windows 2000
- English (US)
- Binary distribution
- Version 1.2.1
Tip of the Day claims that "The meaning of Life, the Universe and Everything is 42."
This is of course incorrect; in fact, "The answer to the question
Platform information:
- MS Windows 2000
- English (US)
- Binary distribution
- Version 1.2.1
Tip of the Day claims that "The meaning of Life, the Universe and Everything is
42." This is of course incorrect; in fact, "The answer to the question of
Life, the Univer
Marcel Gsteiger wrote:
Hi all,
I just wanted to report a small bug in PGAdmin III, probably regarding quoting.
In a PostgreSQL 8.0 database for a school, I have a table named "class" in a
schema named exnr. When I do the following:
right-click / properties on the table named "class", then "columns
Hi all,
I just wanted to report a small bug in PGAdmin III, probably regarding quoting.
In a PostgreSQL 8.0 database for a school, I have a table named "class" in a
schema named exnr. When I do the following:
right-click / properties on the table named "class", then "columns" "add",
enter any co
I cannot create a foreign key that has three primary
keys. The okay button in pgadmin III remains shaded on
the third column.
__
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
---(end o
] Bug in
PGAdmin III 1.2.0 Beta
Hi, I
don’t known if that`s a bug:
when i
create a new table, and i include a varchar o char field, i obtain this error
: "Error: syntax error at or near "(" at character
xxx"
the bug
is in the specif
Title: Mensaje
Hi, I don’t known if
that`s a bug:
when i create a new table,
and i include a varchar o char field, i obtain this error : "Error: syntax
error at or near "(" at character xxx"
the bug is in the
specification of sql query, varchar, char datatypes are quoted
Michalis Kabrianis wrote:
Hi
I think I found a bug regarding privileges in pgadmin III
To replicate:
create a user in postgres named "arwdxt" (not all letters needed of
course :)
Create another user named temp_user
as user "arwdxt" create a table test_table
REVOKE all ON test_table FROM temp_user
Hi
I think I found a bug regarding privileges in pgadmin III
To replicate:
create a user in postgres named "arwdxt" (not all letters needed of
course :)
Create another user named temp_user
as user "arwdxt" create a table test_table
REVOKE all ON test_table FROM temp_user
GRANT SELECT ON test_table
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Sent: 18 November 2003
08:12To: [EMAIL PROTECTED]Subject: Re:
[pgadmin-support] bug in pgadmin III
Hi, I originally meant that the password inputbox shows the password
like "mypassword" an
[EMAIL PROTECTED]
An: "Christopher Kings-Lynne" <[EMAIL PROTECTED]>
Kopie: "Andreas Pflug" <[EMAIL PROTECTED]>, "Michiel Lange" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Thema: Re: [pgadmin-support] bug in pgadmin III
&
> -Original Message-
> From: Christopher Kings-Lynne [mailto:[EMAIL PROTECTED]
> Sent: 18 November 2003 01:19
> To: Dave Page
> Cc: Andreas Pflug; Michiel Lange; [EMAIL PROTECTED]
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
>
> >>If you kno
If you know how to encrypt the password, we certainly could
supply the option to enter it that way...
It's just an md5 hash prefixed with 'md5' isn't it?
???
Don't you just go ALTER USER blah ENCRYPTED PASSWORD 'asdf';
And postgres itself will encrypt it for you.
Your SQL view should show wh
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 17 November 2003 17:19
> To: Dave Page
> Cc: Michiel Lange; [pgADMIN]
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
> IMHO this isn't worth the effort. We have SSL
Dave Page wrote:
Saves sending it in plaintext over the wire, or displaying it on screen
anywhere.
IMHO this isn't worth the effort. We have SSL connections to secure wire
tapping. This is necessary for securing session logon anyway.
Regards,
Andreas
---(end of bro
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 17 November 2003 16:45
> To: Michiel Lange; [pgADMIN]
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
> Michiel Lange wrote:
>
> >Well... I thought PgAdmin sends SQL c
Michiel Lange wrote:
Well... I thought PgAdmin sends SQL commands to the database, right?
As you can see on each property dialog's SQL page.
So, if you do
CREATE USER WITH ENCRYPTED PASSWD ''?
ENCRYPTED PASSWORD is for dump/restore purposes (i.e. if you don't know
the plain text password)
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 17 November 2003 16:23
> To: Dave Page
> Cc: Michiel Lange; [EMAIL PROTECTED]
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
> Ok, so we require pgAdmin3 users to calculate the
Dave Page wrote:
Wouldn't it be better to use
CREATE ENCRYPTED passwd instead? Me thinks that's a better solution
anyway!
If you know how to encrypt the password, we certainly could
supply the option to enter it that way...
It's just an md5 hash prefixed with 'md5' isn't it?
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 17 November 2003 16:07
> To: Michiel Lange
> Cc: [EMAIL PROTECTED]
> Subject: Re: [pgadmin-support] bug in pgadmin III
>
> Michiel Lange wrote:
>
> >Wouldn't it be be
Michiel Lange wrote:
Wouldn't it be better to use
CREATE ENCRYPTED passwd instead? Me thinks that's a better solution
anyway!
If you know how to encrypt the password, we certainly could supply the
option to enter it that way...
Regards,
Andreas
---(end of broadcast)
bject: Re: [pgadmin-support] bug in pgadmin III
Hi Tom,
[EMAIL PROTECTED] wrote:
>
> - in Create Usergroup : the property-page contains fields like
> *Username *and *User-ID* but should contain *Groupname *and *Group-ID*
This is a typo, fixed in cvs now.
> - in Create User :
Hi Tom,
[EMAIL PROTECTED] wrote:
- in Create Usergroup : the property-page contains fields like
*Username *and *User-ID* but should contain *Groupname *and *Group-ID*
This is a typo, fixed in cvs now.
- in Create User : the property-page contains a password-field which
shows passwords in plain
Hi,
I found several bug's (perhaps easy to solve) in pgAdmin III 1.1.0 devel.
- in Create Usergroup : the property-page contains fields like Username and User-ID but should contain Groupname and Group-ID
- in Create User : the property-page contains a password-field which shows passwords in plai
Godshall Michael wrote:
Ok,
In pgadminII I could choose to output the results directly to a text
file without having them first displayed on the screen. That is what
I was really trying to do(I normally don't try to read the 5000
characters in the pgadmin window).
Is their a way to do this i
Godshall Michael wrote:
I use linux at home and would test it there if I can get pgadminIII
installed on it. Last time I tried it failed because I did not have
ssl and crypto so.4 libraries. My Redhat 8.0 box has versions so.2.
Maybe I downloaded the wrong version of pgadminIII.
Adam,
can'
Title: RE: [pgadmin-support] Bug in pgadmin III displaying/exporting data from query window(tr uncating)
Ok,
In pgadminII I could choose to output the results directly to a text file without having them first displayed on the screen. That is what I was really trying to do(I normally don
Godshall Michael wrote:
Hi,
I am running version 1.0.0, Win2k, english version, and postgresql
7.3.4 under cygwin.
In the File->Options->Query->max. characters per column I have changed
the default to 5000 characters. When I run a query in a pgadminIII
the columns that I have defined as t
Hi,
I am running version
1.0.0, Win2k, english version, and postgresql 7.3.4 under cygwin.
In the
File->Options->Query->max. characters per column I have changed the
default to 5000 characters. When I run a query in a pgadminIII the columns
that I have defined as text stop displaying
44 matches
Mail list logo