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
-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
"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
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
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
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
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
Hi - Does anyone have or know where I can get a
copy of PgAdmin 2 and the database migration wizard.
Thanks