Re: Dump/restore casts

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Wells Oliver <wellsoliver(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Dump/restore casts
Date: 2011-05-16 09:02:53
Message-ID: 4DD0E83D.2050805@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le 05/12/2011 03:52 AM, Wells Oliver a écrit :
> If I'm understanding things, pg_dump will not dump casts b/c they are system
> objects and belong to neither schema nor database.

It doesn't dump system casts because they are system objects, and so
always available. But it does dump user casts.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2011-05-16 14:33:09 Re: Dump/restore casts
Previous Message tv 2011-05-13 08:44:47 Re: [ADMIN] since when has pg_stat_user_indexes.idx_scan been counting?