great work on pgAdmin! Some features are very cool!
Thank you!
I suggest two enhancements:
A) permit to enable a "query log" window so an user (a
developer) can see the "all query history"; in this
case I will able to see where's the problem... so it
can help me also to re-create some queries runn
Hi,
There's a bug if I edit a table in the datagrid.
Table DDL (using pgAdmin supercool feature):
-- Table: testreplace
-- DROP TABLE testreplace;
CREATE TABLE testreplace
(
address text NOT NULL,
userid character varying(2048),
CONSTRAINT testreplace_pkey PRIMARY KEY (address)
)
WITHO
From: Harald Armin Massa
[mailto:[EMAIL PROTECTED] Sent: 15 September 2006
16:57To: Dave PageCc:
pgadmin-support@postgresql.orgSubject: Re: [pgadmin-support] Beta
1.6: Output Headers refresh in slow motion
Same "slow motion" is happening on resizing
Same "slow motion" is happening on resizing
the output pane panel.
What's
happening is that when the grid control redraws itself, it asks the dataset what
the header labels should be. The dataset then queries the
database to get the correct
typename (because libpq's PGresult only stores th
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harald Armin
MassaSent: 15 September 2006 15:08To:
pgadmin-support@postgresql.orgSubject: [pgadmin-support] Beta 1.6:
Output Headers refresh in slow motion
I am totally fascinated with 1.6 ... and do more
Hi Dave,
On Friday 15 September 2006 16:32, Dave Page wrote:
| Thanks Thomas - this is due to pgAdmin now using format_type to ensure
| that you always see the SQL/PostgreSQL standard type name formatting.
| Seems there were still a couple of places where we were unecessarily
| re-adding schema qu
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Thomas Pundt
> Sent: 15 September 2006 14:50
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] PgAdmin doesn't let me enter new
> values via table grid
>
> Hi,
>
> yet another s
I am totally fascinated with 1.6 ... and do more and more queries in that joyfull Query window!The "underlining of the errornous character" is really a big help for small typing misstakes, GREAT!On the Data Output grid, something could be better: those grey column headers get refreshed in slow moti
Hi,
yet another strange thing that did work before:
The database doesn't save values when entered into the table grid. Instead
I get an error popup saying: ERROR: type "pg_catalog.integer" does not exist
I've double checked an older version of pgadmin, and that version has no
problems saving
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harald Armin
MassaSent: 15 September 2006 13:00To:
pgadmin-support@postgresql.orgSubject: [pgadmin-support] Beta 1.6:
Crash on .CSV export of NULL-Values
Hello,when exporting a query result with 1000 rows
Hello,when exporting a query result with 1000 rows , 2 colums (int4 and text), and some NULL values within the text column, pgadmin crashes. (phone home crash)This crash does not appear on exporting a smaller subste of the same result also with nulls and only 5, 100 or 200 rows (added a limit claus
From: Harald Armin Massa
[mailto:[EMAIL PROTECTED] Sent: 15 September 2006
12:05To: Dave PageSubject: Re: hacking on Beta 1.6 -
scratch pad is dangerous :)
Dave,
and then learned: hey, I was pressing F5 with focus on the scratch
pad. NOTHIN
From: Harald Armin Massa
[mailto:[EMAIL PROTECTED] Sent: 15 September 2006
09:49To: Dave PageCc:
pgadmin-support@postgresql.orgSubject: hacking on Beta 1.6 -
scratch pad is dangerous :)
I am sooo impressed with this new release! And that scratch pad is a
really hel
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Thomas Pundt
> Sent: 15 September 2006 08:57
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Crash while trying to open some help page
>
> Hi,
>
> I hope this is not yet again
I am sooo impressed with this new release! And that scratch pad is a really helpfull addition, I fell in love with it.BUT... that is a dangerous love, I learned. What happened?I constructed a fine query:
select md5(array_to_string(array( select md5(id_pkl||id_label || id_lg || name_l||letztespeiche
Hi,
I hope this is not yet again an installation issue of mine (the segfault
I reported on August 24 went away after compiling and installing the now
required wxWindows-2.7 version), but I now get a reproducible segfault
when trying to open the following help page (and others):
PostgreSQL 8.1.0
16 matches
Mail list logo