Re: Problem in restoring data [SOLVED ]

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: Problem in restoring data [SOLVED ]
Дата
Msg-id 3FAF1644.7010801@trade-india.com
обсуждение исходный текст
Ответ на Re: Problem in restoring data  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Temporary tables and miscellaneous schemas
Следующее
От: Andreas Fromm
Дата:
Сообщение: SQL-question: returning the id of an insert querry