New postgres -O option for system tables

Started by Bruce Momjianabout 27 years ago3 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I have added a new postgres -O option to override restrictions, so
system tables can be directly manipulated.

I have also modified initdb, so it uses this new option, and removed the
hacks needed to change xpg_ to pg_.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#2Clark Evans
clark.evans@manhattanproject.com
In reply to: Bruce Momjian (#1)
Re: [HACKERS] New postgres -O option for system tables

Bruce Momjian wrote:

I have added a new postgres -O option to override restrictions, so
system tables can be directly manipulated.

This seems very useful.

:) Clark

#3Bruce Momjian
bruce@momjian.us
In reply to: Clark Evans (#2)
Re: [HACKERS] New postgres -O option for system tables

Bruce Momjian wrote:

I have added a new postgres -O option to override restrictions, so
system tables can be directly manipulated.

This seems very useful.

Yea. The old initdb would create xpg_, then do system table updates and
'mv' to make it a pg_ table.

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