PK not being restored - Mailing list pgsql-admin

From Rajdeep Das
Subject PK not being restored
Date
Msg-id 66ab29920906222305g5f6791ffg2a5d2cec601de4f7@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] PK not being restored  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin

Dear Sir/Madam,

 

I am using postgresql db server for our production environment. I have created a schema by the name “application”. The public schema is not being used at all. I have noticed that suddenly, the public schema is having some table definition and a whole lot of functions. I have no idea where it came from. For you reference I will list the four tables and a couple of functions that has crept in my database’s public schema.

 

Tables:

pg_ts_cfg

pg_ts_cfgmap

pg_ts_dict

pg_ts_parser

 

Functions:

_get_parser_from_curcfg

_int_contained

 

The above extraneous db objects is interfering with the backup and restore of my application’s database. As a result, when I restore my db, the primary keys are not being restored.

Kindly advise.

 

Rajdeep

Ontrack Systems Ltd.

Kolkata, India

pgsql-admin by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Is IDLE session really idle?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] PK not being restored