On Sun, Jan 31, 2016 at 10:17 AM, Bill Moran
wrote:
> On Sun, 31 Jan 2016 18:02:38 +0100
> Tom Lane wrote:
>
> > Harald Fuchs writes:
> > > Ben Leslie writes:
> > >> "Technically, PRIMARY KEY is merely a combination of UNIQUE and NOT
> NULL"
> > >>
> > >> I wanted to clarify if that was, techn
On 1/29/2016 3:00 AM, Kaushal Shriyan wrote:
Do i need to install any BDR specific package to enable it in
postgresql 9.5 version. While reading
http://bdr-project.org/docs/0.9.0/install-requirements.html i assumed
that it is available in 9.5 version by default without using any
patches. Ple
BDR extension is not available in 9.5. You need to install it separately.
- Sachin
On 29 Jan 2016 4:31 p.m., "Kaushal Shriyan"
wrote:
> Hi,
>
> I am following http://bdr-project.org/docs/stable/index.html to setup BDR
> for postgresql version 9.5 as per
>
> [root@ip-172-31-1-17 9.5]# cat /etc/re
On 01/31/2016 09:02 AM, Tom Lane wrote:
Harald Fuchs writes:
Ben Leslie writes:
"Technically, PRIMARY KEY is merely a combination of UNIQUE and NOT NULL"
I wanted to clarify if that was, technically, true.
Yes, but see below.
"identifying a set of columns as primary key also provides m
On Sun, 31 Jan 2016 18:02:38 +0100
Tom Lane wrote:
> Harald Fuchs writes:
> > Ben Leslie writes:
> >> "Technically, PRIMARY KEY is merely a combination of UNIQUE and NOT NULL"
> >>
> >> I wanted to clarify if that was, technically, true.
>
> > Yes, but see below.
>
> >> "identifying a set of
Harald Fuchs writes:
> Ben Leslie writes:
>> "Technically, PRIMARY KEY is merely a combination of UNIQUE and NOT NULL"
>>
>> I wanted to clarify if that was, technically, true.
> Yes, but see below.
>> "identifying a set of columns as primary key also provides metadata
>> about the design of t
Ben Leslie writes:
> "Technically, PRIMARY KEY is merely a combination of UNIQUE and NOT NULL"
>
> I wanted to clarify if that was, technically, true.
Yes, but see below.
> "identifying a set of columns as primary key also provides metadata
> about the design of the schema, as a primary key imp