Re: [ADMIN] 9.2.2 - semop hanging

2013-07-16 Thread Rafael Domiciano
First of all, Thanks for response, answers below. On Mon, Jul 15, 2013 at 4:12 PM, Kevin Grittner wrote: > Rafael Domiciano wrote: > > > PostgreSQL 9.2.2 on x86_64-unknown-linux-gnu, compiled by gcc > > (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4), 64-bit > > >

[ADMIN] 9.2.2 - semop hanging

2013-07-15 Thread Rafael Domiciano
Hello all you guys, I've sent the same problem in performance list. Some answered me, but didn't resolved the situation. Since 2 weeks I'm get stucked in a very strange situation: from time to time (sometimes with intervals less than 10 minutes), the server get "stucked"/"hang" (I dont know how t

Re: [ADMIN] Upgrade from 9.1.6 to 9,1.7 seems to have caused a major slowdown

2012-12-20 Thread Rafael Martinez
CONCURRENTLY' as 9.2.2 Why don't you try to reindex the indexes in your database and see it this helps? regards, - -- Rafael Martinez Guerrero Center for Information Technology University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafae

[ADMIN] Post Removal

2012-01-17 Thread Rafael Domiciano
Hello, What i have to do to remove the following post: http://archives.postgresql.org/pgsql-admin/2009-09/msg00141.php Thnks, Rafael

Re: [ADMIN] psql error on postgresql-9.0 : psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread Rafael Martinez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Original Message Subject: Re: [ADMIN] psql error on postgresql-9.0 : psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams Date: Wed, 28 Dec 2011 16:03:31 +0530 From: Suresh Hosur To: Rafael Martinez Hello

Re: [ADMIN] psql error on postgresql-9.0 : psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread Rafael Martinez
ql) and which libpq your executables are trying to use (ldd /path_to_executable/psql). You can either delete the libpq installed in your system and use the one you have installed under /usr/pgsql-9.0/, or upgrade the libpq in your system to a version compatible with what you have installed under

Re: [ADMIN] Re: could not open temporary statistics file "pg_stat_tmp/pgstat.tmp"

2011-06-15 Thread Rafael Martinez
-06-15 23:36 pgstat.stat > -rw-r--r-- 1 novell novell 0 2011-06-15 23:36 a > Hei Are you running postgres with the user 'novell' or 'postgres'? The user running postgres must own the directories with the data. regards, - -- Rafael Martinez Guerrero Center for Inform

[ADMIN] Root acces to databases without being prompted for password

2010-09-17 Thread Rafael Barrera Oro
user permissions but i can't find exactly what is causing this. I'd like to replicate this behaviour for other database since my goal is to use the root user for executing cron task (where a password prompts is highly annoying) Any help will be appreciated, thanks in advance! Rafael

Re: [ADMIN] Unable to start Statistics Collector

2010-06-23 Thread rafael
Rrtrtt BlackBerry de movistar, allí donde estés está tu oficin@ -Original Message- From: Alvaro Herrera Sender: pgsql-admin-ow...@postgresql.org Date: Wed, 23 Jun 2010 13:11:44 To: Senthil Kumar G Cc: sivakumar krishnamurthy; Kevin Grittner; pgsql-admin Subject: Re: [ADMIN] Unable to st

Re: [ADMIN] Unable to start Statistics Collector

2010-06-23 Thread rafael
Rtt BlackBerry de movistar, allí donde estés está tu oficin@ -Original Message- From: Alvaro Herrera Sender: pgsql-admin-ow...@postgresql.org Date: Wed, 23 Jun 2010 13:11:44 To: Senthil Kumar G Cc: sivakumar krishnamurthy; Kevin Grittner; pgsql-admin Subject: Re: [ADMIN] Unable to start

Re: [ADMIN] REF : MIgracion de datos ms sql server 7.0 a Postgresql 8.4 en Linux

2010-02-11 Thread Rafael
Hello Luis: Existen personas que estamos en este foro que hablemos Español, pero para que te puedan contestar mejor y de forma más rápida deberías formular la pregunta en ingles. Si tienes cualquier problema con la traducción puedo ayudarte. There are persons in this forum that can speak Spanish

Re: [ADMIN] where the stored function meta data can be found?

2009-10-02 Thread Rafael Domiciano
Hello, I Think you can this kind of information at pg_proc.prosrc Best Regardas, Rafael Domiciano On Fri, Oct 2, 2009 at 3:57 AM, Julius Tuskenis wrote: > Hello, everybody > > I tried to find where in pg_catalog stored functions are stored, but with > no success. Are they

[ADMIN] Authentication Postgres user via LDAP

2009-09-23 Thread Rafael Domiciano
34"... googling a while I get that this is a invalid DN syntax. But i thing the pg_hba.conf is ok. Has anyone get the same trouble? Helps? Best Regards, Rafael Domiciano

Re: [ADMIN] ERROR: syntax error at or near "NEW"

2009-09-02 Thread Rafael Domiciano
Boa Tarde Venkat, Acredito que o erro está na sua chamada da função dblink_exec: SELECT * FROM dblink_exec('hostname=sys2ip dbname=testB user=postgres password=postgres','INSERT INTO emp NEW.*'); Pelo fato de você estar passando o NEW dentro de aspas, o postgres está entendendo que é uma string

Re: [ADMIN] Setting Shared-Buffers

2009-07-20 Thread Rafael Domiciano
Hello People, I upgraded to a 64 bits System. Now, everything is OK. Thnk you guys. On Sat, Jul 11, 2009 at 2:19 AM, Scott Marlowe wrote: > On Fri, Jul 10, 2009 at 10:27 PM, wrote: > > > > 2G per process is plenty ...and useful if you have large data warehouse > style queries which are long runn

Re: [ADMIN] Setting Shared-Buffers

2009-07-10 Thread Rafael Domiciano
Thnks for the replyies. It's a slony slave db, for reporting. So, what's a good value to set to effective_cache_size with 10 Gb RAM? On Thu, Jul 9, 2009 at 9:05 PM, Scott Mead wrote: > > On Thu, Jul 9, 2009 at 6:18 PM, Rafael Domiciano < > rafael.domici...@gmail.com>

[ADMIN] Setting Shared-Buffers

2009-07-09 Thread Rafael Domiciano
ct version(); version --- PostgreSQL 8.3.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) (1 row) Thnks, Rafael Domiciano

Re: [ADMIN] terminate PG connections

2009-06-30 Thread Rafael Martinez
ously considered unsupported; and testing of the case found some bugs that are now fixed." I don't know what "some bugs that are now fixed" means, but I think I read somewhere that killing a session with the command kill was not a god idea. regards -- Rafael Martinez,

Re: [ADMIN] configure PG clients for DNS

2009-06-30 Thread Rafael Martinez
ot do this yet :( It's an open item in the TODO list: http://wiki.postgresql.org/wiki/Todo And yes, it will be a good thing to have. -- Rafael Martinez, Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ -- Sent via

Re: [ADMIN] Updating a very large table

2009-04-23 Thread Rafael Domiciano
On Thu, Apr 23, 2009 at 4:06 PM, Kevin Grittner wrote: > Rafael Domiciano wrote: > > > Doing the alter table to add the new column was fast: ALTER TABLE > > table1 ADD COLUMN new_column date; > > So far, so good. > > > The problem is that I have to do a update i

Re: [ADMIN] Updating a very large table

2009-04-23 Thread Rafael Domiciano
: update table1 set new_column = (date) where new_column is null; Postgres Version: 8.3.6 Os.: Fedora Core 9 4 Gb Ram On Thu, Apr 23, 2009 at 2:29 PM, Kevin Grittner wrote: > Rafael Domiciano wrote: > > > I have a large table to do update (in every tuple), the table > > (t

[ADMIN] Updating a very large table

2009-04-23 Thread Rafael Domiciano
hat I have a Design Problem level, but don't, new_column have to belong to table1, in this especific case. Thks for response, Rafael Domiciano

Re: [ADMIN] Vacuum Full

2009-04-01 Thread Rafael Domiciano
On Tue, Mar 31, 2009 at 1:20 PM, Scott Marlowe wrote: > On Tue, Mar 31, 2009 at 10:04 AM, Rafael Domiciano > wrote: > > Hello People, > > > > I have some doubts about Vacuum Full. There We go: > > 1) The Only thing that Vacuum Full (Only Full, not Analyze) is to

[ADMIN] Vacuum Full

2009-03-31 Thread Rafael Domiciano
al Bytes Done Total Bytes Remaining Table011000 600 400 Or Something like that! Thnks for responses, Rafael Domiciano

Re: [ADMIN] vacuum full...

2009-02-20 Thread Rafael Domiciano
11:01 AM, Rafael Domiciano > wrote: > > I used to run vacuum full in one of my bases, but now i'm not running > > anymore vacuum full, just vacuum analyze in the past 1 month, but the > number > > of necessary pages is increasing every day, now it's in 311264... ther

Re: [ADMIN] vacuum full...

2009-02-19 Thread Rafael Domiciano
ago, this number get not decreased. I now that vacuum full reorders the relation, but it's the only thing that it does? Thnks, Rafael Domiciano On Thu, Feb 19, 2009 at 1:37 PM, Scott Marlowe wrote: > On Thu, Feb 19, 2009 at 9:35 AM, Jessica Richard > wrote: > > I am running "

Re: [ADMIN] Downtime

2009-02-19 Thread Rafael Domiciano
what i'm looking for. But pg_cluster seems that is no more upgraded, and there is a lot of bugs and errors. I'm trying now the CyberCluster from CyberTech, developed under pgcluster. I hope that you could understand the scenario. Thnks, Rafael Domiciano On Mon, Feb 16, 2009 at 5:01

[ADMIN] Downtime

2009-02-16 Thread Rafael Domiciano
very poor, and the installation was unsuccesfull. I would like to know from you what solution you uses for avoiding downtime, so I could choose the solution that is best to my scenario and for others that is begining in Postgres and is a little lost in replication. Thnks for all, Rafael Domician

Re: [ADMIN] Vacuum Problems

2008-12-16 Thread Rafael Domiciano
the dirty_ratio = 30 and the dirty_background_ratio = 1. I don't know what more to do to solve this slow down problem. Somebody have any ideia? Thnks, Rafael Domiciano 2008/12/9 Rafael Domiciano > Maybe Could be Check-Points? I have changed the parameters sometime ago. > Foll

Re: [ADMIN] Vacuum Problems

2008-12-09 Thread Rafael Domiciano
cott Marlowe <[EMAIL PROTECTED]> > On Mon, Dec 8, 2008 at 10:17 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > Here's the output. While the process was running my database get sometime > > without doing anything. > > You said that I probably get low number

Re: [ADMIN] Vacuum Problems

2008-12-08 Thread Rafael Domiciano
1 Drive Only. This server has no RAID.Do you think that the I/O is very high and I'm needing a RAID?! 2008/12/8 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Dec 8, 2008 at 9:11 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > How I do to see my I/O subsystem? vms

Re: [ADMIN] Vacuum Problems

2008-12-08 Thread Rafael Domiciano
No, I'm gonna to try 2008/12/8 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Dec 8, 2008 at 6:04 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > Hello guys, > > I tried to modify my vacuum routine, and started to only run vacuum > verbose > >

Re: [ADMIN] Vacuum Problems

2008-12-08 Thread Rafael Domiciano
Hard Drive is a SATA-II 150 Gb, dedicate to postgres service. 2008/12/8 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Dec 8, 2008 at 6:04 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > Hello guys, > > I tried to modify my vacuum routine, and started to only ru

Re: [ADMIN] Vacuum Problems

2008-12-08 Thread Rafael Domiciano
The machine is a: 2 x Intel Xeon Dual-Core 2.3 GHz, 2 Gb RAM. The load on machine is about at 1 transactions / m Maybe I need more RAM memory? 2008/11/26 Scott Marlowe <[EMAIL PROTECTED]> > On Wed, Nov 26, 2008 at 12:54 PM, Matthew T. O'Connor <[EMAIL PROTECTED]> >

Re: [ADMIN] Vacuum Problems

2008-11-26 Thread Rafael Domiciano
ED]> > 2008/11/26 Rafael Domiciano <[EMAIL PROTECTED]>: > > The database has around 40 Gb. > > If I not use vacuum full everyday the database get very slow. > > > > There is no deadlock on the database. > > You didn't mention if you were using autovac

Re: [ADMIN] Vacuum Problems

2008-11-26 Thread Rafael Domiciano
de índice foram removidas, 0 são reutilizáveis. CPU 0.17s/2.12u sec elapsed 11.04 sec. INFO: índice "caeindclf_10" agora contém 6906667 versões de registros em 20537 páginas DETAIL: 63 versões de registros de índices foram apagadas. 1035 páginas de índice foram removidas, 1035 são

Re: [ADMIN] Vacuum Problems

2008-11-26 Thread Rafael Martinez
Rafael Domiciano wrote: Hei > I need some help or just some hints. I am having problems with vacuum > full in one table only: "clifatura". > That table has today around 7 million rows. > How big is the database? > I scheduled on the server a cron job to run VACUUM F

[ADMIN] Vacuum Problems

2008-11-26 Thread Rafael Domiciano
ing to do. I hope anyone have some information. Thanks, Rafael Domiciano

Re: [ADMIN] autovacuum questions

2008-10-31 Thread Rafael Domiciano
chine. For autovacuum settings you need to set and see if it's ok for you. to see if the vacuum is running you can use the command "ps axf | grep postgres" on the linux server. Sometimes autovacuum is so fast that you even notice him. I hope that I helped Best Regards, Rafael Domic

Re: [ADMIN] checkpoint_timeout

2008-10-09 Thread Rafael Domiciano
Hi there. I increased the wal_buffers and no change made. I'm beggining to think that my problem is not related to "checkpoint & cia" as I said early. I have decreased the checkpoint_timeout to 3 min and the slow down continuin' ocorring after each 5 min. In this "slowdown" the postgres does nothi

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
ttner <[EMAIL PROTECTED]> > >>> "Rafael Domiciano" <[EMAIL PROTECTED]> wrote: > > What Does wal_buffers do? > > > http://www.postgresql.org/docs/8.2/interactive/runtime-config-wal.html#GUC-WAL-BUFFERS > > -Kevin >

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
round > #bgwriter_lru_maxpages = 5 # 0-1000 buffers max written/round > #bgwriter_all_percent = 0.333 # 0-100% of all buffers > scanned/round > #bgwriter_all_maxpages = 5 # 0-1000 buffers max written/round > > I am trying now to increase the checkpoint_s

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
u_maxpages = 5 # 0-1000 buffers max written/round > #bgwriter_all_percent = 0.333 # 0-100% of all buffers > scanned/round > #bgwriter_all_maxpages = 5 # 0-1000 buffers max written/round > > I am trying now to increase the checkpoint_segments to

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
ments to 40... > > 2008/10/8 Brad Nicholson <[EMAIL PROTECTED]> > > On Wed, 2008-10-08 at 10:31 -0200, Rafael Domiciano wrote: > > The server is running Postgres 8.2.4 > > When the server is doing too much operations like I, U or D the > > postgres stop a while

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
#bgwriter_all_percent = 0.333 # 0-100% of all buffers scanned/round #bgwriter_all_maxpages = 5 # 0-1000 buffers max written/round I am trying now to increase the checkpoint_segments to 40... 2008/10/8 Brad Nicholson <[EMAIL PROTECTED]> > On Wed, 2008-10-08 at 10:31 -020

Re: [ADMIN] Shared_buffers hint

2008-10-08 Thread Rafael Domiciano
Ok, I'm trying this... Thnks a lot! 2008/10/6 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Oct 6, 2008 at 7:56 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > I'm using 8.3.3 version in this machine..! > > So, the shared_buffers set to 100Mb is ok

Re: [ADMIN] checkpoint_timeout

2008-10-08 Thread Rafael Domiciano
read a several names to it like: gap, stall, slowdown... I don't know the write expression for this situation. I hope you can help me. Thnks, Rafael Domiciano Postgres DBA 2008/10/7 <[EMAIL PROTECTED]> > What version of postgres are you running ? and please also provide

[ADMIN] checkpoint_timeout

2008-10-07 Thread Rafael Domiciano
this slowndown is occuring for 5 min...! So I'm suposing that the problem is in the checkpoint_timeout. What's the impact to chang it to: checkpoint_timeout = 2min or checkpoint_timeout = 5min Tnhks, Rafael Domiciano

Re: [ADMIN] Shared_buffers hint

2008-10-06 Thread Rafael Domiciano
M 300 GB HD Postgres 8.3 Dual Core 2008/10/6 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Oct 6, 2008 at 5:52 AM, Rafael Domiciano > <[EMAIL PROTECTED]> wrote: > > HI people, > > I'm tuning a server that is a long time abandoned, and this server is a > > li

[ADMIN] Shared_buffers hint

2008-10-06 Thread Rafael Domiciano
t online at now) My qustion is about shared_buffers, in postgresql.conf I have: min 128kB or max_connections*16kB # (change requires restart) So I did: 300 * (16Kb / 1024) = 4,69? What this result means? Thnks all, Rafael Domiciano

Re: [ADMIN] What process clears the logs?

2008-09-30 Thread Rafael Domiciano
tarted the vacuum daemon. All machines I had problems are Slony-slaves. Best Regards, Rafael Domiciano Postgres DBA 2008/9/30 Steve Crawford <[EMAIL PROTECTED]> > Carol Walter wrote: > >> Ah-h-h, that's exactly my question. What part of Postgres "takes care of >

Re: [ADMIN] [GENERAL] Functions

2008-09-30 Thread Rafael Domiciano
Hello, If you want to get the value of a autogenerated column it's better to use "RETURNING" insert into something returning primary key... Best Regards, Rafael Domiciano Postgres DBA 2008/9/15 Scott Marlowe <[EMAIL PROTECTED]> > On Mon, Sep 15, 2008 at 11:53 A

Re: [ADMIN] Duplicate records in a table inspite of a primary key

2008-08-12 Thread Rafael Domiciano
Did you verified if isn't the software that is doing this? 2008/8/12 subamathy <[EMAIL PROTECTED]> > Hi, > We are having problems resulting from users being able to create > duplicate records > in table. > > Below is the description of the table > Column | Type | Modifiers >

[ADMIN] Postgres User Can Login without a password

2008-07-31 Thread Rafael Domiciano
ng a little bit, I discovered that possibly my pg_hba.conf is wrong. I tried to change the "auth-method", but or I couldn't connect to the base (if I pass the user and the passwd) or I connected without the passwd. If someone get a ideia of what to do in this case, would be greatful. Tnhks all, Rafael

Re: [ADMIN] Time Type

2008-07-28 Thread Rafael Domiciano
_TIME I need to get a time to do a condition. I couldn't do the SQL 2008/7/28 Kenneth Marshall <[EMAIL PROTECTED]> > What exactly are you hoping for? I do not think that adding two > times makes sense. Maybe you want one to be an interval? > > Ken > > On Mon, Jul

[ADMIN] Time Type

2008-07-28 Thread Rafael Domiciano
eed to add explicit type casts. Postgres version: 8.3.3 Anyone knows anything? Regards, Rafael Domiciano

Re: [ADMIN] Configuring Shared Buffers

2008-07-01 Thread Rafael Domiciano
before a long running query. > > Cheers, > Kevin > > Alvaro Herrera wrote: > >> Rafael Domiciano escribió: >> >> >>> The Postgres version is 8.3.3 and I am using Fedora Core 8. >>> I have in the actual server around 70 connections the same

Re: [ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
No, but is more common Insert and Update than delete. While I have around 50.000 Insert and Update, in delete is 5.000 2008/6/30 Alvaro Herrera <[EMAIL PROTECTED]>: > Rafael Domiciano escribió: > > I have schedelus to run vacuum at the night, it starts at 01:00 AM > > D

Re: [ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
I have schedelus to run vacuum at the night, it starts at 01:00 AM 2008/6/30 Alvaro Herrera <[EMAIL PROTECTED]>: > Rafael Domiciano escribió: > > No, i don't have autovacum. > > We tried it sometime ago, and the applications began to take "time-out". > &

Re: [ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
ore Xeon 1.5 and 2 Gb RAM. 2008/6/30 Alvaro Herrera <[EMAIL PROTECTED]>: > Rafael Domiciano escribió: > > Yes, the server just does S, U, I and D. > > The queries is pretty simples, don't have huge joins across tables... > > In this server I have around 500 ta

Re: [ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
ediatly". Today, the monitoring of the server is done using the unix command: loguptime With the time we discovered that when loguptime is up than 1.0 the response begin to late, and the applications begin to take "Time-out". 2008/6/30 Tino Schwarze <[EMAIL PROTECTED]>: > On M

Re: [ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
The Postgres version is 8.3.3 and I am using Fedora Core 8. I have in the actual server around 70 connections the same time. I am assigning for this 100. 2008/6/30 Tino Schwarze <[EMAIL PROTECTED]>: > On Mon, Jun 30, 2008 at 02:52:05PM -0300, Rafael Domiciano wrote: > >

[ADMIN] Configuring Shared Buffers

2008-06-30 Thread Rafael Domiciano
ed Buffers" parameter? The default assigned now is 24 Mb. Thanks Rafael Domiciano

Re: [ADMIN] Functions

2008-06-24 Thread Rafael Domiciano
Hello, There a some differences from MySQL to PostgreSQL. In PostgreSQL we use Functions, what you called "Store Procedures", that do the same thing. In Postgres you can combine the Functions with "Triggers". Triggers are procedures that will be done when you do some U, I or D, you have to specifi

Re: [ADMIN] Revoke for a new role

2008-06-13 Thread Rafael Domiciano
ad already hear some about? 2008/6/13 Tom Lane <[EMAIL PROTECTED]>: > "Milen A. Radev" <[EMAIL PROTECTED]> writes: > > Rafael Domiciano написа: > >> I need to create a role (Postgres user) that cannot drop or create > table, > >> but can create TEMP

[ADMIN] Revoke for a new role

2008-06-13 Thread Rafael Domiciano
exist. Can someone give me a light?! Thnks Rafael Domiciano Senffnet Ltda. DBA Postgres

Re: [ADMIN] Backing up large databases

2006-04-28 Thread Rafael Martinez
LV, we are talking about a few seconds downtime. Just an idea :) More information about LVM: http://www.tldp.org/HOWTO/LVM-HOWTO/ http://www.tldp.org/HOWTO/LVM-HOWTO/snapshotintro.html http://www.tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html with regards -- Rafael Martinez, <[EMAIL PRO

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-03-29 Thread Rafael Martinez
On Tue, 2006-03-28 at 17:17 -0600, Jim C. Nasby wrote: > On Wed, Mar 29, 2006 at 01:05:59AM +0200, Rafael Martinez wrote: > > I work with postgresql every day and I am very happy with it, but this > > does not mean I can not see the issues that could be improve to have a > &

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-03-29 Thread Rafael Martinez
t be in the new version (and this can be a lot of data in a busy/large system) -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ ---(end of broadcast)

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-03-28 Thread Rafael Martinez
On Tue, 2006-03-28 at 15:15 -0600, Scott Marlowe wrote: > On Tue, 2006-03-28 at 13:51, Rafael Martinez wrote: > > On Tue, 2006-03-28 at 12:09 -0600, Jim C. Nasby wrote: > > > > > > > > Fortunately, you can use Slony to migrate between versions, greatly > >

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-03-28 Thread Rafael Martinez
investment only for the upgrade. I am sure we can find another way of doing this that is easier and faster. -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ ---

Re: [ADMIN] Bloated pg_shdepend_depender_index

2006-03-28 Thread Rafael Martinez Guerrero
a big minus I hear everywhere I explain/discuss about postgres for 24/7 and big databases. It would be wonderful to see a solution to these two 'problems' in the future so postgres becomes an even better product than it is now. -- Rafael Martinez, <[EMAIL PROTECTED]> Center for

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-09 Thread Rafael Martinez Guerrero
On Tue, 2005-11-08 at 18:23, Moises Alberto Lindo Gutarra wrote: > you only need make postgres 8.1.0 run using another port, example 5438 > Or another IP/address (listen_addresses) and the same port 5432. ;) -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technol

[ADMIN] Point-in-time data recovery - v.7.4

2003-11-18 Thread Rafael Martinez Guerrero
body knows when this functionality will be available with prod-quality? -- With regards Rafael Martinez USIT, University of Oslo ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[ADMIN] What could be the problem?

2003-06-08 Thread Rafael Mauricio González Palacios
Hello. We had a very serious trouble last week with our databases in Postgres and we wanna know if maybe someone can help us to find the problem. The trouble was that a day some databases in Postgres appear without any row of information; some other, doesn't led us describe the tables (\d), o

[ADMIN] Need help with this trouble.

2003-06-08 Thread Rafael Mauricio González Palacios
Hello. We had a very serious trouble last week with our databases in Postgres and we wanna know if maybe someone can help us to find the problem. The trouble was that a day some databases in Postgres appear without any row of information; some other, doesn't led us describe the tables (\d),

[ADMIN] hash function

2002-10-25 Thread Rafael Mueller
anyone here know what's the hash functions used in pgsql? -- Rafael ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster