> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gary Doades
> Sent: 09 November 2004 19:34
> To: Andreas Pflug
> Cc: Pgadmin Support
> Subject: Re: [pgadmin-support] Database /properties/variables problem.
>
>
> Err well.. the program works just
Patrick Hatcher wrote:
Trying to compile code from the CVS and I receive this error:
ld: Undefined symbols:
ctlComboBox::GetStringSelection() const
That method is unused, but was defined in ctlComboBox.h; removed now.
Try the new version.
Please report if you're successful.
Regards,
Andreas
-
Hi All,
small issue on the table generator:
the create sentence for a table that inherits from two other tables is
erroneous.
my example:
CREATE TABLE test1
(
test1_id int4,
test1_value text
);
CREATE TABLE test2
(
test2_id int4,
test2_value text
);
CREATE TABLE test3
(
)
INHERITS (test1,
Riccardo G. Facchini wrote:
Hi All,
small issue on the table generator:
the create sentence for a table that inherits from two other tables is
erroneous.
Fixed in CVS, thanks for reporting.
Regards,
Andreas
---(end of broadcast)---
TIP 3: if posting/r
approve PBRfJt unsubscribe pgadmin-support [EMAIL PROTECTED]
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0446-1, 2004-11-10Tested on: 10-11-2004 11:30:14avast! - copyright (c) 2000-2004 ALWIL Software.
Ok great news. I was able to compile!
Bad news:
When I issue the command ./pgadmin3
from the terminal I get the following error message:
Welcome to Darwin!
Patrick-Hatchers-Computer:~ fd02ph0$
/usr/local/pgadmin3/bin/pgadmin3; exit
Bus error
logout
We're getting close!
Thanks again for the h
I have just installed pgAdmin and it looks quite good, but there is one little thing
that is annoying.
When showing the results from a select in the grid, the width of the columns is
always way too small. Is there anyway around this or do I have to resize every column
everytime?
Regards,
BTJ
-
Patrick Hatcher wrote:
Ok great news. I was able to compile!
Bad news:
When I issue the command ./pgadmin3 from the terminal I get the
following error message:
Welcome to Darwin!
Patrick-Hatchers-Computer:~ fd02ph0$ /usr/local/pgadmin3/bin/pgadmin3; exit
Bus error
logout
Happy debugging! Witho
Bjørn T Johansen wrote:
I have just installed pgAdmin and it looks quite good, but there is one
little thing that is annoying.
When showing the results from a select in the grid, the width of the
columns is always way too small. Is there anyway around this or do I
have to resize every column ev
It's not a question of being Access but what would have been nice is if the column
could at least have the same width as the largest string in that column
BTJ
Andreas Pflug wrote:
Bjørn T Johansen wrote:
I have just installed pgAdmin and it looks quite good, but there is
one little thing tha
Andreas:
Can't we get a estimated column size from column metadata ?. That will
not be a "preferred" size but maybe will make grid more readable "out of
the box".
Regards,
Diego.
El miÃ, 10-11-2004 a las 15:31, Andreas Pflug escribiÃ:
> BjÃrn T Johansen wrote:
> > I have just installed pgAdmin
Diego A. Gil wrote:
Andreas:
Can't we get a estimated column size from column metadata ?.
Not too helpful in many cases I'm afraid. The text type is widely used
Regards,
Andreas
---(end of broadcast)---
TIP 9: the planner will ignore your desire t
Bjørn T Johansen wrote:
It's not a question of being Access but what would have been nice is if
the column could at least have the same width as the largest string in
that column
Certainly not, this would leave just a single column displayed in many
cases.
Regards,
Andreas
-
Maybe it could have been an option, it would very often make the grid more
viewable...
BTJ
Andreas Pflug wrote:
Bjørn T Johansen wrote:
It's not a question of being Access but what would have been nice is
if the column could at least have the same width as the largest string
in that column
Andreas Pflug wrote:
Diego A. Gil wrote:
Andreas:
Can't we get a estimated column size from column metadata ?.
Not too helpful in many cases I'm afraid. The text type is widely used
What many other client tools of this type have is a "max column display
size" setting. Often with a default of
15 matches
Mail list logo