Hi list,
I just downloaded the daily snapshot of pgadmin3 rpm
for 21/08/2003. Comparing to pgadmin2, when I click
on one of the tables available, there's the SQL script
that does the creating of the table. However, I can't
find any "ON DELETE CASCADE" or such with pgadmin3.
Is it placed somewhe
Rudy Koento wrote:
Hi list,
I just downloaded the daily snapshot of pgadmin3 rpm
for 21/08/2003. Comparing to pgadmin2, when I click
on one of the tables available, there's the SQL script
that does the creating of the table. However, I can't
find any "ON DELETE CASCADE" or such with pgadmin3.
Hi!
I have problems connecting to my postgresql-server-7.3-2 using pgAdminII
v1.6.0.
The error message as follows:
Error in pgAdmin II:frmConnect.cmdConnect_Click: 3706
Windows Version: Windows 98 v4.10 build A
pgSchema Version: 1.6.0
MDAC Version: 2.7
I fo
Hi, I've searched these problems on the mailing list
archive, but can't find any. Forgive me if I'm
restating it again.
1) When I right click on the table name and choose
properties, go to the constraints tab, I only have 1
constraints. But when I open up the treeview list of
that table, I can
Rudy Koento wrote:
Hi, I've searched these problems on the mailing list
archive, but can't find any. Forgive me if I'm
restating it again.
1) When I right click on the table name and choose
properties, go to the constraints tab, I only have 1
constraints. But when I open up the treeview list of
Rudy Koento wrote:
3) When I add a constraint on the dialog box,
changing the "References" listbox (on "Properties"
tab) doesn't change the "Referencing" listbox (on
"Columns" tab). So after clicking "OK", the pgadmin3
segfaulted.
Fixed, by using EVT_TEXT instead of EVT_COMBOBOX which obviously
I cannot visualize the table:
CREATE TABLE public."Experimento"
(
"id_Experimento" int8 NOT NULL DEFAULT
nextval('"ExperimentoSequencia"'::text),
"id_Configuracao" int8 NOT NULL,
desligar bool DEFAULT false,
"atualizacaoCliente" oid NOT NULL,
"programaCliente" oid NOT NULL,
"versaoClie