



The database version does not impact performance much.You can verify this yourself by converting your database files tothe 3.3.5 format.I'm guessing that you are seeing a difference in query performancebetween 3.2.1 and 3.3.5. Much code has changed between these twoversions, including the a...
For a single-threaded application, is there some performance benefit tocompiling SQLite3 with the THREADSAFE=0 option? The only thing I do in amulti-threaded situation is inserts, and I'm wondering if I'm not better offjust multiplexing them myself so that I only have to worry about on...
Have not you forgot the bind ?Mario HebertLegerityJohn Stanton <johns (AT) viacognis (DOT) com05/30/2006 04:55 PMPlease respond tosqlite-users (AT) sqlite (DOT) orgTosqlite-users (AT) sqlite (DOT) orgccSubjectRe: [sqlite] SQLite without callback functionUse sqlite3_prepare, sqlite3_step, sqli...
I am using tcl8.4.6 and have upgraded my sqlite from sqlite-2.8-13 tosqlite-3.3.5. I originally tried to update my tcl8.4.6 to tcl8.4.11 andcould not get my application to run. I can get my application to comeup with tcl8.4.6 and the sqlite-3.3.5 with some problems. Afterchanging application cal...
Hi guys, I have to update a Linux box with PostgreSQL on it, essentially for datawarehousing purposes. I had set it up about 3 years ago and at that time thebest solution I had been recommended was to use SCSI disks with hardwareRAID controllers. Is this still the way to go or things have recent...
The latest version (V8.1.4) breaks the setup process of ourapplication's installation wizard. We used to call "createdb.exe" andpiped the password for the postgres user (which has been entered by theuser in our setup wizard's dialogs) into it.With version V8.1.4 this is not possible an...
In PostgreSql 8.1 i've tried to use parameter but when I've changedfunction (added parameter)CREATE R REPLACE FUNCTIN reffunc3(FRM_ID in integer,****_RW UTinteger) RETURNS SETF Person AS 'DECLARE rec RECRD;BEGIN SELECT count(*) INT ****_RW FRM Person WHERE ssn>FRM_ID ; FR rec I...
I have recently reinstalled my Windows mychine, including thePostgreSQL server, but (due to a system crash, unrelated to Postgres) Iwasn't able to dump my databases to import them now. However, I have afull copy of the original system, including all the files of theoriginal Postgres install...
Dear sir,I am encountering these errors-bash-2.05b$ createuser -U postgres -d -A -P dspaceEnter password for new role:Enter it again:Shall the new role be allowed to create more newroles? (y/n) ncreateuser: relocation error: /usr/lib/libpq.so.4:undefined symbol: krb5_cc_get_principal-bash-2.05b$...
Hello,I'm building postgresQL on Sparc10 and get following error. Did anybodysee this error before and can suggest me a way to fix it?Thank you all./usr/local/bin/gcc -Wall -Wmissing-prototypes -Wpointer-arith-Winline -Wendif-labels -fno-strict-aliasing initdb.o-L///src/port -lpgport -lpq-L...
I'm trying to use schema and roles but I'm not having much success(using PostgreSQL Database Server 8.1.2).I want to set up a test area in the database using the schema "storage"in the database "test".There are 2 groups "storageadmin" and "storageuser"."storageadmin" members should be...
i install the postgresql with service and create data base after that i uninstall it and install without service when i run it with pg_ctl its work fine but when i copy structure of 8.1 folder and overwrite it on other m/c or install postgresql folder and try to run the pg_ctl command then it gi...
