The following bug has been logged on the website:
Bug reference: 7706
Logged by: wilson
Email address: wil...@leyou.com
PostgreSQL version: 9.2.1
Operating system: debian
Description:
Hi Dears,
In M/S mode,Slave database can't create temporary tables right now,just
su
maxim.bo...@gmail.com writes:
> test=# create table test (id serial);
> NOTICE: CREATE TABLE will create implicit sequence "test_id_seq" for serial
> column "test.id"
> CREATE TABLE
> test=# create index test_id_key on test(id);
> CREATE INDEX
> test=# create table test_part_1 (like test including
On Mon, Nov 26, 2012 at 01:59:44PM +, wil...@leyou.com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7706
> Logged by: wilson
> Email address: wil...@leyou.com
> PostgreSQL version: 9.2.1
> Operating system: debian
> Description:
>
On Tue, Nov 27, 2012 at 5:01 AM, Tom Lane wrote:
> maxim.bo...@gmail.com writes:
>> test=# create table test (id serial);
>> NOTICE: CREATE TABLE will create implicit sequence "test_id_seq" for serial
>> column "test.id"
>> CREATE TABLE
>> test=# create index test_id_key on test(id);
>> CREATE IN