[ADMIN] DB Export and Import in PGSQL

2004-09-10 Thread Praveen
lly able to import table,sequence,indexes,constraints but data is not able to import. means, i'm not able to see my data. Can anyone tell what might be the problem? Thanks, Praveen ---(end of broadcast)--- TIP 3: if posting/reading through U

[ADMIN] Nls sorting in Postgresql-8.3.3

2008-08-01 Thread Praveen
advance. Praveen Malik.

Re: [ADMIN] client_encoding error on load

2008-08-03 Thread Praveen
It will better you export and import through network by using following command. psql -U < schemaname > < databasename> --schema=schemaname | psql -U postgres -h < IP adddress of system where you are importing data> - Original Message - From: Andrew Goodnough To: pgsql-admin@

Re: [ADMIN] Move tables to tablespace

2008-10-21 Thread praveen
Yes you can do this using following commands. For tables:- select ' alter table '||tablename||' set tablespace ;' from pg_tables where schemaname='' and tableowner='< mention table owner here >'; For index :- select ' alter index '||indexname||' set tablespace ;' from pg_indexes where schemanam

[ADMIN] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread praveen
* [all] Error 2 Please tell me how I can avoid this kind of error. Thanks & regard Praveen kumar. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread praveen
I can avoid this kind of error. Thanks & regard Praveen kumar. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] Installation Error of postgresql-8.1.5 with perl.

2008-11-04 Thread praveen
" <[EMAIL PROTECTED]> To: "praveen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 04, 2008 8:19 PM Subject: Re: Installation Error of postgresql-8.1.5 with perl. "praveen" <[EMAIL PROTECTED]> writes: but when I execute comm

Re: [ADMIN] Installation Error of postgresql-8.1.5 with perl.

2008-11-05 Thread praveen
Thanks a lot , Tom Lane. I installed below mentioned RPMs and now it is working - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "praveen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Wednesday, November 05, 2008 8:54 PM Subj

[ADMIN] compilation problem in sun os 5

1999-07-19 Thread Praveen Kumar
make -C bootstrap all make[2]: Entering directory `/opt/postgres/postgresql-6.5/src/backend/bootstrap'd bootparse.ymake[2]: d: Command not foundmake[2]: [bootparse.c] Error 127 (ignored)grep -v "^#" boot.sed > sedfilesed -f sedfile < y.tab.c > bootparse.c/bin/sh: y.tab.c: cannot openmake[2]: ***

[ADMIN] Please guide me.

2005-12-16 Thread Praveen Kumar (TUV)
,links and books I should follow for getting knowledge about above mentioned activites. rgds     Praveen MalikSoftware Engineer Extn:1607===Sobha Renaissance Information Technology Private LimitedAn SEI-CMM & P-CMM Lev

[ADMIN] how can we use outer join in Postures

2006-01-11 Thread Praveen Kumar (TUV)
ation_mast.location_id andtuv_customer_location.location_id= tuv_location_mast.location_id andtuv_location_mast.location_id= tuv_location_mast_intl.location_id(+) and tuv_customer_location.cust_id = tuv_customer_mast.cust_id andtuv_customer_mast.cust_id = tuv_cu

[ADMIN] Full Text Indexing Using Tsearch2-Module

2006-01-29 Thread Praveen Kumar (TUV)
Hello All, I have installed Tsearch-Module for full text indexing .But when I search text using gist(idxFTI) index on table I also found all data which have same accent.Example 1.If I try search for MANI word it also search for MANY word. 2.If I try search for ANDY word it also search for ANDI w

[ADMIN] problem with installing postgresql

2006-06-09 Thread Praveen Kumar N
by user "praveen". This user must also own the server process. The database cluster will be initialized with locale en_US.UTF-8. The default database encoding has accordingly been set to UTF8. fixing permissions on existing directory /usr/local/pgsql/Data ... ok creating directory

[ADMIN] database physical storage

2006-06-14 Thread Praveen Kumar N
. thanks in anticipation regards, -- N Praveen Kumar Imagination is more important than knowledge... --Albert Einstein ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[ADMIN] un subscribe

2003-10-27 Thread lekkala venkata praveen
hai folks, i don't want any mails now, i want to remove my account in u r database please un subscribe me. l.v.praveen _ Using a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp

[ADMIN] un subscribe

2003-10-29 Thread lekkala venkata praveen
hai admin, un subscribe my account from list,i don't want any mails _ Download ringtones, logos and picture messages from MSN Malaysia http://www.msn.com.my/mobile/ringtones/default.asp ---(end of broadcas

[ADMIN] i dont wamt more mails

2003-11-05 Thread lekkala venkata praveen
hai admin, I've been recieving a lot of emails about PostgreSql administration, and I don't want reciving it anymore, remove my account from your databases records, please. praveen _ Download ringtones, logos a

[ADMIN] warm database.

2008-02-12 Thread Praveen Kumar (TUV)
0 + TRIGGER_FILE=/home/backup/trigger ++ expr : '.*\(history\)' expr: syntax error + k= + '[' '' == backup ']' + '[' '!' -f '' -a 0 -eq 0 ']' + usleep 10 + '[' -e /home/backup/trigger ']' + TRIGGERED=1

Re: [ADMIN] Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?

2008-02-18 Thread Praveen Kumar (TUV)
Hello , Go through this below mentioned link http://archives.postgresql.org/sydpug/2006-10/msg1.php _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of libra dba Sent: Friday, February 15, 2008 4:11 AM To: pgsql-admin@postgresql.org Subject: [ADMIN] Failover of th

Re: [ADMIN] WAL archiving

2008-02-24 Thread Praveen Kumar (TUV)
Hello, If the machine where we have make setup for warm standby database goes down and we restart this machine again ,then what will be happen for Our warm standby database ,will it again start applying archive log from starting point ( archive log generated after taking online backup) or from

[ADMIN] Error during Installation of postgresql-nls-string-8.02.

2008-05-09 Thread Praveen Kumar (TUV)
Hello, When I try to install postgresql-nls-string-8.02 in postgresql-8.2.5 or in higher version ,it give the following error. ERROR: incompatible library "/home/local/pgsql/lib/nls_string.so": missing magic block HINT: Extension libraries are required to use the PG_MODULE_MAGIC macro. ERR

Re: [ADMIN] Disk Space issue

2008-06-10 Thread Praveen Kumar (TUV)
Hi, I think you have a lot DML operation in your database and you are not vacuuming your database . So try to execute command vacuum analyze <>; in your schema where you are facing problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Devendra Singh Raw