Author: dpage
Date: 2005-11-06 00:26:57 + (Sun, 06 Nov 2005)
New Revision: 4682
Modified:
tags/REL-1_4_0/pgadmin3/pkg/mac/Makefile.am
Log:
Add missing scripts
Modified: tags/REL-1_4_0/pgadmin3/pkg/mac/Makefile.am
===
--- tags/
Author: dpage
Date: 2005-11-06 00:24:57 + (Sun, 06 Nov 2005)
New Revision: 4681
Modified:
tags/REL-1_4_0/pgadmin3/Makefile.am
Log:
Arrrgggh - the slony docs are missing!
Modified: tags/REL-1_4_0/pgadmin3/Makefile.am
===
--- ta
Author: dpage
Date: 2005-11-06 00:23:01 + (Sun, 06 Nov 2005)
New Revision: 4680
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/Makefile.am
Log:
Arrrgggh - the slony docs are missing!
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/Makefile.am
==
Author: dpage
Date: 2005-11-06 00:22:13 + (Sun, 06 Nov 2005)
New Revision: 4679
Modified:
trunk/pgadmin3/Makefile.am
Log:
Arrrgggh - the slony docs are missing!
Modified: trunk/pgadmin3/Makefile.am
===
--- trunk/pgadmin3/Makef
Author: dpage
Date: 2005-11-06 00:08:18 + (Sun, 06 Nov 2005)
New Revision: 4678
Modified:
trunk/pgadmin3/configure.ac
trunk/pgadmin3/pkg/src/build-tarball
trunk/pgadmin3/src/include/version.h
Log:
Post-release version bump
Modified: trunk/pgadmin3/configure.ac
===
Author: dpage
Date: 2005-11-06 00:06:23 + (Sun, 06 Nov 2005)
New Revision: 4677
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/configure.ac
branches/REL-1_4_0_PATCHES/pgadmin3/pkg/src/build-tarball
branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h
Log:
Post-branch version bump
Author: dpage
Date: 2005-11-06 00:04:05 + (Sun, 06 Nov 2005)
New Revision: 4675
Modified:
trunk/pgadmin3/pkg/mac/Makefile.am
Log:
Add missing scripts
Modified: trunk/pgadmin3/pkg/mac/Makefile.am
===
--- trunk/pgadmin3/pkg/mac/
Author: dpage
Date: 2005-11-06 00:04:35 + (Sun, 06 Nov 2005)
New Revision: 4676
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/pkg/mac/Makefile.am
Log:
Add missing scripts
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/pkg/mac/Makefile.am
=
Author: dpage
Date: 2005-11-05 22:30:16 + (Sat, 05 Nov 2005)
New Revision: 4674
Modified:
tags/REL-1_4_0/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Bah - fix path!
Modified: tags/REL-1_4_0/pgadmin3/pkg/win32/src/pgadmin3.wxs
===
Author: dpage
Date: 2005-11-05 22:27:36 + (Sat, 05 Nov 2005)
New Revision: 4673
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Bah - fix path!
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs
===
Author: dpage
Date: 2005-11-05 22:26:49 + (Sat, 05 Nov 2005)
New Revision: 4672
Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Bah - fix path!
Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===
--- trunk/pgadmin
Author: dpage
Date: 2005-11-05 22:07:17 + (Sat, 05 Nov 2005)
New Revision: 4671
Added:
tags/REL-1_4_0/pgadmin3/
Log:
Tag 1.4.0
Copied: tags/REL-1_4_0/pgadmin3 (from rev 4670, trunk/pgadmin3)
---(end of broadcast)---
TIP 5: don't forget to i
Author: dpage
Date: 2005-11-05 22:05:21 + (Sat, 05 Nov 2005)
New Revision: 4670
Added:
branches/REL-1_4_0_PATCHES/pgadmin3/src/include/images/elephant48.xpm
Log:
Add missing image
Added: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/images/elephant48.xpm
=
Author: dpage
Date: 2005-11-05 22:01:52 + (Sat, 05 Nov 2005)
New Revision: 4669
Added:
trunk/pgadmin3/src/include/images/elephant48.xpm
Log:
Add missing image
Added: trunk/pgadmin3/src/include/images/elephant48.xpm
===
--- tru
Author: dpage
Date: 2005-11-05 21:35:18 + (Sat, 05 Nov 2005)
New Revision: 4668
Added:
branches/REL-1_4_0_PATCHES/pgadmin3/
Log:
Branch 1.4.0
Copied: branches/REL-1_4_0_PATCHES/pgadmin3 (from rev 4667, trunk/pgadmin3)
---(end of broadcast)-
Author: dpage
Date: 2005-11-05 21:32:38 + (Sat, 05 Nov 2005)
New Revision: 4667
Added:
branches/REL-1_4_0_PATCHES/
Log:
Created folder remotely
---(end of broadcast)---
TIP 6: explain analyze is your friend
Berend Tober wrote:
Dean Gibson (DB Administrator) wrote:
CREATE TABLE new_name AS SELECT DISTINCT * FROM old_name;
DROP TABLE old_name;
ALTER TABLE new_name RENAME TO old_name;
The problem with this technique is that it doesn't account for indexes,
foreign key references, and other depend
Tom Lane wrote:
"Florian G. Pflug" <[EMAIL PROTECTED]> writes:
The per-session variable "role" is not shown when
doing "select pg_settings". It is, however, possible
to set it using "set role ...", and to query it using
"show role". Is this per design, or is this a bug.
It's marked NO_SHOW_AL
Andreas Pflug wrote:
In the variables tab in the user settings, the dropdown
lacks the variable "role", but in psql "alter user set role
" works (It make the user assume role immediatly
upon login, without having to type "set role ".
Well, it's not been displayed because pg_settings won't r
Author: dpage
Date: 2005-11-05 14:38:30 + (Sat, 05 Nov 2005)
New Revision: 4666
Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/configure.ac
trunk/pgadmin3/pkg/src/build-tarball
trunk/pgadmin3/src/include/version.h
Log:
Bump version numbers for release.
Modified: trunk/pgadm
Joost Kraaijeveld wrote:
> Hi Raphael,
Hi Joost!
I'm CCing pgadmin-hackers so that others may benefit from what will be
the solution :)
>
> I have compiled PgAdmin3 1.4.0 Beta3 for my architecture (ADM64).
nice... at least we know that it runs!
> It
> seems to run OK and now I want to make a
Joost Kraaijeveld wrote:
> Hi Raphael,
>
> On Sat, 2005-11-05 at 11:15 +0100, Raphaël Enrici wrote:
>
>>as far as I remember it has something to do with a non "pure64" install.
>>What distro are you running exactly? Is it sarge with an amd64 kernel
>>installed on + x86_64 addons packages? Or is i
Hi Raphael,
On Sat, 2005-11-05 at 11:15 +0100, Raphaël Enrici wrote:
> as far as I remember it has something to do with a non "pure64" install.
> What distro are you running exactly? Is it sarge with an amd64 kernel
> installed on + x86_64 addons packages? Or is it a real debian-pure64?
> I'd bet
Uga...
I am sorry that e-mail is behind. I do not have the environment
now touched by business trip. I think that I will investigate it on
Monday or Tuesday. I am sorry that I am very late.:-(
From: "Satoshi Nagayasu
> Andreas Pflug wrote:
> > There's no known issue on Windows-JP, I hope Hiro
> I can't delay the main release anyway - the balls already rolled too far down
> the hill
(if you get my drift).
>
> Regards, Dave.
Um, I consider offer from svn to Japan. As the only local problem.
Sigh...
Regards,
Hiroshi Saito
---(end of broadcast)--
Hi Andreas.
> Dave Page wrote:
> > Just for info, I plan to build 1.4.0 tomorrow night (Saturday, GMT),
> > once the PostgreSQL 8.1 docs are available from Marc. I'll upload once
> > done for testing on Saturday/Sunday, and announce on Monday.
>
> IMNSHO we can't keep this until the Japanese issu
I can't delay the main release anyway - the balls already rolled too far down
the hill (if you get my drift).
Regards, Dave.
-Original Message-
From: Andreas Pflug [mailto:[EMAIL PROTECTED]
Sent: Sat 11/5/2005 7:42 AM
To: Dave Page
Cc: pgadmin-hackers@postgresql.org
Subject: Re: [pgadmi
No, sorry I don't.
Regards, Dave
-Original Message-
From: Andreas Pflug [mailto:[EMAIL PROTECTED]
Sent: Sat 11/5/2005 7:31 AM
To: Satoshi Nagayasu
Cc: pgadmin-hackers@postgresql.org; Hiroshi Saito; [EMAIL PROTECTED]; Dave Page
Subject: Re: [pgadmin-hackers] RC1 gets crashed.
Satoshi Na
28 matches
Mail list logo