Hello Docs People,
I was reading through 8.4's PDF in A4 format and spotted some code blocks
that need to be reformatted to fit within the margins. Bug report page
said that this mailing list was the best place to report them, so here
goes--
*page_number, section heading...*
(page number = the n
On tis, 2011-12-13 at 15:07 -0500, Victor Yap wrote:
> I was reading through 8.4's PDF in A4 format and spotted some code
> blocks
> that need to be reformatted to fit within the margins. Bug report
> page
> said that this mailing list was the best place to report them, so here
> goes--
Please c
subscribe
Tom Lane wrote:
> Jaime Casanova writes:
> > I just notice that when you create a user using CREATE USER and give
> > the user the ability to create other users it gets created as
> > SUPERUSER.
>
> Are you talking about the CREATEUSER option? That is documented, quite
> clearly I think:
>
>
On Tue, Dec 13, 2011 at 4:36 PM, Bruce Momjian wrote:
> Tom Lane wrote:
>> Jaime Casanova writes:
>> > I just notice that when you create a user using CREATE USER and give
>> > the user the ability to create other users it gets created as
>> > SUPERUSER.
>>
>> Are you talking about the CREATEUSER
Scott Marlowe wrote:
> On Tue, Dec 13, 2011 at 4:36 PM, Bruce Momjian wrote:
> > Tom Lane wrote:
> >> Jaime Casanova writes:
> >> > I just notice that when you create a user using CREATE USER and give
> >> > the user the ability to create other users it gets created as
> >> > SUPERUSER.
> >>
> >>
Bruce Momjian writes:
> Well, I know we support the new pg_dump dumping back to 7.1, but I don't
> know what our policy is for accepting old dumps.
We're still going to very large lengths to load pre-7.3 dumps; see
for instance ConvertTriggerToFK() in trigger.c. I'm not aware of any
policy that
On Tue, Dec 13, 2011 at 9:27 PM, Tom Lane wrote:
> Bruce Momjian writes:
>> Well, I know we support the new pg_dump dumping back to 7.1, but I don't
>> know what our policy is for accepting old dumps.
>
> We're still going to very large lengths to load pre-7.3 dumps; see
> for instance ConvertTri