[ADMIN] 8.0.3. binaries for fedora core 3

2005-06-07 Thread Joel Fradkin
Hi,   Is there some doco on what order to load the rpm’s to avoid dependency messages (or am I just loading it all wrong still a linux newb).   Joel Fradkin      

Re: [ADMIN] 8.0.3. binaries for fedora core 3

2005-06-07 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 7 Jun 2005, Joel Fradkin wrote: Is there some doco on what order to load the rpm's to avoid dependency messages (or am I just loading it all wrong still a linux newb). http://pgblog.gunduz.org//index.php?entry=entry050527-120951 But

Re: [ADMIN] 8.0.3. binaries for fedora core 3

2005-06-07 Thread Tom Lane
"Joel Fradkin" <[EMAIL PROTECTED]> writes: > Is there some doco on what order to load the rpm's to avoid dependency > messages (or am I just loading it all wrong still a linux newb). The usual procedure is to just install 'em all in one "rpm -i" command, thereby dodging any questions of which depe

[ADMIN] Windows XP Service startup

2005-06-07 Thread Glenn Sullivan
I have been using an application which uses PostgreSql on Solaris for a few years and now I am trying to our application running on Windows XP. I want the postmaster started as a "service" which is a choice during installation. However, when the service is started, I want to use a different data

Re: [ADMIN] checking if user is connected as a superuser?

2005-06-07 Thread Alvaro Herrera
On Mon, Jun 06, 2005 at 12:21:56PM +0200, Dragan Matic wrote: > Is there a way to check if user is a superuser for the given cluster? alvherre=# show is_superuser; is_superuser -- on (1 fila) alvherre=# select current_setting('is_superuser'); current_setting - on

[ADMIN] btree information

2005-06-07 Thread Eduardo Bezerra
hi all,   Someone can help me to find these data about btree index:    * height;  * maximum number of keys per block  * average number of keys per block  * number of leaf blocks  * average number of leaf blocks per total number of keys  * average number of data blocks per total number of keys-- Edu

Re: [ADMIN] btree information

2005-06-07 Thread Alvaro Herrera
On Tue, Jun 07, 2005 at 01:36:56PM -0400, Eduardo Bezerra wrote: > hi all, > Someone can help me to find these data about btree index: > * height; > * maximum number of keys per block > * average number of keys per block > * number of leaf blocks > * average number of leaf blocks per total n

[ADMIN] PgAdmin2 & mdb Migration

2005-06-07 Thread Stephen Johns
Hi - Does anyone have or know where I can get a copy of PgAdmin 2 and the database migration wizard.   Thanks