threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": ">On Sat, 17 Apr 1999, Tom Lane wrote:\n>\n>> \n>> How about this: do something like this\n>> \t#ifdef CYGWIN32\n>> \t#define time_zone _timezone\n>> \t#else\n>> \t#define time_zone timezone\n>> \t#endif\n>> in the header, and then change the field names to time_zone in the code?\n>\n>Erk, I t... |
[
{
"msg_contents": "Oleg Broytmann wrote:\n\n>\n> Hello!\n>\n> VIEW on 6.4.2 ignores DISTINCT. Is it a bug? known?\n>\n\n It's a known missing feature (not a bug - more like a design\n fault).\n\n DISTINCT is implemented as a unique sort step taken over the\n final result of a query. Views are ... |
[
{
"msg_contents": "\n> > That's a tough one. Why are elog(NOTICE) being sent? Is there a way to\n> > buffer those instead?\n> \n> I thought about that, but gave it up when I realized that it doesn't\n> offer a solution to the elog(ERROR) case. The only way not to choke\n> for elog(ERROR) is not to start send... |
[
{
"msg_contents": "Hi All!\n\nDoes someone know about any CASE\ntools for Linux for E-R data modeling?\n\nGreetings\n\nManieq\nmczulada@2si.com.pl\n\n\n\n\n\n\n\n\nHi All!\n \nDoes someone know about any CASE\ntools for Linux for E-R data \nmodeling?\n \nGreetings\n \nManieq\nmczulada@2si.com.pl",
"msg_date... |
[
{
"msg_contents": "Hi all,\n\n--I'm trying numeric and decimal types and I have a couple of\nquestions...\n\n\nCREATE TABLE Test (num NUMERIC(7,2), dec DECIMAL(7,2), flt8 FLOAT(15));\nCREATE\nINSERT INTO Test VALUES (1,1,1);\nINSERT 191083 1\nINSERT INTO Test VALUES (2.343,2.343,2.343);\nINSERT 191084 1\nINSERT... |
[
{
"msg_contents": "\nI figured ppl would figure it out on their own, but to help things along,\nI've removed the old system-specfic .out files altogether and added a\nsystem.sh script...\n\nthe script outputs the output that regress.sh uses, in my case\n'i386-freebsd', to use for the .out files that are system ... |
[
{
"msg_contents": "Psql displays twice tables, views, indices, sequences etc.\n\nprova=> \\d\nDatabase = prova\n +------------------+----------------------------------+----------+\n | Owner | Relation | Type |\n +------------------+----------------------------------+---... |
[
{
"msg_contents": "On Sat, 17 Apr 1999, Chris Bitmead wrote:\n\n> \n> I'm not sure what you're getting at. Yep, you can include the oid field\n> if you rename it, but it would be nice if you could leave it alone.\n> \n> A typical scenario is that you create some table and start using it.\n> Then you find you ne... |
[
{
"msg_contents": "Taral wrote:\n> mico 2.2.6 has sufficient services support for CORBA to proceed. \n\nI know some people thinks mico is great but I have some concerns:\n* I can't even get it to compile on my workstation at work, upgraded\n both g++ to egcs and libg++/libstd++. Still it does not compile\n cl... |
[
{
"msg_contents": "All bug reports should be submitted to pgsql-hackers@postgresql.org ...\n\n\nOn Sun, 25 Apr 1999, Clayton Cottingham wrote:\n\n> ok, i got an error message\n> \n> by the way if there is somewhere more appropriate to send these please\n> tell me\n> \n> hope it helps!\n> \n> \n> \n\nMarc G. Fo... |
[
{
"msg_contents": "\n I can not manage to get strings with backtick characters into a\n postgres database using the DBD:Pg module. I've tried using the\n built in quote method and escaping the backticks with a\n regex.. still no joy.\n\n Am I missing something? Is this a bug? Is it with DBD:Pg, DBI or\n... |
[
{
"msg_contents": "Hehe,\n\nThis is why I needed to pass it by the backend gurus :)\n\nThanks for pointing out these additional issues, Jan.\n\n-Ryan\n\n> > This is on the TODO list.\n> >\n> > I actually have a solution that seems to work fine, but I wanted to run it \npast\n> > the backend guru's after we have... |
[
{
"msg_contents": "Tom Lane wrote:\n\n> >> You might try building the backend with assert checking turned on\n> >> (--enable-cassert) to see if any problems are detected.\n>\n> > Ok, do I need to set something else? I get the following when I try to run\n> > the Java application:\n>\n> > TRAP: Bad Argument to ... |
[
{
"msg_contents": "This implies that the \"group by\" clause is not supported in views. I have\ncreated views that use the group by clause and they appear to work. I have\nnot verified the content of the records. I would like to know more about\nwhat Jan means when he says that \"group by\" is not supported ... |
[
{
"msg_contents": "\nMoved to hackers. It's probably the best place. As to the comparison,\nI just started looking into that this mourning with a question from\nsomeone else - with luck we'll have something there around the 6.5 release.\n\n\nOn 27-Apr-99 Joel Shellman wrote:\n> Why don't you have a comparison... |
[
{
"msg_contents": "I have a table in which the first four variables are the unique primary\nkey. Recently, I ran a vacuum and was told that the number of tuples did\nnot equal the number in the heap for the primary key index to this\ntable. I'm not exactly sure whatn this means. It sounds like one or more\nof t... |
[
{
"msg_contents": "I see this problem all the time too. There are some scary bugs in the bowels\nof the code that controls indexes and primary keys.\n\nAt this point, I have like 4000 duplicated primary keys, and I cannot update\nsections of the table due to key violations.\n\nTim Perdue\nPHPBuilder.com / GotoC... |
[
{
"msg_contents": "In article <199904251941.PAA00652@candle.pha.pa.us>,\nBruce Momjian <maillist@candle.pha.pa.us> wrote:\n>> > Is the LIMIT feature very efficient? I want to start using it for quite\n>> > a few things, but I'm wondering, what happens when I have a zillion\n>> > records and I want the first 10,... |
[
{
"msg_contents": "On Fri, 23 Apr 1999, Vadim Mikheev wrote:\n\n> Still only in my head -:)\n> I'll write something in the next week.\n\nI'm writing an article on PostgreSQL right now touting MVCC, and it sure\nwould be nice to have docs available. I'm over deadline and almost done,\nso it's probably too late ... |
[
{
"msg_contents": "Hello all,\n\nThe following example causes the hang of concurrent \ntransactions(99/04/26 snapshot).\n\nsession-1 => create table tt (id int4);\n\nsession-1 => begin;\nsession-1 => insert into tt values (1);\n\nsession-2 => begin;\nsession-2 => insert into tt values (2);\n\nsession-3 => begin... |
[
{
"msg_contents": "I'm using the 990329 snap shot.\n\nI was doing this query...\nSELECT story.approved, story.oid FROM story, webuser, category* WHERE\nstory.webuser = webuser.oid AND story.category = category.oid;\napproved| oid\n--------+------\nf |181760\nt |179383\nt |179384\nt |17... |
[
{
"msg_contents": "I thought numeric data type on 6.5 allows a very large precision. Am I \nmissing something?\n--\nTatsuo Ishii\n\ntest=> create table t1(n numeric(100,0));\nCREATE\ntest=> \\d t1;\nTable = t1\n+----------------------------------+----------------------------------+-------+\n| Fi... |
[
{
"msg_contents": "I'm not sure about the time out. I'll check the specs.\n\nTalking about 6.5 final, when is the expected date (assuming no show\nstopping bugs)? The last date I had heared was May 1st.\n\nI'm way behind on a few fixes in JDBC (work is taking up my time :-( ),\nand it would be easier to know of... |
[
{
"msg_contents": "I have commited a fix for _copyUnique(nodes/copyfuncs.c) suggested by\nHiroshi Inoue. It seems obvious for me and passed regression tests.\n--\nTatsuo Ishii\n\n*** backend/nodes/copyfuncs.c.orig\tMon Apr 19 16:00:40 1999\n--- backend/nodes/copyfuncs.c\tMon Apr 26 13:34:26 1999\n**************... |
[
{
"msg_contents": "That would be good for me, as it would give me enough time to sort out\nthe 4 things I'd like to fix before 6.5 is out.\n\nPeter\n\n--\nPeter T Mount, IT Section\npetermount@it.maidstone.gov.uk\nAnything I write here are my own views, and cannot be taken as the\nofficial words of Maidstone Bo... |
[
{
"msg_contents": "> Hi all,\n>\n> I'm trying numeric & decimal types in v6.5beta1 and I have two questions\n> about it.\n>\n> [...]\n>\n> Second question:\n> Why PostgreSQL allows to insert 14 digits into a numeric(5,1) ?\n>\n> create table test(\n> n numeric(10,3),\n> d decimal(5,1)\n> );\... |
[
{
"msg_contents": "Sorry for the repost, but I realized that the subject did not reflect\nwhat the problem was.\n\n***\nTRAP: Bad Argument to Function Call(\"!(AllocSetContains(set,\npointer)):\", File:\n\"aset.c\", Line: 292)\n\n!(AllocSetContains(set, pointer)) (0) [No such file or directory]\n***\n\n(ultra5,... |
[
{
"msg_contents": "Hello,\n\nthis night we discovered here a strange behaviour on our servers. Somebody\nmanaged to get access to the UNIX shell using the 'postgres' db\nadministrator account. He logged in some machines with a single try ! The\npassword was not part of any dictionary. He tried some other accoun... |
[
{
"msg_contents": ">Is it possible the intruder guessed the password on the postgres\n>administrator's account?\n\nNo, I don't think so. The password was really complicated and had special\ncharacters inside of it. Its content had nothing to do with us or the\npostgres database.\n\n>Or perhaps a script run via ... |
[
{
"msg_contents": "I refreshed my 6.5 source last night (last time was early April). This had\nsome patches to case and coalesce that I needed. This is working great\nexcept for the following two areas:\n\n1)\tThe \\g option in pgsql is failing. I have been using this technique\nfor months to create a script ... |
[
{
"msg_contents": "Hi,\n\nWe are using LabVIEW 3.1.1 on a Windows 3.1 PC computer (and we didn't\nplaned to upgrade to LabVIEW 5.1). We are ready to buy the \"SQL Toolkit\"\n(that will work for this configuration) and it's licence from anyone as N.I\nis no longer able to sell it !\n\nIf you can help us, please ... |
[
{
"msg_contents": "I am getting the following error from a CREATE RULE statement:\n\n\tERROR: DefineQueryRewrite: rule plan string too big.\n \nThis statement is only 377 characters in length. What are the limits\nto the size of rules? Are they changable at compile time? Is this\nthe same as a \"normal\" tu... |
[
{
"msg_contents": "I have created a table/view/rule combination (see script below) that\nshould enable insertion into the view in a manner that pretty much\nparallels Jan's documentation of the rule system. I think the only\nfeature that differs is that the underlying table should maintain a\nunique combinatio... |
[
{
"msg_contents": "Hello!\n\n Long awaited rumor that EGCS will become GCC someday... Finally it\nhappened. RMS announces it: http://lwn.net/daily/gcc.html\n Is Postgres rady to EGCS, I wonder? I remember people had some troubles\nwith EGCS. Anyone using EGCS now?\n\nOleg.\n---- \n Oleg Broytmann htt... |
[
{
"msg_contents": "> Hello!\n> \n> Long awaited rumor that EGCS will become GCC someday... Finally it\n> happened. RMS announces it: http://lwn.net/daily/gcc.html\n> Is Postgres rady to EGCS, I wonder? I remember people had some troubles\n> with EGCS. Anyone using EGCS now?\n\nI'm testing EGCS 1.1.2 on HP... |
[
{
"msg_contents": "> create rule surveys_ins as on insert to surveys\n> do instead\n> insert into survey_data (survey_date, name)\n> \tselect new.survey_date, new.name where not exists\n> \t(select * from survey_data d where d.survey_date = new.survey_date\n> and d.name = new.name);\n> \nSince this is a rewrite... |
[
{
"msg_contents": "\n\tJune 1st. Plan'd release date for v6.5.\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Wed, 28 Apr 1999 09:07:10 -0... |
[
{
"msg_contents": "Matthias Schmitt wrote...\n\n> Hello,\n> \n> this night we discovered here a strange behaviour on our servers. Somebody\n> managed to get access to the UNIX shell using the 'postgres' db\n> administrator account. He logged in some machines with a single try ! The\n> password was not part of a... |
[
{
"msg_contents": "Well, I thought the explanation (visibility of rows) was clear and\nthat I understood rules. My tests make me more confused, though,\nbecause it doesn't seem to explain everything.\n\nHere is the relevant rule:\n\n create rule surveys_ins as on insert to surveys\n do instead\n in... |
[
{
"msg_contents": "I need to debug this connection problem I am having with Access97. My\nquestion is how can I get the new Postgres backend that starts up for Access\ninto debug (gdb)? I can get the PostMaster open in gdb.\n\nThanks, Michael\n",
"msg_date": "Wed, 28 Apr 1999 11:04:32 -0500",
"msg_fro... |
[
{
"msg_contents": "The problem I need to debug won't allow me to do this. A Postgres\nconnection starts and then dies very quickly with a user authentication\nerror or database non existence error before I have a chance to attach to\nthe process via gdb. I need to find out why postgres will not allow my\nAcce... |
[
{
"msg_contents": "Then how do you debug issues in the backend?\n\n\t-----Original Message-----\n\tFrom:\tThe Hermit Hacker [SMTP:scrappy@hub.org]\n\tSent:\tWednesday, April 28, 1999 10:19 AM\n\tTo:\tMichael J Davis\n\tCc:\tpgsql-hackers@postgresql.org\n\tSubject:\tRE: [HACKERS] How do I get the backend server... |
[
{
"msg_contents": "I tired but it breaks in the Postmaster and not in the backend process that\nis created for each process.\n\n\t-----Original Message-----\n\tFrom:\tTheo Kramer [SMTP:theo@flame.co.za]\n\tSent:\tWednesday, April 28, 1999 2:08 PM\n\tTo:\tpgsql-hackers@postgreSQL.org\n\tSubject:\tRe: [HACKERS] ... |
[
{
"msg_contents": "And the answer is an undocumented parameter to the postmaster. The\nparameter \"-W 30\" (must be inside the \"-o \" because must it be sent to\npostgres not to the postmaster) will cause new processes to wait 30 seconds.\nThis gave me enough time to find the pid for the new process and execu... |
[
{
"msg_contents": "Yea!!!!! This fixes the problem. I will test the \\g option in a few hours\nafter I have completely repopulated my data. How about adding a comment\nabout the importance of this patch? Thanks Tom for tracking this down so\nquickly. \n\nThanks, Michael\n\n\t-----Original Message-----\n\tFr... |
[
{
"msg_contents": "unsubscribe\n",
"msg_date": "Thu, 29 Apr 1999 10:59:26 +0900",
"msg_from": "Atsushi Mano <a_mano@brnj.com>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "Could someone give me an example of a select * with LIMIT used \nby 6.5?\n --poet@linuxports.com--\n ICQ: 33017215\n http://www.linuxports.com\n --Power to the Penguin--\n",
"msg_date": "Wed, 28 Apr 1999 22:22:58 -0700",
"msg_from": "\"Mr. Poet\" <poet@linuxports.com>",
"ms... |
[
{
"msg_contents": "\nI just received this. Any ideas ?\n\n-- \n Peter T Mount peter@retep.org.uk\n Main Homepage: http://www.retep.org.uk\nPostgreSQL JDBC Faq: http://www.retep.org.uk/postgres\n Java PDF Generator: http://www.retep.org.uk/pdf\n\n---------- Forwarded message ----------\nDate: Wed, 28 ... |
[
{
"msg_contents": "The following patch was posted this evening by Tom Lane that could fix your\nproblem. It fixed a similar problem I was having with ODBC.\n\nIf you don't have CVS access and don't want to wait for tonight's snapshot,\nhere is the patch:\n*** src/backend/tcop/dest.c~\tWed Apr 28 18:15:07 1999\... |
[
{
"msg_contents": "The weird thing is that the JDBC driver hasn't been sending an empty\nstring since 6.2.x. Starting from 6.3, I replaced the empty string with\na query to fetch the current DATESTYLE so the date and time code would\nwork properly.\n\nIt would be interesting to see if this patch fixes it howeve... |
[
{
"msg_contents": "Hi all,\n\nI have two tables MOVIMENTAZIONI with 7650 rows\nCAPI with 7650 rows, when I try to join this two tables PostgreSQL\ntakes more than 107 minutes to retrieve rows,\nthe same query in:\nI have installed Oracle-8 and Informix-se in the same computer\nand the same query takes:\n- Infor... |
[
{
"msg_contents": "\n> real 107m48.354s\n> user 0m1.140s\n> sys 0m0.040s\n> \nPlease give us output of:\n\texplain SELECT movimentazioni.azienda\n> FROM movimentazioni,capi\n> where ((capi.matricola = movimentazioni.matricola )\n> and (capi.specie = movimentazioni.specie ) );\n> \n\tAndreas\n\n\tPS: w... |
[
{
"msg_contents": "Folks,\n\nNo one on general or novice have had any insight into the following\nproblem.\n\nI have a very large table (10Gb, 20 million records each with 54 fields) \nwith both float, integer and text values. It's an astronomical\ndatabase for the 2MASS project (http://pegasus.phast.umass.edu... |
[
{
"msg_contents": "Peter, I hope this long and boring message can shed some light on my\ndifficulties getting jdbc & postgres6.5b1(current snapshot) to work\nwith blobs. I have NO problem with text, numeric, etc. Just blobs &\nthe LO interface.\n\nI feel that it is a 64 vs 32 bit memory management problem.\n\... |
[
{
"msg_contents": "The following web site contains a set mathematical functions that looks\ninteresting:\n\nhttp://www.boic.com/numintro.htm <http://www.boic.com/numintro.htm> \n\nMaybe you should consider using this to implement the numeric and decimal\ndata types rather than writing or re-writing from scratch... |
[
{
"msg_contents": "I posted the following message in [GENERAL] and still haven't been able to\nresolve the problem.\n\nThe file permissions are set to postgres and postgres is authorized to\naccess /usr/local/pgsql/lib.\n\nWhat I am trying to do is insert a row into a DB but, I want to be able to\ncheck each ro... |
[
{
"msg_contents": "The following worked with version 6.5 before 4/5/99 but now fails (I pull\nnew 6.5 source last night):\n\ninsert into si_tmpVerifyAccountBalances select invoiceid+3, memberid, 1,\nTotShippingHandling from InvoiceLineDetails where TotShippingHandling <> 0\nand InvoiceLinesID <= 100 group by in... |
[
{
"msg_contents": "How does this work when using Access97 or some other ODBC client instead of\npsql? Psql worked great, the problem existed only when trying to access my\ndatabase with an ODBC client.\n\n\t-----Original Message-----\n\tFrom:\tTom Lane [SMTP:tgl@sss.pgh.pa.us]\n\tSent:\tThursday, April 29, 199... |
[
{
"msg_contents": "It seems that postgres does not accept -T option. Checking the source,\nI found that T is not given to getopt() while there is a code to parse\nthe -T option. Is there any reason for this?\n---\nTatsuo Ishii\n\n",
"msg_date": "Fri, 30 Apr 1999 10:03:35 +0900",
"msg_from": "Tatsuo Ishi... |
[
{
"msg_contents": "gcc -I../../../include -I../../../backend -O2 -m486 -pipe -Wall -Wmissing-prototypes -ggdb3 -I../.. -c lock.c -o lock.o\nlock.c: In function `LockResolveConflicts':\nlock.c:832: `lockQueue' undeclared (first use this function)\nlock.c:832: (Each undeclared identifier is reported only once... |
[
{
"msg_contents": "\nI like the logo. Every open source project needs a mascot.\n\nIf the elephant is yet nameless, might I suggest:\n\n\n\t\t Pasquale the Pachyderm?\n\n\nHe might have been descended of one that survived Hanibal's drive over\nthe Pyrinnes :-).\n\nccb\n",
"msg_date": "Fri, 30 Apr 1999 08... |
[
{
"msg_contents": "\nMorning all...\n\n\tI'm trying to see if I can improve mail propogation for the\nmailing lists, and one way of doing it is to setup 'relay'\nsites...basically, using a software package called 'tlb', I can set up the\nmailing lists so that all mail destined for a certain 'regex' expression\n... |
[
{
"msg_contents": "Hi,\n\nI have some patches for the current snapshot (1999-04-28):\n\n\n1)\tan old patch I had already posted and which has never applied.\n\n*** src/backend/tcop/postgres.c.orig\tTue Mar 23 09:03:08 1999\n--- src/backend/tcop/postgres.c\tThu Apr 1 14:42:46 1999\n***************\n*** 925,930 ... |
[
{
"msg_contents": "Last night I was looking into optimizer misbehavior on the sample query\n\nexplain select * from pg_class, pg_description\nwhere pg_class.oid = pg_description.objoid;\n\nAs of yesterday the system was generating\n\nHash Join (cost=86.59 rows=1007 width=101)\n -> Seq Scan on pg_description ... |
[
{
"msg_contents": "The following select fails:\n\n> select invoiceid + 3 as type, memberid, 1, max(TotShippingHandling) \n> from InvoiceLineDetails \n> where TotShippingHandling <> 0 \n> group by type, memberid limit 10;\nERROR: replace_agg_clause: variable not in target list\n\nT... |
[
{
"msg_contents": "session-1:\nvac=> begin;\nBEGIN\nvac=> lock table t in row share mode;\nLOCK TABLE\nvac=> \n\nsession-2:\nvac=> begin;\nBEGIN\nvac=> lock table t in exclusive mode;\n-- waiting\n\nsession-3:\nvac=> begin;\nBEGIN\nvac=> lock table t in row share mode;\nLOCK TABLE\nvac=> \n\n???\n\nFirst, I agr... |
[
{
"msg_contents": "\nCould there be a bug in the 'cluster' command in postgreSQL 6.4? If I\ntry to cluster a table with a name with more than 8 characters, psql\nsays:\n\n xxx=> create table x123456789 (xxx text);\n CREATE\n xxx=> create index x123 on x123456789 (xxx);\n CREATE\n xxx=> cluster x123 on x123... |
[
{
"msg_contents": "session-1:\nvac=> begin;\nBEGIN\nvac=> lock table t in row share mode;\nLOCK TABLE\n\nsession-2:\nvac=> begin;\nBEGIN\nvac=> lock table t in row share mode;\nLOCK TABLE\n\nsession-3:\nvac=> begin;\nBEGIN\nvac=> lock table t in row exclusive mode;\nLOCK TABLE\n\nsession-1:\nvac=> lock table t ... |
[
{
"msg_contents": "but have no time to do them today and tomorrow -:(.\n\n1. Add int waitMask to LOCK to speedup checking in LockResolveConflicts:\n if lock requested conflicts with lock requested by any waiter \n (and we haven't any lock on this object) -> sleep\n\n2. Add int holdLock (or use prio) to PROC... |
[
{
"msg_contents": "Today, I tried cvs version of 6.5 and got following:\n\nc_flats=> explain select station_id from metro_stations except select metro_id from work_flats;\nERROR: copyObject: don't know how to copy 604\nc_flats=> select station_id from metro_stations except select metro_id from work_flats;\nsta... |
[
{
"msg_contents": "Mail Delivery Subsystem wrote:\n> \n> The original message was received at Sun, 2 May 1999 00:35:36 +0800 (KRSS)\n> from dune.krs.ru [195.161.16.38]\n...ops...\n\n> Subject: Re: [INTERFACES] Some needed features in postgresql\n> Date: Sun, 02 May 1999 00:35:35 +0800\n> From: Vadim Mikheev <va... |
[
{
"msg_contents": "\n\nignore this...just makign sure I haen't rowken anything ...\n\n",
"msg_date": "Sat, 1 May 1999 15:08:14 -0400 (EDT)",
"msg_from": "\"Marc G. Fournier\" <scrappy>",
"msg_from_op": true,
"msg_subject": "Just a test"
}
] |
[
{
"msg_contents": "\nIgnore it...\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Sat, 1 May 1999 16:59:34 -0300 (ADT)",
"msg_from": "Th... |
[
{
"msg_contents": "\nYou probably didnt' see the previous one though :)\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Sat, 1 May 1999 17... |
[
{
"msg_contents": "I notice that both 6.4.2 and 6.5-current make no complaint if I do\n\ncreate table t1 (a int4, b int4);\n\nselect a+1,b from t1 group by b;\n\nShouldn't this draw \"Illegal use of aggregates or non-group column in\ntarget list\"? It does if there's an aggregate nearby:\n\nselect sum(a),a+1,b... |
[
{
"msg_contents": "Here it is. I think Tom mentioned this problem.\n\n---------------------------------------------------------------------------\n\n\nselect date_trunc('month',transdate), sum(quantity) from wolf group by\n1 order by 1\\g\npqReadData() -- backend closed the channel unexpectedly.\n This ... |
[
{
"msg_contents": "Duno, try program called: Sam Spade at : http://www.download.com maybe\nit will help/maybe not. It will sometimes determine the IP time info.\nI'm one of those damn newbies! Ya know.\n\nGood luck.\n\nOn 30 Mar 1999 19:02:45 -0500, djackson@cpsgroup.com (\"Jackson,\nDeJuan\") wrote:\n\n>Could ... |
[
{
"msg_contents": "I just committed a rewrite of union_planner, make_groupPlan, and\nrelated routines that corrects several of the bugs we've been\nseeing lately. In particular, cases involving nontrivial GROUP BY\nexpressions work again. The core of the problem was that the\nEXCEPT/HAVING patch broke some ex... |
[
{
"msg_contents": "subscribe pgsql-hackers tmalkus@csi.com\n\n\n\n\n\n\n",
"msg_date": "Mon, 03 May 1999 10:53:54 +0200",
"msg_from": "Thomas Malkus <tmalkus@csi.com>",
"msg_from_op": true,
"msg_subject": "(no subject)"
}
] |
[
{
"msg_contents": "Hello,\n\nI´ve just downloaded the snapshot-version april, 28th. Doing a join between two tables, I got the message: \nERROR: hash table out of memory. Use -B parameter to increase buffers.\n\nWell, increasing the buffers to -B256 results to:\npqReadData() -- backend closed the channel unexp... |
[
{
"msg_contents": ">> I have tried many combinations of things to speed this\n>> up as you all have suggested. I have had no success\n>> using \"copy\" at all because of problems with quotes\n>> and other punctuation in the data.\n>\n>I must tell you, this doesn't sound reasonable to me. It's usually very\n>eas... |
[
{
"msg_contents": "Hi,\n\nI have some problems with the parser.\n\n1)\tOf the following queries, submitted with libpgtcl, the first two are\n\tparsed correctly while the third gives a parse error:\n\n\t1.\tselect 1\n\t2.\tselect 1; select 2;\n\t3.\tselect 1; select 2\n\tERROR: parser: parse error at or near \"... |
[
{
"msg_contents": "\nignore...\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Mon, 3 May 1999 11:51:29 -0300 (ADT)",
"msg_from": "The H... |
[
{
"msg_contents": "Hi,\n\nhere are some patches for 6.5.0 which I already submitted but have never\nbeen applied. The patches are in the .tar.gz attachment at the end:\n\nvarchar-array.patch this patch adds support for arrays of bpchar() and\n varchar(), which where always missing fro... |
[
{
"msg_contents": "Why both\n\n int pid;\n TransactionId xid;\n\nare used in XIDTAG?\n\nlock.c:\n * normal lock user lock\n *\n * lockmethod 1 2\n * tag.relId rel oid 0\n ... |
[
{
"msg_contents": "Here is a problem I got while experiencing with date type:\nwhen I use adate = 'today'::Date explain shows me postgres will use\nindex, but adate::Date = 'today'::Date (which is the same expression )doesn't \nuse index. This happens for 6.4.2 and 6.5 cvs.\n\n\tRegards,\n\n\t\tOleg\n\nPS.\n ... |
[
{
"msg_contents": "I believe the insert statement below worked in 6.5 as of early April (before\n4/5). When I pulled new code toward the end of April it stopped working.\n\n> -----Original Message-----\n> From:\tThomas Lockhart [SMTP:lockhart@alumni.caltech.edu]\n> Sent:\tMonday, May 03, 1999 11:23 AM\n> To:\t... |
[
{
"msg_contents": "hi, i'm using access97 linked to postgres(6.4.2) tables through the new \nv.6.4 odbc. i can open a form, it shows me data for an initial record, and \nthen bombs. here is the message in the log file -- i can't figure out why \nit is bombing. does anyone have a clue?? do those \"-\" or \"/... |
[
{
"msg_contents": "Today I run http_load to do some benchmark of my Web-DB application\nand found that under high load (it was about 18 postgres running ) postsmaster failed.\nRestarting postmaster produces error:\n\nIpcMemoryCreate: shmget failed (Identifier removed) key=5432010, size=24588, permission=700\nIp... |
[
{
"msg_contents": "\n\n",
"msg_date": "Tue, 4 May 1999 09:39:53 +1000",
"msg_from": "\"Ciaran Dunn\" <ciaran@hubble.dialix.com.au>",
"msg_from_op": true,
"msg_subject": "subscribe"
}
] |
[
{
"msg_contents": "subscribe\n\n",
"msg_date": "Tue, 4 May 1999 09:40:19 +1000",
"msg_from": "\"Ciaran Dunn\" <ciaran@hubble.dialix.com.au>",
"msg_from_op": true,
"msg_subject": ""
}
] |
[
{
"msg_contents": "That's true - but it wasn't until recently that the lo examples had\nBEGIN and END in them.\n\nIt's on my list to get the JDBC examples to setAutoCommit(false).\nHopefully I'll get some time today to do this.\n\nPeter\n\n--\nPeter T Mount, IT Section\npetermount@it.maidstone.gov.uk\nAnything ... |
[
{
"msg_contents": "> > > btw, how I can find 'something' older than a month\n> > select * from titles\n> > where adate::date < 'today'::Date - '1 month'::timespan;\n> this problem doesn't works:\n> apod=> select * from titles\n> apod-> where adate::date < 'today'::Date - '1 month'::timespan;\n> ERROR: ... |
[
{
"msg_contents": "It is best to post these reports to a mailing list. I believe that\nthis specific topic was discussed recently. Look in the mhonarc\nmailing list archives on www.postgresql.org for more details.\n\nGood luck.\n\n - Tom\n\n-- \nThomas Lockhart\t\t\t\tlockhart@alumni.caltech... |
[
{
"msg_contents": "> varchar-array.patch this patch adds support for arrays of bpchar() and\n> varchar(), which where always missing from postgres.\n\nFar be it from me to carp ... but I thought adding new features during\nbeta phase was frowned upon.\n\n\t\t\tregards, tom lane\n",
... |
[
{
"msg_contents": "If a CREATE INDEX fails, the backend returns to the main loop without\nhaving closed the temporary files that are created for sorting.\nAn easy example that provokes this is\n\n\tcreate table titles (adate date);\n\tinsert into titles values ('today');\n\tcreate index titles_f_ind on titles (... |
[
{
"msg_contents": "\nHi,\n\nI'm quite shocked, I hope this is dream:\n\n> psql cs\nWelcome to the POSTGRESQL interactive sql monitor:\n Please read the file COPYRIGHT for copyright terms of POSTGRESQL\n[PostgreSQL 6.5.0 on i686-pc-linux-gnu, compiled by gcc egcs-2.91.5]\n\n type \\? for help on slash command... |
[
{
"msg_contents": "i do have a few fields (combo boxes based on a query) that sorted on a \ncalculated field -- but they seem to work fine in other forms. --don't \nthink that was it. but, based on your postulations i re-did a few of the \nqueries to NOT sort on the calculated fields. still bombed though. . ... |
[
{
"msg_contents": "I want to change hashjoin's use of a fixed-size overflow area for tuples\nthat don't fit into the hashbucket they ought to go in. Since it's\nalways possible for an improbably large number of tuples to hash into the\nsame hashbucket, the overflow area itself can overflow; without the\nabilit... |
[
{
"msg_contents": "\nI don't know what's happening, but there's an unbelivable mess in the mirroring\nsystem. For the last two weeks, I'm receiving tens of MB of duplicate messages\nin the mhonarc archive. The mirror has reached 1 GB and is still growing. I\nthink the problem is to be searched in mhonarc...\n\n... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.