Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'
Vadim Mikheev <vadim@sable.krasnoyarsk.su>
From: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
To: The Hermit Hacker <scrappy@hub.org>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, jwieck@debis.com, hackers@postgreSQL.org
Date: 1998-02-24T04:01:59Z
Lists: pgsql-hackers
The Hermit Hacker wrote: > > On Mon, 23 Feb 1998, Bruce Momjian wrote: > > > > > Can I suggest pgview_ then? Another problem is that a \d on an empty > > database, \d is going to show this view, isn't it. Kind of strange to > > me. > > I modified psql already such that: > > relname !~ '^[pd][bg]_' > > is ignored :) Are pb_, db_, dg_ system prefixes now and user can't CREATE TABLE dg_i_like_this_name... ? Vadim