First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
[HACKERS] pg_dump and join aliases (was Re: [BUGS] ERROR: cannot handle unplanned sub-select)
Merlin sent me a test case off-list for the problem mentioned here: http://archives.postgresql.org/pgsql-bugs/2010-07/msg00025.php After some investigation I was able to simplify it to the following example using the regression database: select (select sq1) as qq1 from (select exists(select 1 from int4_t... 7 Jul 2010 19:00
multibyte-character aware support for function "downcase_truncate_identifier()"
Rajanikant Chirmade <rajanikant.chirmade(a)enterprisedb.com> writes: Every identifier is downcase & truncated by function "downcase_truncate_identifier()" before using it. But since the function "downcase_truncate_identifier()" is not multibyte-charecter aware, it is not able to downcase some of speci... 26 Jul 2010 08:21
keepalive in libpq using
On Tue, Jul 6, 2010 at 1:08 PM, Pavel Golub <pavel(a)microolap.com> wrote: While I'm very excited about enabling keepalives in libpq, I want to know how can I use this functionality in my application? Let's imagine that I connect to a server with keepalives option, other options (keepalives_idle, keepalive... 8 Jul 2010 05:53
Issue: Deprecation of the XML2 module 'xml_is_well_formed'function
Peter Eisentraut wrote: On l�r, 2010-07-03 at 09:26 +0100, Mike Fowler wrote: What I will do instead is implement the xml_is_well_formed function and get a patch out in the next day or two. That sounds very useful. Here's the patch to add the 'xml_is_well_formed' function... 12 Jul 2010 08:30
How MTV pulls off shock and draw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-2"> </HEAD> <BODY> <table border="0" cellpadding="0" cellspacing="0" style="width: 896px"> <tr><td align="center" style="font: normal 11px Verdana, sans-serif; color: #333... 7 Jul 2010 10:09
Python Interface Hacking
On Wed, Jul 7, 2010 at 3:07 AM, Peter Froehlich <peter.hans.froehlich(a)gmail.com> wrote: I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for the meta-q... 7 Jul 2010 16:46
cvs to git migration - keywords
On Wed, Jul 7, 2010 at 10:01 AM, Magnus Hagander <magnus(a)hagander.net> wrote: 1) We can migrate the repository with the keywords, and then make one big commit just after (or before, that doesn't make a difference) removing them. In this case, backbranches and tags look exactly like they do now, but it also ... 15 Jul 2010 14:18
[HACKERS] cvs to git migration - keywords
In the previous discussions of how to migrate from cvs to git, we've all agreed we should kill the keyword expansion that we have now. I don't think, however, that we ever decided what to do with the *old* keywords. We did say we want to be able to reproduce backbranches/tags *identically* to what they are now, whi... 7 Jul 2010 05:47
[HACKERS] Python Interface Hacking
Hi all, I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for the meta-question... Cheers, Peter -- Peter H. Froehlich <http://www.cs.jhu.edu/~phf/> Se... 7 Jul 2010 03:38
[HACKERS] multibyte-character aware support for function "downcase_truncate_identifier()"
Hi All, Every identifier is downcase & truncated by function "downcase_truncate_identifier()" before using it. But since the function "downcase_truncate_identifier()" is not multibyte-charecter aware, it is not able to downcase some of special charecters in identifier like "my_SchemÄ". If schema is create... 7 Jul 2010 01:30
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40