Re: [ADMIN] query priority

2002-01-08 Thread Peter Eisentraut
Peter T. Brown writes: > Is there a way to reduce the priority of any psql queries depending on the > user connecting to the database? Officially: No. Most ideas to this end have been a failure, because the low-priority query might hold locks that the high-priority query needs, so merely "nice"

[ADMIN] Checking out files during an update

2002-01-08 Thread Sanjay Bhatia
Hi, I'm trying to streamline one of our processes that checks out files from CVS and compiles them. I'd like to avoid locking by using the 'checkout -D' flag and specify the current time. Since the number of files is huge, the checkout process takes about 20 minutes. My question is, what hap

[ADMIN] query priority

2002-01-08 Thread Peter T. Brown
Is there a way to reduce the priority of any psql queries depending on the user connecting to the database? I basically want to be able to run lower priority queries for some types of queries (for exporting and analysis) while other queries run at higher priorities (for mission critical website se

Re: [ADMIN] problems with pg_sorttemp

2002-01-08 Thread Bruce Momjian
Manuel Trujillo wrote: > Hi. > > Excuse me my ignorance, but I have a problem with the > ../data/base/xxx/pg_sorttempxxx.x. > About 7.4 G of file utilization of this files. Anybody can help me for > look documentation about this, or directly, tell me why occur this? You can delete it if the post

Re: [ADMIN] problem with pg_sorttemp files

2002-01-08 Thread Bruce Momjian
Manuel Trujillo wrote: > About my problem exposed into my last e-mail, I found some information > about this files (a "record" for sort's of a bad query's), in some > word's, of course. > Is possible to find into that files for looking the error query?? > I'm sure, if possible i'm in a mistake :(

[ADMIN] problem with pg_sorttemp files

2002-01-08 Thread Manuel Trujillo
About my problem exposed into my last e-mail, I found some information about this files (a "record" for sort's of a bad query's), in some word's, of course. Is possible to find into that files for looking the error query?? I'm sure, if possible i'm in a mistake :( Thank you very much. -- Manuel

[ADMIN] problems with pg_sorttemp

2002-01-08 Thread Manuel Trujillo
Hi. Excuse me my ignorance, but I have a problem with the ../data/base/xxx/pg_sorttempxxx.x. About 7.4 G of file utilization of this files. Anybody can help me for look documentation about this, or directly, tell me why occur this? Thank you very much. -- Manuel Trujillo [EMAIL PROTECT

Re: [ADMIN] change one database to other

2002-01-08 Thread Dmitry Morozovsky
On Tue, 8 Jan 2002, RED wrote: R> I have 2 base Ex: base1 and base2 R> When I connected to base1 I need data from base2 ! R> How did this without disconect from base1 and connect to base2 R> agregate all table into one databese not accesable R> In mysql this is posible. Depending on the programm