Related topics

index location
Michael Sovitzky msovit...@c-gconsulting.com comp groupware lotus-notes admin I was wondering if there's a way to store the actual physical domain index in a different location than \data\ftdomain.in or wherever it goes by default. Can it be stored somewhere else? If so, how? Now, I don't want to include another

top.frame.location works in IE 3, not 4 or Netscape 4?
COM comp databases postgresql hackers Attached is a patch that adds support for specifying a location for indexes via the "create database" command. I believe this patch is complete, but it is my first . This patch allows index locations to be specified as different from data locations. Is this a feature direction

Index location patch for review
Home Page: www.geocities.com/d_overturf/index.html Newsgroups to reply to me me via email, please fix the email address dallas. It worked fine for me over many years and on location in the 80's Oh and the right tool in the 80's used to cost an arm and a leg and these were made by the manufacturer of the pins as

Sitemap Index & Location
As I said, INDEX_LOCATION in CREATE DATABASE could mean location of default tablespace for indices in future and one will be able to override tablespace for particular index with TABLESPACE clause in CREATE INDEX command. At the very least I'd like to see some information demonstrating how much benefit there is to

Microsoft: Please fix Vista's flawed search or give rights to ...
us u...@neurol.unizh.ch comp soft-sys matlab Dan Hensley: <SNIP a common problem with its many solutions ... I did see your other reply... dan, thanks for this info, i just worried and did not mean to be self-righteous! i have seen several (!) CSSM posters on the newsserver of our university that did NOT show up on

Where is this location?
TomS5689 [email address] Google-Desktop_How-do-I Is there some way to select the drive location for my index file when I install. It defaults to my "C" drive but I have a partitioned drive and my "C" drive is almost full. I want to have the index install on my "D" drive. Is this possible.

Bug#105912: Fix for "Could not isolate folder index location" errors
John Pierson x...@no.email comp lang labview Hi this leads on from another thread but the question has changed alot so:Does anyone know the format that vissual assistant stored the pixel cordinates within a .png map filethe information stored must be both the location and real word corrdiantes of each of the

Status of index location patch
relNode); Can you explain how I would get the tblNode for an existing database index files if it doesn't have the same OID as the database entry in pg_databases. Jim Just wondering what is the status of this patch. Is seems from comments that people like the idea. I have also looked in the archives for other people

Finding index location of maximum matrix element?
us u...@neurol.unizh.ch comp soft-sys matlab Mark Witte: <SNIP wants to find the location of the max in, eg, A = [1 2 3; 4 5 6; 9, 8, 7]; one of the many solutions: [r,c]=find(A==max(A(:))) us.

Status of index location patch
If there's a significant performance benefit to splitting a PG database along the table-vs-index divide, then it's interesting as a short-term improvement ... but Jim didn't even make that assertion, let alone provide evidence to back it up. regards, tom lane ---------------------------(end of

Q:Snapshot index location
Bruce Momjian wrote: Hi all, Attached is a patch that adds support for specifying a location for indexes via the "create database" command. I believe this patch is complete, but it is my first . This patch allows index locations to be specified as different from data locations. Is this a feature direction we want

Search and Browse : no index error (change to index location)
talkswithnumbers [email address] Google-Desktop-Search It still works for me. My index is on a second partition, and GD2 didn't have any trouble using it. I also just tried moving it using TweakGDS, and it moved fine. Nathan -talkswithnumbers- http://www.podsync.com.

Index location patch for review
"Vadim
Mikheev" vmikh...@sectorbase.com comp databases postgresql hackers Can you explain how I would get the tblNode for an existing database index files if it doesn't have the same OID as the database entry in pg_databases. Well, keeping in mind future tablespace implementation I would add tblNode to pg_class and

Index location patch for review
John Bandettini johnbandett...@yahoo.co.uk microsoft public sqlserver server Kalen Brain meltdown, that is what it does for a clustered index. I fogot to check non-clustered. As Homer would say DOH Regards John *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get

GDS 2.0 - changing index location
return; tgt=targ[i+1]; if(tgt == "index") { URL=url[i+1]; top.index.location = url[i+1]; if(tgt == "main") { top.main.location = url[i+1]; else { top.location = url[i+1]; This is all based on the common pull-down navigation menu, but I have added a third array (targ) to hold the target frame names hence the

What is wrong with myprogram?
Rob Henson wrote: [Y,I] = max(A(:)) would be a good place to start. help max has more details. the disadvante is that the OP would have to calculate <r/c> from <I>. just a thought us true, but if you are then trying to index into some array, A or another one, and you do it with r,c you will not get what many people

Index location patch for review
I'm trying to move the index location on my MOSS 2007 by using the command "stsadm -o editsssp -title SSP_Main -indexlocation D:\Data \Index" but despite getting "Command completed successfully." the index location still remains the same. I did a "iisreset /noforce" just do be sure but no dice. Any ideas? TIA.

Index location patch for review
mortman [email address] google-mac-troubleshooting Where is the Index stored?

Opening bookmark in a frame in another document--HELP!
Jonas Smedegaard d...@jones.dk debian bugs dist Package: gotmail Version: N/A; reported 2001-08-18 I ran into same problems and found the cure in comments at freshmeat.net by Gerry G <freshm...@snarfui.com>: --- gotmail.pl.orig Fri Sep 22 01:45:08 2000 +++ gotmail.pl Sat Aug 18 16:00:29 2001 @@ -659,7 +659,7

Customizing ROLAP cube table's naming, target DB and index location
us u...@neurol.unizh.ch comp soft-sys matlab Rob Henson wrote: [Y,I] = max(A(:)) would be a good place to start. help max has more details. us wrote: the disadvantage is that the OP would have to calculate <r/c> from <I>. Dan Hensley wrote: That's easy though: just use ind2sub or sub2ind (I can never remember which