threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I started working on date/timestamp in ecpg. So far I can read date\ntypes from the DB and I can insert date into the DB. However there seems\nto be a bug in converting timestamp to ascii or vice versa. \n\nIf anyone of you knows more about timestamp2tm etc. could you please\nhave a look at f... |
[
{
"msg_contents": "Hi,\n\nI know this is rather stupid but still,\n\nI have a table which has a timestamp field in it and I need to get only time \npart of it. i.e. HH:MI format.\n\nSo far I tried,\n\nphd=# select to_timestamp( to_char(stime,'HH24:MI'),'HH24:MI') from bookings;\n to_timestamp\n------------... |
[
{
"msg_contents": "Hi,\n\nplease test new version of contrib/tsearch V2 available for\ndownload from http://www.sai.msu.su/~megera/postgres/gist/\n\nFixed: txtidx now allows void value\n\nIt's possible to specify default value for txtidx, for example:\n\n create table qq (a txtidx default '', c int4);\n\n\n\tRe... |
[
{
"msg_contents": "I keep getting this:\n\n2003-03-20 08:15:49 WARNING: Rel users_sessions: Uninitialized page 3195 -\nfixing\n2003-03-20 08:15:49 WARNING: Rel users_sessions: Uninitialized page 3196 -\nfixing\n2003-03-20 08:15:49 WARNING: Rel users_sessions: Uninitialized page 3197 -\nfixing\n2003-03-20 08:... |
[
{
"msg_contents": "Does the new ALTER TABLE / CLUSTER ON syntax support the ONLY modifier - it\nisn't documented if it is?? I guess it's not really relevant is it?\n\nChris\n\n",
"msg_date": "Fri, 21 Mar 2003 11:21:16 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
... |
[
{
"msg_contents": "This behaviour I find unusual:\n\nusa=# explain analyze select user_id, plan_next from users_profiles where\nplan_next = '2003-01-01';\n QUERY PLAN\n----------------------------------------------------------------------------\n-... |
[
{
"msg_contents": "On Friday 21 Mar 2003 11:38 am, Christopher Kings-Lynne wrote:\n> > phd=# select time(abstime(timestamp 'now')) from bookings;\n> > ERROR: parser: parse error at or near \"abstime\" at character 13\n> > phd=# select time(timestamp 'now') from bookings;\n> > ERROR: parser: parse error at or ... |
[
{
"msg_contents": ">\n> I started working on date/timestamp in ecpg. So far I can read date\n> types from the DB and I can insert date into the DB. However there\nseems\n> to be a bug in converting timestamp to ascii or vice versa.\n>\n> If anyone of you knows more about timestamp2tm etc. could you please\n> ha... |
[
{
"msg_contents": "Dear Sirs,\n\nWe are working on Postgresql for one of our on going project. We have come across a situation as mentioned below.\n\n1. We have to create a table with sequence dynamically from the front end ( through a JSP code)\n2. An option for the user is given to change the name of the tab... |
[
{
"msg_contents": ">\n> Hmm, maybe the transformation in the other direction is the culprit.\n> What I do is call ts1 = PGTYPEStimestamp_atot(\"2000-7-12 17:34:29\",\nNULL); followed by a text = PGTYPEStimestamp_ttoa\n(ts1); Needless to say the resulting text is not \"2000-7-12 17:34:29\".\n:-(\n>\nI could not ... |
[
{
"msg_contents": "Folks,\n\nWhile doing some other cursor-related work, I noticed the following two\nissues:\n\n(1) Lack of NO SCROLL\n\nThe SQL spec specifies that you should be able to specify NO SCROLL to\nDECLARE CURSOR to disallow bidirectional fetching on the cursor. We\ncurrently support the SCROLL synt... |
[
{
"msg_contents": "Is this paranoia, or is it a valid security point. Any comments,\nplease?\n\n-----Forwarded Message-----\n\nFrom: Erik Thiele <erik@thiele-hydraulik.de>\nTo: submit@bugs.debian.org\nSubject: Bug#184566: security threat to postgresql applications\nDate: 13 Mar 2003 09:22:13 +0100\n\nPackage: ... |
[
{
"msg_contents": "I've just tracked down the reason for this failure:\nhttp://archives.postgresql.org/pgsql-general/2003-03/msg01052.php\nIt seems the reason I didn't see it in my previous test was that I\ndidn't happen to declare the index as unique. A many-way indexscan\non unique indexes *will* run 7.3.* a... |
[
{
"msg_contents": "I've been getting regression test failures (int8 and numeric) for the \npast couple of days. Looks like it is related to the recent to_char changes.\n\nJoe",
"msg_date": "Fri, 21 Mar 2003 14:54:05 -0800",
"msg_from": "Joe Conway <mail@joeconway.com>",
"msg_from_op": true,
"msg... |
[
{
"msg_contents": "Folks,\n\nSome months ago we agreed on this list that the functioning of \nto_char(interval) was not particularly useful the way it works in current \nstable versions. I don't see a to_char fix on the TODO list, though; does \nthat mean it's already been fixed in 7.4?\n\n-- \n-Josh Berkus\n... |
[
{
"msg_contents": "PostgreSQL 7.3.2\n\nCREATE DOMAIN testdom AS int4;\nCREATE TABLE testtab(testcol testdom);\nINSERT INTO testtab VALUES (1);\nINSERT INTO testtab VALUES (2);\nVACUUM ANALYZE testtab;\n\nSELECT * FROM testtab WHERE testcol > 1;\n\nThe select will give\n \"ERROR: convert_numeric_to_scalar: un... |
[
{
"msg_contents": "How can I compile the UltraSQL version of PostgreSQL for Win32? I am looking for a Win32 version of PostgreSQL that does not depend on cygwin, and UltraSQL seems to work well.\n\nThis site (http://techdocs.postgresql.org/guides/Windows) only points to the UltraSQL binaries (ftp://209.61.187.1... |
[
{
"msg_contents": "\nNo response on general to my sort of esoteric question...\nAny info here on hackers?\n\n--elein\n\n---------- Forwarded Message ----------\n\nSubject: [GENERAL] statement id\nDate: Tue, 18 Mar 2003 19:03:35 -0800\nFrom: elein <elein@sbcglobal.net>\nTo: pgsql-general@postgresql.org\nCc: el... |
[
{
"msg_contents": "While messing around in gram.y I came across a production like this:\n\n| a_expr IS OF '(' type_list ')' %prec IS\n{\n $$ = (Node *) makeSimpleA_Expr(AEXPR_OF, \"=\", $1, (Node *) $5);\n}\n| a_expr IS NOT OF '(' type_list ')' %prec IS\n{\n $$ = (Node *) makeSimpleA_Expr(AEXPR_OF, \"!=\", ... |
[
{
"msg_contents": "Here's a fun one: in 7.3 or CVS tip, try\n\nregression=# create domain tint as int;\nCREATE DOMAIN\nregression=# select 1::tint > (-1);\n ?column?\n----------\n t\n(1 row)\n\nregression=# select 1::tint > (-1)::tint;\n ?column?\n----------\n f\n(1 row)\n\nHow's that again? Well, when you d... |
[
{
"msg_contents": "> select * from table where field ILIKE 'blAH'; -- ;-)\n> is almost as easy :-)\n> PS: no, don't do this if you want portability. I think the charset\n> idea's a better one.\n>\n> Ron\n\n���select * from table where lower(field)=lower('BLah')��� will break\nportability too in the sense that ... |
[
{
"msg_contents": "\nJust making sure that posts make it through after upgrading perl and\ninstalling some anti-spam software ... ignore ..\n\n",
"msg_date": "Sun, 23 Mar 2003 23:56:04 -0400 (AST)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Anti-S... |
[
{
"msg_contents": " I would like to know how to store and retrieve binary data\nin PostgreSQL thourgh ODBC from Visual Basic Program. Please\nhelp me for this. I want to store image files. This is most\nurgent.\n\nRegards,\nA.Mohan\n\n_______________________________________________________________________\nO... |
[
{
"msg_contents": "Hi everyone,\n\nI'm looking for someone with experience with GiST and PostgreSQL to\noffer some advice on the following problem:\n\nI'm currently looking at improving the R-Tree implementation of PostGIS\n(http://postgis.refractions.net) by consolidating the indexable and\nnon-indexable opera... |
[
{
"msg_contents": "Hi Tom,\n\n> \"Mark Cave-Ayland\" <m.cave-ayland@webbased.co.uk> writes:\n> > However, each database column also has a spatial reference system \n> > identifier (SRID) that specifies the coordinate system the \n> geometry is \n> > in. What should happen is that given two geometries or \n> bou... |
[
{
"msg_contents": "Hi!\n\n\nIs there possibility to write aggregate returns setof value?\n\nI want to implement some statistic aggregate for tsearch:\n\n....\ncreate type statinfo as (word text, ndoc int4, nentry int4);\n\nCREATE FUNCTION ts_accum(txtstat,txtidx)\nRETURNS txtstat\nAS 'MODULE_PATHNAME'\nLANGUAGE... |
[
{
"msg_contents": "Folks,\n\nWhile browsing through the SQL spec (200x draft), I noticed the\nfollowing:\n\n<set clause list> (the list of SET expressions in an UPDATE statement;\nsection 14.12) allows a <contextually typed value specification> on the\nright-hand side of SET assignments. One of the possibilitie... |
[
{
"msg_contents": "Trying to connect from pgadmin2, I get the message\n\"no pg_hba.conf entry for ...\"\n\nI found that the ip address matching with rangeSockAdr in line 651 in \nhba.c fails.\n\nI get access if I set ipaddr/mask to 0.0.0.0/0.0.0.0 in pg_hba.conf.\n\n",
"msg_date": "Mon, 24 Mar 2003 19:14:15... |
[
{
"msg_contents": "mlw wrote:\n> I had the misfortune of having to attend a .NET forum. It was\n> interesting, it seems like Microsoft is gonna may anyone's dog able to\n> write web service applications. The catch being that it will only run\non\n> Windows .NET.\n\nAh, so you were in heck: how was the weather?\... |
[
{
"msg_contents": "Good day all.\n\nMy name is Anton Kozub.\nI'm student 5 course of Saint-Petersburg State University, faculty\nmathematics and mechanics, system programming department.\n\nMy science work join with indexing structure R-tree. I have learned many\npapers about R-tree and want realize my ideas, l... |
[
{
"msg_contents": "Folks,\n\nI'd like to implement updateable cursors. I'll be working on just\ngetting updateable cursors working for relatively simple SELECT queries\n(e.g. no joins, aggregates, grouping, user-defined function calls,\netc.). BTW, I believe that's all the SQL spec requires, but I need to\ndoub... |
[
{
"msg_contents": "Hackers,\n\nI've been playing with nested transactions. In fact I have already have\nsome things working, but there are some major complications I had not\nseen.\n\nFirst is the management of Snapshots (SnapshotDirty, QuerySnapshot,\nSerializableSnapshot). They are kept in global variables ... |
[
{
"msg_contents": "On 24 Mar 2003 at 11:45, Mike Meyer wrote:\n\n> In <200303241039.04880.shridhar_daithankar@persistent.co.in>, \"Shridhar Daithankar<shridhar_daithankar@persistent.co.in>\" \t<shridhar_daithankar@persistent.co.in> typed:\n> > Well, I believe, if you link a library against libc_r explicitly, th... |
[
{
"msg_contents": "I am seeing the following plpgsql compile failure in CVS:\n\n\t#$ gmake\n\tbison -y -d gram.y\n\tNONE:0: /usr/contrib/bin/gm4: ERROR: EOF in string\n\tsed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c >\n\t./pl_gram.c\n\t/bin/sh: cannot open y.tab.c: no such file\n\tgmake: *** [pl.... |
[
{
"msg_contents": "Ok Bruce,\n\nI found out what's happening.\nI'm running a Suse 8.1 2.4.19 standard kernel which has IPV6 enabled by \ndefault. When connecting locally over IP (pgaccess), hba is checked \nagainst IPV6 patterns in pg_hba.conf.\nMy pgadmin2 machine will connect with an IP4-to-6 mapped address o... |
[
{
"msg_contents": "Bison 1.85 is now required to compile PostgreSQL.\n\nSomeone last night added a patch that tickled a Bison 1.75 bug, so we\nnow need the fix that is in bison 1.85.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-10... |
[
{
"msg_contents": "Sorry, I meant bison 1.875 is now required, not 1.85.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n + Christ can be your backup. | Newto... |
[
{
"msg_contents": "Dear all:\n\nI could not find any way to store a value in a C function between calls\ninside the same session.\n\nFor example, the following function doesn't work as expected:\n\n/********************************/\n #include \"postgres.h\"\n #include \"fmgr.h\"\n\n PG_FUNCTION_INFO_V... |
[
{
"msg_contents": "I want to make pg_config.h.in be automatically generated by autoheader\nso we don't have to edit it by hand, but there is a lot of stuff in\npg_config.h.in that isn't directly generated by configure, so it needs\nto be moved elsewhere.\n\nHere's what I want to do:\n\nMove DEF_NBUFFERS and DEF... |
[
{
"msg_contents": "So INSENSITIVE => READONLY, but READONLY can not deduce INSENSITIVE, right?\nBut in ODBC spec. there's something about cursor like this:\n------------------------------------------------------------\nIf set SQL_ATTR_CURSOR_SENSITIVITY to SQL_SENSITIVE,\nthen SQL_ATTR_CONCURRENCY must be SQL_C... |
[
{
"msg_contents": "hello,\n\nI have read the source code of postgres.c. Two strang things I can't understand.\nSouce code of Postgres.c:\n..\nForeach(parsetree_list的元素parsetree){ //In what situation here will be many parsetrees?\n…\n(List *)querytree_list = pg_analyze_and_rewrite(parsetree);\n\tforeach(querytre... |
[
{
"msg_contents": "Hello,\nmy name is Andrea Castellani, R&D director of PuntoeXe Software.\nMe and my company are very interested to Postgresql under Windows. \nDuring the next days I will have the possibility to test PeerDirect UltraSQL beta 4 on Win2K (postgres_beta4.zip) for professional usage, since this ... |
[
{
"msg_contents": "\"Steve Wolfe\" <steve@iboats.com> writes:\n> Some time ago, I presented a problem I was having and receiving \"ERROR:\n> heap_mark4update: (am)invalid tid\" on the PG mailing list, and you had\n> indicated that you'd need access to a machine with a copy of the data so\n> that you could deb... |
[
{
"msg_contents": "Hi\n\nI'm thinking of buying \"Practical PostgreSQL\"\nfrom O'Reilly.\n\nHas anyone got any comments on this book?\nCan anyone suggest alternatives?\n\nMy level is best described as \"intermediate\".\nThanks in advance!\n\n",
"msg_date": "Thu, 27 Mar 2003 06:30:07 +0800",
"msg_from": ... |
[
{
"msg_contents": "System: NetBSD / Alpha 1.6 (64 bit)\nPostgresql 7.3.2\n\nBug: after vacuum analyze, I'm unable to do a simple select. Instead I'm\ngetting this error:\n\n ERROR: datumGetSize: Invalid typLen 0\n\nMany thanks to Teodor Sigaev for helping verify this bug. The following\ntest suite came from T... |
[
{
"msg_contents": "Hi Guys,\n\nI just thought I'd share with you guys a very clever solution to the old\n'update row. if no rows affected, then insert the row' race condition\nproblem. A guy at my work came up with it.\n\nWe were discussing this earlier on -hackers, but no-one could find a\nsolution that didn... |
[
{
"msg_contents": "hi,Bruce Momjian\n\n\tI think you are wrong. multiple query in a string, such as \"\"SELECT;SELECT\" will invoke pg_execute_query_string twice, It won't generate two parsetree.\n\t\n\n======= 2003-03-26 10:20:00 您在来信中写道:=======\n\n>Jinqiang Han wrote:\n>> hello,\n>>\n>> I have read the source... |
[
{
"msg_contents": "After experiencing so many problems with 7.3.2, I decided to test\n7.4-snapshot. It failed only on one test, instead of 17.\n\nNetBSD-1.6 / Alpha (64-bit)\nPostgresql-7.4-snapshot-2003-03-24\n\nThe error I'm getting is:\n\n ! ERROR: datumGetSize: Invalid typLen 0\n\nThat error caused many p... |
[
{
"msg_contents": "I've been experimenting with Matthew T. O'Connor's pg_avd (auto vacuum\ndaemon), which is actually quite an interesting piece of software that\nso far seems to function pretty well.\n\nI've ported it to PG 7.2.4, which is the version I'm running on my\nsystem, and experimenting with it has un... |
[
{
"msg_contents": "I found it, well not really that is. It seems the problem is triggered\nby some gcc optimization. I'm using gcc 3.2.3. If I specify -O2 it does\nnot work correctly, without optimization it does. Now the big question\nis which optimization is causing trouble. \n\nIt certainly is not -ffast-mat... |
[
{
"msg_contents": "As I found out recently, ECPG is not thread-safe. This is a problem for us, as \nwe really need to be able to use ECPG* in a multi-threaded C application. \nMichael mentioned that Lee is working on fixing these problems, but was not \nsure when it would be complete. \n\nSo, my questions are: ... |
[
{
"msg_contents": "I seem to be getting this:\n\ngmake[3]: Entering directory `/home/chriskl/pgsql-temp/src/backend/parser'\nbison -y -d gram.y\ngram.y:4260.4-4307.10: type clash (`boolean' `keyword') on default action\ngram.y:4307.11: parse error, unexpected \":\", expecting \";\" or \"|\"\ngmake[3]: *** [par... |
[
{
"msg_contents": "Hiroshi Inoue,\n\n\tBut still can't explain this:\n\tSENSITIVE => not READ_ONLY\n\tIt's in the ODBC Spec.\n>Bruce Momjian wrote:\t\t\t\n>>\n>> Sorry, no idea. Peter's idea is that FOR UPDATE requires SENSITIVE, so\n>> INSENSITIVE has to be READONLY because the update has to see other\n>> cha... |
[
{
"msg_contents": "Hi there,\n\nwe just released new version of tsearch V2. It's available for\ntesting form http://www.sai.msu.su/~megera/postgres/gist/\n\nChanges:\n\n * new function reset_tsearch() - reset all tsearch's caches on dictionary, parser and config. Useful for debugging.\n * It's possible to... |
[
{
"msg_contents": "Please, apply patch for contrib/ltree to current CVS and 7.3.2\n\nCHANGES\n\nMar 28, 2003\n Added finctions index(ltree,ltree,offset), text2ltree(text),\n ltree2text(text)\n\n\n-- \nTeodor Sigaev E-mail: teodor@sigaev.ru",
"msg_date":... |
[
{
"msg_contents": "I'm curious if anyone's considered adding logic to count actual disk/cache\nhits to report for EXPLAIN ANALYZE so that we get a more apples-to-apples\ncomparison?\n\nThe other question is whether anyone has got scripts or tools or what not\nfor testing and getting accurate numbers for the fol... |
[
{
"msg_contents": "A conversation with Andrew Sullivan led me to the following idea:\n\nWe have a number of frontends that like to issue BEGIN immediately\nafter COMMIT; so that if the client does nothing for awhile after\nfinishing one transaction, the backend nonetheless sees it as being\nin a transaction. T... |
[
{
"msg_contents": "I understand that internally, Postgres converts timestamps to a GMT format \nand then redisplays them in the local timezone. cf: \nhttp://groups.google.com/groups?selm=Pine.LNX.4.30.0110100104320.672-100000%40peter.localdomain&oe=UTF-8&output=gplain\n\nHowever --> doesn't this make the extrac... |
[
{
"msg_contents": "I've found a web page that contains some examples of the use of the\nfeatures in the proposed SQL/XML standard (as implemented by Oracle).\nThis should give us some ideas about what to aim for.\n\nhttp://otn.oracle.com/tech/xml/xmldb/htdocs/sql_xml_codeexamples.html\n\nThe third example conve... |
[
{
"msg_contents": "Hello,\n\nI have the following problem. I have a database with different tables. \nThis database is accessed from different users using different logins to access some of the tables.\nIt's not a problem to limit the access of these users to certain tables.\nThey can be included into a group a... |
[
{
"msg_contents": "Why the Snapshot (SerializableSnapshot and QuerySnapshot) are malloc'ed\nand not palloc'ed ? I wonder if I can switch to palloc to ease the\ncleanup.\n\n-- \nAlvaro Herrera (<alvherre[a]dcc.uchile.cl>)\n\"La virtud es el justo medio entre dos defectos\" (Aristoteles)\n\n",
"msg_date": "S... |
[
{
"msg_contents": "Hi there,\n\nI have been through the postgres faq's, and read through the describe.c\nfile.\n\nI can't seem to solve my problem.\n\nI am building an automatic file writer, that gives me information about each\nof my tables.\n\nWhat I need to know, is how to find out if a column is a primary,... |
[
{
"msg_contents": "I'm seeing this on CVS head:\n\nmake[4]: Entering directory\n`/home/alvherre/CVS/pgsql/src/backend/access/common'\ndistcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../../src/include -c -o printtup.o printtup.c -MMD\nIn file included from ../../../../src/include/libpq... |
[
{
"msg_contents": "Sergey N. Yatskevich (syatskevich@n21lab.gosniias.msk.ru) reports a bug with a severity of 4\nThe lower the number the more severe it is.\n\nShort Description\nserver_min_messages (log_min_messages in CVS) have PGC_USERSET GucContext\n\nLong Description\nIn src/backend/utils/misc/guc.c \"serv... |
[
{
"msg_contents": "I'm running Redhat Linux 8. I have registration to the Redhat Network so\nI'm probably running the latest version of postgre sql available. I also\nhave Redhat Databse v2.1 installed, but whenever I try to start a session,\nI get the following error message:\n\npsql: could not connect to serv... |
[
{
"msg_contents": "where is the configuration file located. I'm running redhat linux 8\n\n",
"msg_date": "Mon, 31 Mar 2003 01:46:00 GMT",
"msg_from": "\"Ferindo Middleton Jr\" <ferindo.middleton@verizon.net>",
"msg_from_op": true,
"msg_subject": "config file, where is it"
}
] |
[
{
"msg_contents": "1. Did that fix to not allow cluster on partial and non-null indexes get\nbackpatched?\n\n2. How can I deliberately cause a deadlock in order to test some code?\n\nChris\n\n",
"msg_date": "Mon, 31 Mar 2003 11:21:53 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth... |
[
{
"msg_contents": "I'm always getting deadlocks like this:\n\n[30-Mar-2003 19:19:51] PHP Fatal error: postgres7 error: [0: ERROR:\ndeadlock detected\n] in EXECUTE(\"INSERT INTO users_foods (user_id, date, meal_id, quantity,\neaten, food_id) VALUES ('55283', '2003-04-07', '1', '1.00', 'f', '779')\")\n in /usr/l... |
[
{
"msg_contents": "make[4]: Leaving directory `/emrxdbs/postgresql-7.3.2/src/backend/parser'\ncc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../src/interfaces/libpq -I\n../../../src/include -I/usr/local/include -DBINDIR=\\\"/emrxdbs/pgsql/bin\\\" -\nc -o pg_dump.o pg_dump.c\n 2681 | ... |
[
{
"msg_contents": "Hi all,\n\nI have a problem with the attached C function sine I went to 7.3\nObviously, post_crypt(text) encrypts a clear password and\nsql_crypt(text,text) is supposed to encrypt the clear passwd with the\nencrypted value.\n\nIt worked fine in 7.2 but now IFAICS, it never gives the original ... |
[
{
"msg_contents": "Peter Eisentraut wrote:\n> I've found a web page that contains some examples of the use of the\n> features in the proposed SQL/XML standard (as implemented by Oracle).\n> This should give us some ideas about what to aim for.\n> \n> http://otn.oracle.com/tech/xml/xmldb/htdocs/sql_xml_codeexamp... |
[
{
"msg_contents": "I have just noticed that 7.3 and CVS tip reject a query that was\naccepted in earlier releases:\n\nregression=# create table t1(f1 int, f2 int);\nCREATE TABLE\nregression=# create table t2(f2 int, f3 int);\nCREATE TABLE\nregression=# select t1.f1 from t1 join t2 on (t1.f2=t2.f2) group by f1;\... |
[
{
"msg_contents": "Kenji Sugita has identified a problem with cost_sort() in costsize.c.\n\nIn the following code fragment, sortmembytes is defined as long. So\n\n\t\tdouble\t\tnruns = nbytes / (sortmembytes * 2);\n\nmay cause an integer overflow if sortmembytes exceeds 2^30, which in\nturn make optimizer to pr... |
[
{
"msg_contents": "On Feb 13, 2003, Tom Lane wrote:\n>\n> Laurette Cisneros <laurette@nextbus.com> writes:\n> > This is the error in the pgsql log:\n> > 2003-02-13 16:21:42 [8843] ERROR: Index external_signstops_pkey is\n> > not a btree\n>\n> This says that one of two fields that should never change, in fixe... |
[
{
"msg_contents": "Hi all, \n\nI have just tried this with the same result on default\nfull install of slackware 8.1 and 9.0.\n\nAfter installation (and download of pgsql 7.3.2) i ran\nthese commands :\n\ntar -xzvf postgresql-7.3.2.tar.gz\ncd postgresql-7.3.2\n./configure\n(worked fine)\ngmake\n\ngmake then ran... |
[
{
"msg_contents": "\nThanks Andreas.\n\nRegards, Dave.\n\n> -----Original Message-----\n> From: Andreas Pflug [mailto:Andreas.Pflug@web.de] \n> Sent: 31 March 2003 23:47\n> To: Dave Page\n> Subject: Re: CVS Access\n> \n> \n> OK Dave,\n> \n> I committed today's changes to cvs.\n> In the meantime, there were some... |
[
{
"msg_contents": "Hi all,\n\nWhen using pg_get_viewdef(oid), the view definition is returned in a\nreconstructed form (I assume) with all formatting removed. This is a\npain for apps like pgAdmin, that allow the user to edit their views,\nparticularly with very large ones.\n\nWould it be possible and sensible ... |
[
{
"msg_contents": "I have been testing the postgresql Peer Direct port. I've used both the\nreleased binary and my own compiled version and get the same behavior.\nPlease not that this is for testing purposes and I am not asking for\nsupport.\n\nI'm running an import routine which moves records from a cobol da... |
[
{
"msg_contents": "\n> Who wants subtransactions with UNDO and who wants it with a separate\n> transaction id for every subtransaction?\n\nI think there is at least one special case, that would largely profit \nfrom UNDO (or some other identical mechanism), namely an insert that \ncauses a constraint violation.... |
[
{
"msg_contents": "\n> In fact, I had proposed a simpler UNDO capability that revisited tuples\n> and set their XID to a fixed aborted XID to clean up aborted\n> subtransactions, but most now like the multiple XID solution.\n\nI think for the implicit subtransactions that we will want \n(with error codes commin... |
[
{
"msg_contents": "\nhi,\n\ndoes anybody know anything about mariposa\n(http://s2k-ftp.cs.berkeley.edu:8000/mariposa/index.html)?\nwhy did they stop the project?\nis there anywhere an intel compatible version?\ni'm interested in such a system and thinking about developing something\nlike this.\n\nthanks,\n mori... |
[
{
"msg_contents": "On Tue, 2003-04-01 at 16:31, mlw wrote:\n> I know nothing in contrib should be GPL, I have no problem with that. \n> The question is the requirement of a GPL library to build a contrib project.\n> \n> My SOAP/XML function will probably require my LGPL library as there is a \n> lot of code I h... |
[
{
"msg_contents": "I wrote:\n> \n> Other times, I get the more ominous\n> DEBUG: rename from\nC:\\postgres\\peer_direct\\data/pg_xlog/0000000000000003\n> to C:\\postgres\\peer_direct\\data/pg_xlog/000000000000000A\n(initialization\n> of log file 0, segment 10) failed: Permission denied.\n> \n> If this happens a... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 01 April 2003 20:59\n> To: Robert Treat\n> Cc: Peter Eisentraut; Dave Page; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] View definition formatting \n> \n> \n> We could make variants of pg_get_ru... |
[
{
"msg_contents": "TRY TEST WIN32 PORT. DATABASE GO BOOM! TRY FIX NOBODY CARE. WIN32\nPORT COME OUT MANY DATABASE GO BOOM! TRY HELP GET IGNORED. JUST WANT\nHELP. BUG FIX?\n\nRegards,\nMerlin\n\n",
"msg_date": "Wed, 2 Apr 2003 10:37:19 -0500",
"msg_from": "\"Merlin Moncure\" <merlin.moncure@rcsonli... |
[
{
"msg_contents": "I just came across this error that I need to account for after updating to \n7.3.2:\n\tNote: Prior to PostgreSQL 7.3, writing just timestamp was equivalent to \n\ttimestamp with time zone. This was changed for SQL spec compliance.\n(from \nhttp://www.postgresql.org/docs/view.php?version=7.3&... |
[
{
"msg_contents": " Hey Guys, \n\n Sorry if this should go to another list, but I was looking over the\n TODO list for something small I could cut my teeth on and noticed\n you have the following listed in the TODO in the 'Source Code'\n section: \n\n * Add --port flag to regression tests\n\n ... |
[
{
"msg_contents": "Jan Wieck wrote:\n> What exactly did you test? If it is the PeerDirect Beta version of\n> PostgreSQL for Windows named UltraSQL, please know that thus far there\n> has to my knowledge not been an offical, supported release of UltraSQL\n> yet - and since the company eliminated the group workin... |
[
{
"msg_contents": "[snip]\n> a program in /contrib linking to an LGPL lib has never been \n> an issue. \n> Linking to LGPL libs doesn't encumber the software linking to it.\n> \n> > > If that is a real objective, I'm surprised.\n> > \n> > The base source tree has always been as BSD pure as we can \n> make it .... |
[
{
"msg_contents": "Last month's discussions about a revised FE/BE protocol make it clear that\nthere is usefulness in breaking down the query-processing cycle and making\nindividual steps available at the protocol level. This surfaced in\nseveral forms in the discussion, including requests for protocol-level\n... |
[
{
"msg_contents": "Jan Wieck wrote:\n>PeerDirect tried to contribute the Win32 port portion of their work to\n>the open source project.\n>The PostgreSQL global development team has not\n>yet made any final decision if or what parts of that code will or will\n>not become part of the regular PostgreSQL distributi... |
[
{
"msg_contents": "on one of the AIX4.3.3, \nthe 7.1.3 pgsql is installed by root on the system, \nthen I tried to install\n7.3.1/or 7.3.2 under another non-root user,\nI can run make, make check, make install,\npostmaster can start without errors, but when\nI try to createdb, here're some errors -\n\ncreatedb ... |
[
{
"msg_contents": "Folks,\n\nPlease pardon the cross-posting.\n\nA small group of us on the Performance list were discussing the first steps \ntoward constructing a comprehensive Postgresql installation benchmarking \ntool, mostly to compare different operating systems and file systemsm but \nlater to be used a... |
[
{
"msg_contents": "Josh Berkus wrote:\n> 1) At least one \"main\" table with 12+ columns and 100,000+ rows\n(each).\n> 2) At least 10-12 additional tables of assorted sizes, at least half\nof\n> which\n> should have Foriegn Key relationships to the main table(s) or each\nother.\n> 3) At least one large text or ... |
[
{
"msg_contents": "The IPv6 patch seems to still be a few bricks shy of a load. Grepping\nfor places that handle AF_INET but not AF_INET6 revealed these\nunimplemented features:\n\n1. IDENT authorization. Fails if either local or remote address is IPv6.\n\n2. SSL. Postmaster allows SSL for AF_INET but not AF... |
[
{
"msg_contents": "I've been modifying dbmirror and wanted to offer my changes to anyone that \ncared to experiment, FWIW. My effort is ongoing, the docs aren't perfect, \nI make no claims of production readiness, and testing of this latest \nversion has been minimal, so I strongly advise you to conduct your o... |
[
{
"msg_contents": "Hello all,\n\nI am very glad to announce first public release of Open Application Server. \n\nThis is an application framework built in C++, to make use of existing APIs in \ninternet\napplication.\n\nIt provides\n\n* A thread based request delivery architecture\n* support of request handlers... |
[
{
"msg_contents": "\n> Also, per other discussions, we are removing backend autocommit support\n> in 7.4. It was the wrong way to do it.\n\nSomehow I did not see that conclusion made.\nI thought, at least for JDBC, it is already successfully used ?\nI think the backend autocommit is useful. Maybe only the \nin... |
[
{
"msg_contents": "The fcc FTP site is ftp.fcc.gov\n\nThe location of the data of interest is at\n/pub/Bureaus/Wireless/Databases/uls/.\n\nThere are zip files (pipe delimited) in complete and the daily changed\nfiles in daily. Theres lots of info in documentation which includes\nexcel spreadsheets of the schem... |
[
{
"msg_contents": "When a sequence is created in 7.3.2, it appears you get a new table for each \nsequence object. Is it ever possible for the sequence_name in a sequence \nrelation not to match the name of the relation itself?\n\nFor example, suppose I create a table: \n\n\tCREATE TABLE t1(id serial);\n\nA n... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.