threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Will the primary, foreign and check constraints be fully implemented in\nthe 6.4 release. As of 6.3.2 only primary keys in the table create are\nimplemented. The alter table statement lacks these.\n\nIs there someone that is implementing this and when.\n\nCheers\nDavid\n",
"msg_date": "Fr... |
[
{
"msg_contents": "Hi folks,\nI have written a simple db/dbm-emulation library for pgsql/libpq.\nIt would be good if people could try it out and send me some\nfeedback.\n\nAvailable for download (small archive, only 2.5 kB) at:\nhttp://www.is.kiruna.se/~goran/ldap/arkiv/\n\n\tEnjoy,\n\t\tG�ran.\n",
"msg_d... |
[
{
"msg_contents": "I was wrong.\n\natttypmod was passed as int16 to the clients. attypmod is now passed as\nint32. I have modified libpq to fix this. I think only odbc needs to\nbe changed for this. I know odbc is not maintained here, but is\nuploaded from somewhere else. The maintainer needs to change thi... |
[
{
"msg_contents": "subscribe\n\n\n",
"msg_date": "Mon, 13 Jul 1998 11:07:18 +0100",
"msg_from": "dlibenzi@maticad.it (Davide Libenzi)",
"msg_from_op": true,
"msg_subject": "subscribe"
}
] |
[
{
"msg_contents": "On Mon, 13 Jul 1998, Davide Libenzi wrote:\n\n> Is there an HPUX port of Postgres SQL ?\n\n\tYes...\n\n\n",
"msg_date": "Mon, 13 Jul 1998 10:25:03 -0400 (EDT)",
"msg_from": "The Hermit Hacker <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Re: [HACKERS] HPUX Port"
}... |
[
{
"msg_contents": "> > Not that we have been sitting on our hands, but we have been waiting for the\n> > FE/BE protocol to stabilize before updating the ODBC driver to the 6.4\n> > specs. Have we reached this point?\n> \n> Of course, beta does not start until Sep 1, so it is possible to wait\n> some more to s... |
[
{
"msg_contents": "> I now no longer get the badNode error message but the query does not work:\n> \n> >testing=> create table test (\n> >testing-> number int2,\n> >testing-> in_words text\n> >testing-> );\n> >CREATE\n> >testing=> insert into test values (1,'one');\n> >INSERT 147786 1\n> >testing=> ... |
[
{
"msg_contents": "[I am sending this to the hackers list, and the GEQO author.]\n\nYikes. This user has a query that causes the GEQO optimizer to really\ngo into orbit. According to the user, it consumes 135MB of memory\nbefore failing.\n\nAny comments?\n\n> On Mon, 13 Jul 1998, you wrote:\n> >That is strang... |
[
{
"msg_contents": "I'm planning to use a \"sequence\" object to allow multiple clients of a\nshared database to label table records with guaranteed-increasing serial\nnumbers. (The underlying problem is to let all the clients efficiently\nfind changes that any one of them makes. Every insertion or update will... |
[
{
"msg_contents": "As far as I can tell from EXPLAIN, there isn't any optimization done\ncurrently on queries involving the min or max of an indexed field.\nWhat I'm interested in is predecessor/successor queries, eg, \"find\nthe largest value less than X\". In SQL this becomes\n\n\tSELECT max(field1) FROM tab... |
[
{
"msg_contents": "> \n> On 13-Jul-98 Bruce Momjian wrote:\n> > \n> > Oops, forget the previous patch. Here is the real fix:\n> > \n> > -- \n> Thanks very much for all your help. This seems to have solved the problem. I'll let you kn\n> ow if I run into anything else weird- One question - A number of views I h... |
[
{
"msg_contents": "Tom Lane <tgl@sss.pgh.pa.us> writes:\n> \"Thomas G. Lockhart\" <lockhart@alumnus.caltech.edu> writes:\n> > Should we ask Tatsuo to do some mixed-endian tests, or is\n> > that area completely unchanged from v6.3?\n> \n> I don't think I broke anything in that regard ... but more testing is\n> a... |
[
{
"msg_contents": "\n>Bruce Momjian <maillist@candle.pha.pa.us> writes:\n>> How about SELECT * FROM sequence_table_name?\n>\n>Ah, of course. The man page for CREATE SEQUENCE only mentions getting\n>the sequence parameters that way, but you can get the last_value as\n>well, which is exactly what I need.\n\nWhat... |
[
{
"msg_contents": "This is said in Oracle7 Server Concepts Manual, Data Concurrency, \nAdditional Considerations for Serializable Isolation: \n \n--- ... |
[
{
"msg_contents": "Sorry for re-posting - this message has right charset...\n\nThis is said in Oracle7 Server Concepts Manual, Data Concurrency, \nAdditional Considerations for Serializable Isolation: \n ... |
[
{
"msg_contents": "\n>> The problem appears to be in the sorting of nulls, which is used by\n>> UNION ALL:\n>> test=> select null order by 1;\n>> ERROR: type id lookup of 0 failed\n>\n>Hmm. And I've got trouble with the following when I assigned the type\n>\"UNKNOWNOID\" to the null fields:\n\n... |
[
{
"msg_contents": "If I create a class A and make subclasses A1 and A2, then\nI get useful explanations when I say \"EXPLAIN SELECT * FROM A1 ...\"\nbut not if I ask about a query on the inheritance tree A*.\n\ntgl=> EXPLAIN SELECT * FROM A* WHERE accountid = 3;\nNOTICE: QUERY PLAN:\n\nAppend (cost=0.00 size=... |
[
{
"msg_contents": "In the process of upgrading from 6.1 to 6.3.2+patches at long last.\nJust bumped into an interesting\nproblem with sequences. With 6.1, you could use sequences with COPY\nFROM. This no longer\nseems to be true with 6.3.2+patches. INSERT and UPDATE still work fine\nbut when using COPY FROM\... |
[
{
"msg_contents": "I tried the following to find out whether a table has any records\nwith field1 < X (for a constant X):\n\ntgl=> SELECT EXISTS(SELECT * FROM table WHERE field1 < X);\nERROR: internal error: do not know how to transform targetlist\n\nIs this a bug? (I'm using development sources from yesterda... |
[
{
"msg_contents": "---\n\nDate: Tue, 14 Jul 1998 21:23:42 -0500 (CDT)\nFrom: Dirk Elmendorf <delmendo@cymitar.net>\nTo: pgsql-hacers@postgresql.org\nSubject: MaxQuery Plan\n\nI posed this question to Bruce Momjian earlier this week. He was unable to give me an answ\ner so I was hoping to find enlightenment here... |
[
{
"msg_contents": "\nin some sort of freak accident, we've ended up with a duplicated\nrecord. all info, including the oid was duplicated.\n\nit was during an update, two people ran a command at the same time.\n\nuser 1: BEGIN\nuser 1: NOTIFY\nuser 1: UPDATE\nuser 2: BEGIN\nuser 2: NOTIFY\nuser 1: END\nuser 2:... |
[
{
"msg_contents": "\nstrangeness!\n\nit was the cocurrence of the command which was messing it up. i ran\nthe command several times in a row, each one backgrounded. sure\nenough, after a while I got an error \"Update: cannot insert duplicate\nkey into unique index\". I don't believe this error was present\nb... |
[
{
"msg_contents": ">> \n>> We only support subqueries in the target list. May have that expaned\n>> for 6.4.\n>\n>Not sure that EXISTS is allowed in target list...\n\nThe standard does not allow it, but it might be a nifty feature if it returned a boolean true or false.\n\nAndreas\n\n\n\n",
"msg_date": "We... |
[
{
"msg_contents": "The currently-checked-in sources are not working very well for me.\nIn particular, I can't restore from my pg_dump because COPY IN\ncoredumps; and a little experimentation shows that COPY OUT does too.\n\nIs anyone else seeing this?\n\nThe immediate cause of the dumps seems to be trying to fr... |
[
{
"msg_contents": "Ok, I'm not sure that LLL will appear in 6.4 but it's good time to \ndiscuss about it. \n \nFirst, PostgreSQL is multi-version system due to i... |
[
{
"msg_contents": "Hi all,\n\n I got strange result with PQgetisnull, say\n\nfor empty table(I think that it's empty so null)\n\nI guess that\nafter fetch some selection\nPQgetisnull(result, 0, 0) should give me \"1 or true\"\nBut\nit gives me\nERROR! field 0(of 0) of row 0(of 0) is not available... Segmenta... |
[
{
"msg_contents": "It looks to me like pgsql-announce has found its way onto the spammers'\ntarget lists. Since the announce list was switched to unmoderated\nstatus at the beginning of May, my mail logs show its traffic as\n\n\t\tReal messages\t\tSpam\n\nMay\t\t3\t\t\t0\nJune\t\t9\t\t\t2\nJuly\t\t1\t\t\t4\n\n... |
[
{
"msg_contents": "Hi Hackers,\n\n When I record ~ 1000 records && blobs and try to remove, it takes\nforever!\ne.g.\n\ncreate table PNT (\n id int not null, -- database record number\n exp int not null, -- experiment number\n run int not... |
[
{
"msg_contents": "I understand create table/create index etc. are not rollback-able\noperations. As a result, if creation of a table is interrupted in the\nmiddle of process, corresponding table file is left remain. This\nprevents creating a new table with the same name. The only workaround\nlooks removing the... |
[
{
"msg_contents": "Stan Brown wrote:\n> \n> >\n> >First, PostgreSQL is multi-version system due to its\n> >non-overwriting storage manager. And so, first proposal is use\n> >this feature (multi-versioning) in LLL implementation.\n> >\n> \n> I must ask one basic question here. Since we dleted tme travel,... |
[
{
"msg_contents": "\nHello,\n\n\tSorry to disturb the hacker list for a question that seems not so hard.\nBut I got no answers elsewhere...\n Is is definitively impossible to use C++ to define new SQL functions or operators\nin SQL ? (I need this in order to use a big geometric library, to produce e.g. polyg... |
[
{
"msg_contents": "I have renamed Rel to RelOptInfo, and changed the target entry tag from\nTLE to TARGETENTRY. Will require new initdb for developers. Sorry.\n\n-- \nBruce Momjian | 830 Blythe Avenue\nmaillist@candle.pha.pa.us | Drexel Hill, Pennsylvania 19026\n + If... |
[
{
"msg_contents": "\nI have made the following changes:\n\n\nAdd auto-size display onscreen to \\d? commands. Use UNION to show all\n\\d? results in one query. Add \\d? field regex feature. Rename MB to\nMULTIBYTE.\n\n-- \nBruce Momjian | 830 Blythe Avenue\nmaillist@candle.pha.pa.us ... |
[
{
"msg_contents": "I have applied this fine patch from Stephan.\n\nIt fixes many problems with Having, and some other problems that exist.\n\nVadim, can you check on the psort_end() issue, and see where that should\ngo. I am lost in that area.\n\n\n[Charset ISO-8859-1 unsupported, filtering to ASCII...]\n> Hi ... |
[
{
"msg_contents": "I want to remove the recipe, tioga, and Tee node code from the system. \nThey are all interdependant.\n\nI don't believe any of the code is useful. It was designed for a\nspecial tioga application that uses our database for a backend. \nProbably not used by anyone anymore. It is not even en... |
[
{
"msg_contents": "Having found another bug that was fixed in Mariposa (the short-lived\nsuccessor to Postgres95 at Berkeley at\nhttp://mariposa.CS.Berkeley.EDU:8000/mariposa/) that was broken in our\ncode, I am going to go through all their sources and see if I see any\nother fixes we should have.\n \n-- \nBru... |
[
{
"msg_contents": "> Hi,\n> \n> I finally got the time to put together some stuff for fti for inclusion \n> in pgsql. I have included a README which should be enough to start using \n> it, plus a BENCH file that describes some timings I have done.\n> \n> Please have a look at it, and if you think everything is ... |
[
{
"msg_contents": "i didn't realize that anybody else was working on an IP address\ndata type or i'd've posted this six months ago when i first wrote\nit. it lacks only the stuff needed to make it usable as a UNIQUE\nKEY. it depends on BIND-8's libraries.\n\n#!/bin/sh\n# This is a shell archive (produced by G... |
[
{
"msg_contents": "Hi All,\n\nI am new to PostgreSQL. I was wondering if there is a way to recall\nprevious commands at the PSQL prompt, this would save me the hassle of\ntyping the same SQL commands again. Thanks in advance.\n\n\nBest Regards,\n\nChee Seng\n(csgnoh@intergraph.com.sg)\n\n",
"msg_date": "Mon... |
[
{
"msg_contents": "We currently use Name sometimes, and char* other times to store\nrelation, attribute, type, and view names.\n\nOne thing Mariposa did was to make that more consistent, so you passed\naround Name(NameData pointers) instead of the more generic char *.\nHowever, the Name fields behave like char*... |
[
{
"msg_contents": "I am trying to finish off my Python interface with some extra helper\nfunctions and I need to find the primary key in a table if it exists.\nI have two questions.\n\nAlthough I can't imagine doing so, will the system allow you to create\nmore than one primary key on a table? I just need to k... |
[
{
"msg_contents": "Vadim (or anyone else), can you comment on the use of\nexec_tlist_length() vs. ExecTargetListLength(). This was changed in\nMariposa by removing the first one.\n\nThe first is called only in the planner.c, and computes the length as:\n\n len = 0;\n foreach(tl, targetlist)\n {\n ... |
[
{
"msg_contents": "The weekend's hacking on s_lock.h broke it for all platforms that\nneed non-default definitions of S_UNLOCK or S_INIT_LOCK (hpux,\nalpha, a couple others). Someone put unconditional definitions\nof those macros at the bottom of the file. I suspect this was a\nplain old editing typo, but per... |
[
{
"msg_contents": "I have found cvs creating many directories that I know were removed from\nthe source tree. I now use the -P option to cvs update/checkout to\nprevent this from happening.\n\n -P Prune (remove) directories that are empty after\n being updated, on checkout, or updat... |
[
{
"msg_contents": "> Vadim (or anyone else), can you comment on the use of\n> exec_tlist_length() vs. ExecTargetListLength(). This was changed in\n> Mariposa by removing the first one.\n> \n> The first is called only in the planner.c, and computes the length as:\n> \n> len = 0;\n> foreach(tl, targetlis... |
[
{
"msg_contents": "Hi,\n\nI grabbed the latest from CVS and everything compiles fine and works\nwell.\n\nRegression only fails int8, float8, geometry and union (union all clauses)\n\nI'll be having another play later with my test DB.\n\nKeith.\n\n\nBruce Momjian <maillist@candle.pha.pa.us>\n\n> \n> Patch applie... |
[
{
"msg_contents": "As people analyze parts of the source tree, I would appreciate a README\nwriteup of the file names in the directory and their use, or the purpose\nof the directory. You can see examples of some of them already in the\nsources.\n\nI have done quite a bit of developer documentation, and that h... |
[
{
"msg_contents": "> browse: <http://www.msnbc.com/news/181503.asp>. Thanks\n> to Greg Smith <greg@zoot.zzz.iipo.gtegs.com> for forwarding.\n\n After shying away from the Linux platform for several months,\n Informix Corp. will do an about face at its international users\n conference in Seattle this week. Arc... |
[
{
"msg_contents": "Backends fetch 1024 XIDs now and place them in shmem.\nThere is space in VariableCache struct for OIDs as well\nbut I didn't change GetNewObjectId() due to the \nCheckMaxObjectId() stuff... Bruce ?\n\nAll other LLL stuff will be #ifdef-ed...\n\nVadim\n",
"msg_date": "Tue, 21 Jul 1998 14:3... |
[
{
"msg_contents": "\"Thomas G. Lockhart\" <lockhart@alumni.caltech.edu> wrote\n\n> > > Because we just create a unique index on a PRIMARY specification, I\n> > > think any unique index on a field shows it as primary.\n> > Hmm. Any chance we can somehow flag it as well? Perhaps a new bool\n> > field in pg_inde... |
[
{
"msg_contents": "Bruce Momjian <maillist@candle.pha.pa.us> wrote:\n> \n> Doing complex stuff like indexing with contrib stuff is tricky, and one\n> reason we want to move stuff out of there as it becomes popular. It is\n> just too hard for someone not experienced with the code to implement. \n> Add to this t... |
[
{
"msg_contents": "> Thomas - get a load of this...I argued with these guys for 2\n> years. And now when PostgreSQL makes it irrelevant, they port.\n\nWell, it will be interesting to see how they do. They can't beat us on\nprice, and don't have a particularly open interface, but it might be fun\nto try to inte... |
[
{
"msg_contents": "\nDoes anyone here use the editor FTE? The author's site's been down for\nover a week (one of those university machines) and I've been unsuccessful\nfinding a mirror. Does someone have a copy I can either ftp or you can\nmail?\n\nThanks in advance,\nVince.\n-- \n============================... |
[
{
"msg_contents": "\"Thomas G. Lockhart\" <lockhart@alumni.caltech.edu> wrote:\n> \n> > Thomas - get a load of this...I argued with these guys for 2\n> > years. And now when PostgreSQL makes it irrelevant, they port.\n> \n> Well, it will be interesting to see how they do. They can't beat us on\n> price, and do... |
[
{
"msg_contents": "http://www.benchmarkresources.com\n\n** NEW ** We are proud to announce the complete text of Jim Gray's\n\"Benchmark Handbook, Second Edition)\" published by Morgan Kaufmann\nPublishers, Inc. is now on-line. The site includes both HTML and PDF\nformats of the chapters. This practical gui... |
[
{
"msg_contents": "I'm working on a docs roadmap to help coordinate the transition to SGML\nsources for some of the docs. I did an inventory of the source tree and\nfound around 400 files which have something to do with documentation!\nLots to keep track of, and we might want to think about how to\nconsolidate ... |
[
{
"msg_contents": "I have added this to the developers FAQ. It is an on-line SQL\nperformance book.\n\n---------------------------------------------------------------------------\n",
"msg_date": "Wed, 22 Jul 1998 12:57:07 -0400 (EDT)",
"msg_from": "Bruce Momjian <maillist@candle.pha.pa.us>",
"msg_f... |
[
{
"msg_contents": "How do you unsubscribe from this list?\n\nEric Thompson\nJ. Eric Thompson\njet@accessone.com\n(260)781-6991\n",
"msg_date": "Wed, 22 Jul 1998 21:19:03 +0000",
"msg_from": "\"J. Eric Thompson\" <jet@accessone.com>",
"msg_from_op": true,
"msg_subject": "Unsubscribing"
}
] |
[
{
"msg_contents": "Hi.\nI just noticed something interesting. I don't know if my idea is better or\nif it wasn't implemented because it violates some SQL rule...\n\nsearchengine=> create table test ( test1 int4, test2 int4);\nCREATE\nsearchengine=> create index test_itest1 on test (test1);\nCREATE\n<insert a pi... |
[
{
"msg_contents": "\nselect max(ccorderseq) from ccorder;\nmax\n---\n603\n(1 row)\n\nicv=> select * From the_view where ccorderseq = 603;\n\n[ I get the row back ]\n\nselect * From the_view where ccorderseq = (select max(ccorderseq) from ccorder);\n\nI don't get the row back. nothing has changed, the max value... |
[
{
"msg_contents": "I need in help:\n\nlet's say you have serialized transaction in one session...\nNow, some other user drops a table that was in data base when \nserialized transaction began but does it before this transaction\nread table (first time)...\n\n1. Will RDBMS allow to drop table? (And so abort\n ... |
[
{
"msg_contents": "I have douwnloaded InterBase 4.0 for Linux from\nhttp://www.interbase.com/download/linux/ and am amazed by its I18N\nsupport. It doesn't have NATIONAL CHARACTER yet. It do support\nCHRACTER SET syntax for CREATE DATABASE/CREATE TABLE/ALTER TABLE etc.,\nhowever. Also, it has COLLATE syntax i... |
[
{
"msg_contents": "I've successfully ported PostgreSQL to HPUX 9.0.* but there is a strange\nbehaviour with the datetime data type.\n\nIf do do this sequence :\n\n$ createdb mydb\n[OK]\n\n$ psqk mydb\n\nmydb==> create table foo (ffoo datetime);\n[OK]\n\nmydb==> insert into foo values ('01/01/1998');\n[OK]\n\nmy... |
[
{
"msg_contents": "Davide Libenzi wrote:\n> \n> After a lot of changes I've compiled,linked and tested (regression) my\n> PostgreSQL installation no HPUX 9.*.\n> \n> I've also built and installed the ODBC driver and I get Ms Access error\n> which the PostgresSQL server log in \"palloc failure : memory exausted\... |
[
{
"msg_contents": "Pathc PHSS_4630 applied !\n\nEverything OK\n\n----\nDavide Libenzi at :\nMaticad s.r.l.\nVia Della Giustizia n.9 Fano (PS) 61032 Italy\nTel.: +39-721-808308 (ra) Fax: +39-721-808309\nEmail: <davidel@maticad.it>\nWWW: <http://www.maticad.it>\n\n-----Original Message-----\nFrom: Davide Libenzi... |
[
{
"msg_contents": "Davide Libenzi wrote:\n> \n> I think this is not my case.\n> See attachment log for details.\n> \n\n>From looking at the log that is *exactly* your case. I pulled the\noffending query out and cleaned it up a bit.\n\nYou have a two-part key (padre & figlio) and you can see the multiple\nOR'... |
[
{
"msg_contents": "\nIs something broken in the \"between\" command? I have 6.3 running on the\nproduction machine and the following sql statement works fine:\n\nselect city from camps3 where lat between 43.833298 and 44.233298;\n\nOn Jul 20, I cvsup'd the current version and have it running and the same\ncall... |
[
{
"msg_contents": "How (can?) you create pointers in a database?\nBy this I mean can you put a filename, ftp address, URL, etc that the\ndatabase would nterperet.\n\n-Greg\n\n",
"msg_date": "Thu, 23 Jul 1998 16:29:22 -0400",
"msg_from": "Gregory Holston <holston@itd.nrl.navy.mil>",
"msg_from_op": tr... |
[
{
"msg_contents": "\nDunno why, but I rebooted and the between clause now works. Go figure..\n\nVince.\n-- \n==========================================================================\nVince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null\n # include <std/disclaimers.h> ... |
[
{
"msg_contents": "At 10:56 PM 7/23/98, The Hermit Hacker wrote:\n>On Thu, 23 Jul 1998, Maarten Boekhold wrote:\n\n>> In fact, they are handled by SQL: CREATE DATABASE and DROP DATABASE. The\n>> createdb and destroydb tools just call these SQL statements....\n>\n> Here's an odd thought:\n>\n> Let'... |
[
{
"msg_contents": "Could anybody tell me how many tables/colums are allowed?\n\n1. maximum number of tables in a database\n\nI guess only the limitiation is OID for each table. So it's up to 2^31 \nin theory?\n\n2. maximum number of indexes in a database\n\nditto.\n\n3. maximum number of tuples in a table\n\ndi... |
[
{
"msg_contents": "\n\tHey, I never saw a follow-up on any of the BLOB questions, so I thought\nI'd throw them in here again:\n\n\tIs there a way to actually *delete* a BLOB?\n\n\tIs anyone working on BLOBs?\n\n\tLast time I tried to use it, it seemed to store each BLOB in a file by\nitself (two files?) in the ... |
[
{
"msg_contents": " Just thought I'd chip in my two cents on all of this. Pardon me if\nI'm not totally coherent... I've only had a few hours of sleep in the\nlast few days.\n It seems to me that the best solution is a unified CIDR type (using\nthe proper terminology) which can represent hosts, networks, a... |
[
{
"msg_contents": "I made an index on the OID field of a table, but I find that the system\nis still pretty picky about whether it will use the index or not.\n\ntgl=> explain select * from history where oid = 34311;\nNOTICE: QUERY PLAN:\nSeq Scan on history (cost=25.66 size=1 width=100)\ntgl=> explain update ... |
[
{
"msg_contents": "At 4:26 PM 7/24/98, Bruce Tong wrote:\n\n>Since I'm learning SQL in my spare time, I tend to use these feature in MS\n>Access and PgAccess to point me in the right direction or sometimes\n>confirm, or deny my assertions.\n\nAbsolutely. For new (to me) SQL, I point and click at what I think M... |
[
{
"msg_contents": "> >> >Removed <> around user-supplied values, and uppercase the reserved words\n> >> >to make things clear. I don't think there is a need to do this on the\n> >> >manual pages because we have bolding. Comments?\n> >>\n> >> You the man! :-)\n> >>\n> >\n> >That is funny. Comments on the man... |
[
{
"msg_contents": "> >Should I change the manual pages to keywork uppercase too, or just psql\n> >help?\n> \n> Oh sorry. The bold etc on the web is great. ALL CAPS is only for\n> unformatted text, imho...\n\nI agree. That is my personal opinion too.\n\n\n-- \nBruce Momjian | 830 Bly... |
[
{
"msg_contents": "Hi,\nit's easy to fix the typo in backend/parser/gram.y on line 2031 (:->;).\nNext problem is pg_wchar.h. This header file moved from /include/regex\nto /include/mb. A 'make depend' doesn't help very much, so I copied it\nback to the regex subdirectory.\n\n-Egon\n",
"msg_date": "Sat, 25 J... |
[
{
"msg_contents": "Hi,\n\ncompilation of the current snapshot \n\n 4137013 Jul 25 07:02 postgresql.snapshot.tar.gz\n\ndies on linux with the following error:\n\nmake[2]: Entering directory `/usr/local/postgresql-6.4beta/src/backend/parser'\n/usr/bin/bison -y -d gram.y\nconflicts: 1 shift/reduce\nmv y.tab.... |
[
{
"msg_contents": "Hi,\n\nlooks like a typo:\n\n\n*** gram.y.orig Sat Jul 25 21:48:53 1998\n--- gram.y Sat Jul 25 21:49:05 1998\n***************\n*** 2028,2034 ****\n ;\n \n opt_trans: WORK { $$ = NULL; }\n! | ... |
[
{
"msg_contents": "Hi,\n\nmake[2]: Entering directory `/usr/local/postgresql-6.4beta/src/bin/initdb'\nmake[2]: *** No rule to make target `initdb.sh', needed by `initdb'. Stop.\n\nindeed, initdb.sh is missing:\n\nsls:postgres> l /usr/local/pgsql/src/bin/initdb\ntotal 3\ndrwxr-xr-x 2 postgres users 102... |
[
{
"msg_contents": "With fairly current sources (last cvs update on 7/20), I am seeing\noccasional occurrences of \n\tNOTICE: Non-functional update, only first update is performed\nI think this is a bug. The update commands that are triggering this\nmessage *are* getting executed. I looked at the sources and ... |
[
{
"msg_contents": "Here are additional patches for the UnixWare 7 port.\n\nSummary of changes:\n\nIn pqcomm.h, use the SUN_LEN macro if it is defined to calculate the size of \nthe sockaddr_un structure.\n\nIn unixware.h, drop the use of the UNIXWARE macro. Everything can be handled \nwith the USE_UNIVEL_CC an... |
[
{
"msg_contents": "Me again (The guy with the huge tables)\n\nPostgres is started with:\nexec /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data -o '-F -B \n64 -S 262144 -o /var/log/postgres/errors' &\n\nThe important part here is the -S 262144. I want it to use up to 256 megs\nof RAM for sorting. Datasiz... |
[
{
"msg_contents": "subscribe\n\n\n\n",
"msg_date": "Sun, 26 Jul 1998 15:17:00 +0200 (CEST)",
"msg_from": "Cyril VELTER <cyril@micronet.fr>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "With current development sources, I am noticing that if I delete a large\nnumber of entries from a table, the next vacuum on the table will spend\nan *unreasonable* amount of time vacuuming the indexes on the table.\n\nHere's a sample vacuum log:\n\nNOTICE: --Relation marketorderhistory--\nN... |
[
{
"msg_contents": "DROP INDEX fails on overlength table names:\n\ntgl=> CREATE UNIQUE INDEX MarketOrderHistory_sequenceNo_Index\ntgl-> ON MarketOrderHistory USING btree (sequenceNo);\nCREATE\ntgl=> DROP INDEX MarketOrderHistory_sequenceNo_Index;\nERROR: pg_ownercheck: class \"marketorderhistory_sequenceno_inde... |
[
{
"msg_contents": "I've been thinking about changing the libpq library to reduce and\ncentralize its dependence on printing messages to stderr. This\nseems like a good idea on general principles, and it will be vital\nif people want to run PostgreSQL clients on WIN32 (as Magnus Hagander's\nrecent patches make ... |
[
{
"msg_contents": "> Date: Sun, 26 Jul 1998 21:43:17 +0200 (MET DST)\n> From: Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>\n> Subject: Re: [HACKERS] Minor bug: inconsistent handling of overlength names\n> \n> On Sun, 26 Jul 1998, Tom Lane wrote:\n> \n> > DROP INDEX fails on overlength table names:\n> >\n> ... |
[
{
"msg_contents": "As promised, I am posting an analysis of the current OR clause issues. \nThey are causing people problems, and this is something that I want to\naddress for 6.4.\n\nWe have two problems. First, indexes are not used with OR's. This is a\nserious problem, with no good workaround. I have loo... |
[
{
"msg_contents": "I have posted to the general news group but need a more definitive response.\n\nI am running Postgresql 6.1 on SunOS 5.5.1. We are presently looking into \nupgrading to Postgresql 6.3.2, but are having a problem with pg_dump core\ndumping. It looks like the output is OK, but I would like to ... |
[
{
"msg_contents": "I'm trying to build the ODBC driver to use with an iODBC interface for\nthe upcoming release of ApplixWare on Linux. I notice that in the last\nfew days the psqlodbc distribution has acquired a Makefile and a\nREADME.Linux, but the build is not going very well.\n\nHas anyone tried to build on... |
[
{
"msg_contents": "I've just noticed that libpq doesn't cope very gracefully if the backend\nexits when not in the middle of a query (ie, because the postmaster told\nit to quit after some other BE crashed). The behavior in psql, for\nexample, is that the next time you issue a query, psql just exits\nwithout p... |
[
{
"msg_contents": "subscribe\n\n",
"msg_date": "Wed, 29 Jul 1998 16:30:44 +0200",
"msg_from": "\"Robert Nosko\" <robertn@eori.net.pl>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "Hi David. I see that Informix now has a no-cost developers version of a\ndatabase available for Linux (Informix-SE; sounds sort of light-weight).\nI am planning on installing it to see what it can do (if it will work\nwith my RH4.2 system; it claims to work on Caldera and SuSE only).\nAnyway,... |
[
{
"msg_contents": "\nThomas wrote:\n\n>Hi David. I see that Informix now has a no-cost developers version of a\n>database available for Linux (Informix-SE; sounds sort of light-weight).\n>I am planning on installing it to see what it can do (if it will work\n>with my RH4.2 system; it claims to work on Caldera a... |
[
{
"msg_contents": "ernst.molitor@uni-bonn.de writes:\n> The command\n> cvs -z3 -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot co -P pgsql\n> returns \n> Fatal error, aborting.\n> : no such user\n\nYeah, the cvs server at postgresql.org has been broken for a couple days\nnow. I'm seeing the same an... |
[
{
"msg_contents": "Vadim wrote:\n>It's nice to see expected results but I still have some\n>new questions - please help!\n\n>1. CREATE TABLE test (x integer, y integer)\n>2. INSERT INTO test VALUES (1, 1);\n> INSERT INTO test VALUES (1, 2);\n> INSERT INTO test VALUES (3, 2);\n>3. run two session T1 and... |
[
{
"msg_contents": "\nThe CVS problem is still hampering me in getting JDBC uptodate. I'm still\ngetting:\n\n[peter@maidast pgsql]$ cvs update\nFatal error, aborting.\n: no such user\n\nMarc, any news when CVS will be available again?\n\nCurrently, I haven't got a working backend here, and I have a queue of\nthi... |
[
{
"msg_contents": "I. First, we need not in long-term page/row locking unlike\nsystems using locks for concurrency/consistency control.\nAll what we need we already have: xmax. When UPDATE/DELETE\nwill like to change row with valid xmax, they will check\nis this transaction running or not. If it's running then\... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.