te the rollback to the
server on an attempt to include a non-existing file (perhaps only when
ON_ERROR_STOP is set to 1?).
--
Regards,
Alexey Klyukin
work.
Would it be acceptable/sufficient to output CAST(...) instead of '::' for all
casts in pg_dump to fix this problem, assuming that CAST can be used anywhere
where '::' is accepted?
--
Alexey Klyukinhttp://www.commandprompt.com
The PostgreSQL Company – Command Prompt, Inc.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
On Aug 29, 2011, at 5:02 PM, Kevin Grittner wrote:
> Alexey Klyukin wrote:
>
>> Function calls can appear in the FROM clause. (This is especially
>> useful for functions that return result sets, but any function can
>> be used.) This acts as though its output were c
On Aug 29, 2011, at 3:49 PM, Kevin Grittner wrote:
> Alexey Klyukin wrote:
>
>> The following statement produces an error message in PostgreSQL 8.4
>> - 9.2 (head):
>>
>> postgres=# select val from random()::integer as val;
>
>> The same statement r
casts are equivalent, so either that's wrong, or
this is a bug.
The target OS is Mac OS X 10.7.1 with llvm-gcc-4.2 used as a compiler.
--
Alexey Klyukinhttp://www.commandprompt.com
The PostgreSQL Company – Command Prompt, Inc.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgr
On Jun 2, 2011, at 6:21 PM, Artiom Makarov wrote:
> 2011/6/2 Alexey Klyukin :
>
>> What would you expect to happen for TRUNCATE .. CASCADE?
>>
>> One thing I find potentially surprising is that TRUNCATE CASCADE doesn't
>> follow the semantics of 'ON DEL
ause other objects depend on it
>
> SQL state: 2BP01
> Detail: table tr_test1 depends on schema public
> table tr_test2 depends on schema public
> table tr_test3 depends on schema public
> Hint: Use DROP ... CASCADE to drop the dependent objects too.
--
Alexey Klyukin
The PostgreSQL Company - Command Prompt, Inc.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
programmer.
>
>To avoid a backwards compatibility hit, the string representation of
> each structure is also available if the function requests it.
>
>Authors: Alexey Klyukin and Alex Hunsaker.
>Some code cleanups by me.
>
> Which also means it only b
On Feb 12, 2010, at 6:21 AM, Robert Haas wrote:
> On Thu, Feb 11, 2010 at 10:47 PM, Robert Haas wrote:
>> On Thu, Feb 11, 2010 at 3:12 PM, Alexey Klyukin
>> wrote:
>>>> I think this might be the same problem previously discussed here:
>>>> http://arc
roblem previously discussed here:
>
> http://archives.postgresql.org/pgsql-bugs/2010-01/msg00224.php
Seems to be the same problem. Backtrace I'm getting on 8.4 is almost identical
to the one at the end of this post:
http://archives.postgresql.org/pgsql-bugs/2010-01/msg00144.php
>
>
10 matches
Mail list logo