Re: pg_typemgr ; -) [was Re: [GENERAL] no primary key on self designed type]

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Drillich <drillich(at)uniserve(dot)de>
Cc: "Gene Selkov Jr(dot)" <selkovjr(at)selkovjr(dot)xnet(dot)com>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: pg_typemgr ; -) [was Re: [GENERAL] no primary key on self designed type]
Date: 1999-12-09 05:00:23
Message-ID: 199912090500.AAA08057@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi Gene,
>
> is this correct
>
> pg_typemgr.html # description of my perl-program
>
> pg_typemgr -p inr -d test inrecord # delete type
> pg_typemgr -p inr -f in_record.sql test inrecord # delete and restore
> pg_typemgr -p inr -l all test inrecord > inrecord.out # list anything
> pg_typemgr -p inr -l all test inet > inet.out # to compare
>
> When I have to setup pg_amproc like in inet.out ?
> Whats about inet | = | hashsel | hashnpage | hash ..

I have just fixed cidr indexing in pg_amproc.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 1999-12-09 05:07:41 View / Unions
Previous Message Ed Loehr 1999-12-09 04:15:32 Re: [GENERAL] get the previous assigned sequence value