Re: Problem in restoring data [SOLVED ] - Mailing list pgsql-general

From Rajesh Kumar Mallah
Subject Re: Problem in restoring data [SOLVED ]
Date
Msg-id 3FAF1644.7010801@trade-india.com
Whole thread Raw
In response to Re: Problem in restoring data  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
It did solve my problem

now its dumped like:

SET search_path = archives, pg_catalog;
SET
CREATE INDEX site_search_gist ON site_search USING gist (keywordidx public.gist_txtidx_ops);
CREATE INDEX

thanks
regds
mallah.


Tom Lane wrote:
Rajesh Kumar Mallah <mallah@trade-india.com> writes: 
Thanks for the explanation , Shall do that  please tell me how to fetch 
ruleutils.c
from 7.3-branch-head (do not know the cvs commands   O:-) ) , thanks again.   
The easiest way to get it is from the cvsweb interface:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/ruleutils.c
Shift-click on the "download" link for the revision you want (1.124.2.2)
and you got it.
		regards, tom lane 

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Temporary tables and miscellaneous schemas
Next
From: Andreas Fromm
Date:
Subject: SQL-question: returning the id of an insert querry