New postgres -O option for system tables
Started by Bruce Momjianabout 27 years ago3 messageshackers
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
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
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