Re: [pgadmin-support] pgAdmin III v1.6 Beta 2 Released

2006-10-04 Thread Thomas Pundt
Hi Dave, On Wednesday 04 October 2006 22:59, Dave Page wrote: | I'm pleased to announce the second beta version of pgAdmin III v1.6.0 is | available for download in Source, Windows, Slackware and Mac OSX formats | from: | | http://www.pgadmin.org/download/ well, I doesn't show up on that page yet

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-04 Thread Hiroshi Saito
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

[pgadmin-support] pgAdmin III v1.6 Beta 2 Released

2006-10-04 Thread Dave Page
I'm pleased to announce the second beta version of pgAdmin III v1.6.0 is available for download in Source, Windows, Slackware and Mac OSX formats from: http://www.pgadmin.org/download/ This version contains various fixes for bugs reported in beta 1. This is a beta version and may contain bugs -

Re: [pgadmin-support] [SQL] How to overwrite a table [only data]?

2006-10-04 Thread Markus Schaber
Hi, Ezequias, Ezequias Rodrigues da Rocha wrote: > I would like to overwrite a table with problem with his original. But > there are some points. > > I can't just delete and restore it becouse it has a foreign key and > when I try to delete it ask for drop cascade. As long as the delete and re

Re: [pgadmin-support] pgAdmin III v1.6 Beta 1 - Pg-8.2beta1: Grid editor problem

2006-10-04 Thread Dave Page
> -Original Message- > From: Alexander Kirpa [mailto:[EMAIL PROTECTED] > Sent: 04 October 2006 15:50 > To: pgadmin-support@postgresql.org > Subject: pgAdmin III v1.6 Beta 1 - Pg-8.2beta1: Grid editor problem > > During editing table within grid editor > receive next error: > 2006-10-04

[pgadmin-support] pgAdmin III v1.6 Beta 1 - Pg-8.2beta1: Grid editor problem

2006-10-04 Thread Alexander Kirpa
During editing table within grid editor receive next error: 2006-10-04 16:57:27 9261 ERROR: type "pg_catalog.smallint" does not exist at character 103 2006-10-04 16:57:27 9261 STATEMENT: UPDATE a SET title='Qx'::pg_catalog.text WHERE axxx = '1047'::pg_cat

Re: [pgadmin-support] [SQL] How to overwrite a table [only data]?

2006-10-04 Thread Aaron Bono
On 10/4/06, Ezequias Rodrigues da Rocha <[EMAIL PROTECTED]> wrote: Hi list, I would like to overwrite a table with problem with his original. But there are some points. I can't just delete and restore it becouse it has a foreign key and when I try to delete it ask for drop cascade. As I know the

Re: [pgadmin-support] How to overwrite a table [only data]?

2006-10-04 Thread Harald Armin Massa
Ezequias , I would like to overwrite a table with problem with his original. But there are some points. I can't just delete and restore it becouse it has a foreign key and when I try to delete it ask for drop cascade. As I know the drop cascade delete in both tables the rows related. Is it correc

[pgadmin-support] How to overwrite a table [only data]?

2006-10-04 Thread Ezequias Rodrigues da Rocha
Hi list, I would like to overwrite a table with problem with his original. But there are some points. I can't just delete and restore it becouse it has a foreign key and when I try to delete it ask for drop cascade. As I know the drop cascade delete in both tables the rows related. Is it correct