Robert Haas writes:
> On Wed, May 2, 2012 at 6:29 PM, Tom Lane wrote:
>> The only way we could suppress such warnings would be if we made
>> tab-complete.c use E'' strings for literals containing name prefixes;
>> which is perhaps doable but it would mean having tab-complete.c roll
>> its own str
l...@creditlink.com writes:
> 2. The following functions on 9.0.4 but fails on 9.1.3. (Discovered during a
> dump/restore for upgrade).
> 3. Code:
> creditlink=# create domain foo as bigint[];
> CREATE DOMAIN
> creditlink=# create function foobar(variadic foo) as $$ select true $$
> language sql;
The following bug has been logged on the website:
Bug reference: 6636
Logged by: Lynn Dobbs
Email address: l...@creditlink.com
PostgreSQL version: 9.1.3
Operating system: Linux
Description:
1. postgresql built from src.
2. The following functions on 9.0.4 but fails on
On 10 May 2012 06:41, leo xu wrote:
> hello:
> i execute any operation in hot standby database,it indicates that index
> pg_class_relname_nsp_index contains unexpected zero page at block 0,please
> reindex it.but hot standby server ,it only allow read,not write,
> i connect to primary server,i
hello:
i execute any operation in hot standby database,it indicates that index
pg_class_relname_nsp_index contains unexpected zero page at block 0,please
reindex it.but hot standby server ,it only allow read,not write,
i connect to primary server,i can execute any operation.
standby connects