threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Bruce, could you update following in HISTORY:\n\nAllow automatic conversion to Unicode (Tatsuo)\n\nto:\n\nAllow automatic conversion to/from Unicode (Tatsuo, Eiji)\n\nEiji Tokuya <e-tokuya@Mail.Sankyo-Unyu.co.jp> has contributed a better\nconversion map for SJIS.\n--\nTatsuo Ishii\n",
"ms... |
[
{
"msg_contents": "There is a link to sqlSQL for win32 here\nhttp://208.160.255.143/pgsql/pgsql.exe . Not tried it yet but it has been\nposted here before.\n\nRegards\n\nBen\n\n> -----Original Message-----\n> From: Peter T Mount [mailto:peter@retep.org.uk]\n> Sent: 06 February 2001 10:23\n> To: sourabh.dixit@w... |
[
{
"msg_contents": "\n\nHi,\n\nI realy get into problems witht his one.\n\nI've made an Irix nss library which connects to postgresql.\nBut somehow the backend doesn;t get into active status.\n\nThe blocking PQconnectdb halts until timeout (if i ignore the\nerrormessage, the results return right after the timeou... |
[
{
"msg_contents": "Hi,\n\nWell i create a new type. I want indexing my new type but i\ncan't , postgresql erro : my type has no default operator class\nSo i use the following query in order to have default operator:\nINSERT INTO pg_opclass(opcname,opcdeftype) select 'ean13_ops',oid\n from pg_type where typname ... |
[
{
"msg_contents": "Does anyone know why the MySQL web site is missing:\n\n\thttp://www.tcx.se/\n\nIt shows an empty page. Did they just close it?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard driv... |
[
{
"msg_contents": "Dear friends,\n\n\tI have been searching the mailing lists for a couple of days now hoping to\nfind a solution to my problem. Well I hope I find a solution here. \n\nThe problem is such:\n\t\tI have a Win32 application that uses ODBC to connect to the Postgres (ver\n6.5) on RedHat Linux dbase... |
[
{
"msg_contents": "While working on fixing the ODBC driver, I did several things I should\nnot have done during beta. First, I removed the feature that allowed\nODBC to talk to backends of version <=6.3. This should not have been\ndone during beta. I did this very quickly, with little warning to\nusers. Sec... |
[
{
"msg_contents": "Hi all,\n\nI have a question of PostgreSQL's floating point\nrepresentation.\n\ncreate table t (fl1 float4, fl2 float4, fl3 float4);\ninsert into t values (1.234567, 1.23457, 1.23457);\nselect * from t;\n fl1 | fl2 | fl3\n---------+---------+---------\n 1.23457 | 1.23457 | 1.23457\n... |
[
{
"msg_contents": "\nHi,\n\nI'm using the Logical Volume Manager with the 2.4.1 (sorry for forgetting\nto specify the exact version). What I am now suspecting is memory. Once I\ndowngraded to 128MB (from 384MB), this night the error did not show up.\n\nWhat showed up was the \"Error index_formtuple: data take... |
[
{
"msg_contents": "Hello,\n\nThere is a bug in the binary distribution for S.u.S.E. 7.0; in the script \n\"/etc/rc.d/postgres\", in the \"start\" clause.\n\nThe -D option of the postmaster daemon is used to declare where is the data \ndirectory.\n\nYou do it like this:\n\n\tpostgres -D$datadir\n\nbut you must d... |
[
{
"msg_contents": "MATCH PARTIAL isn't in 7.1. Is it?\n\nMike Mascari\nmascarm@mascari.com\n\n",
"msg_date": "Fri, 16 Feb 2001 09:29:02 -0500",
"msg_from": "Mike Mascari <mascarm@mascari.com>",
"msg_from_op": true,
"msg_subject": "MATCH PARTIAL"
},
{
"msg_contents": "No. In parser/gram.... |
[
{
"msg_contents": "Just a quick question, but how much of SQL92 Entry Level does 7.1 support, and \nwhat parts haven't we got (yet)?\n\nI need to know for a couple of internal bits in the JDBC driver...\n\nPeter\n\n-- \nPeter Mount peter@retep.org.uk\nPostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/\nR... |
[
{
"msg_contents": "Hello!!\n\nI need demostrate that PostgreSQL is a great RDBMS for my undergraduate\nproject, because this, Does somebody has a bechmark (or similar\ndocument) between Postgres and others DB (commercial DB's, principally)?\n\nThanks in advance!!\n\n\n\n",
"msg_date": "Fri, 16 Feb 2001 12:1... |
[
{
"msg_contents": "\tI had postgres start blocking all it's UPDATEs on a production\ndatabase today, when an engineer added the following two tables,\namong other things. We've had to restore from backup, and the\ninteresting thing is that when we re-add these tables, things\nbreak again.\n\t\nVersion: Postgr... |
[
{
"msg_contents": "\nthings appear to have quieted off nicely ... so would like to put out a\nBeta5 for testing ...\n\nTom, I saw/read your proposal about the JOIN syntax, but haven't seen any\ncommit on it yet, nor any arguments against the changes ... so just\nwondering where those stand right now?\n\nMarc G.... |
[
{
"msg_contents": "Hi\nI'd like to know if someone is working on the ALTER TABLE specs of Postgres. \nI think that on this field there is much to do, especially comparing with \nother DB servers, which let you change lots of more things that Postgres \ndoesn't.\nHope this can make a better product for the movin... |
[
{
"msg_contents": "ISTM that it is mighty confusing that extract() and date_part() don't\naccept the same set of \"field\" arguments.\n\n-> SELECT EXTRACT(decade FROM TIMESTAMP '2001-02-16 20:38:40');\nERROR: parser: parse error at or near \"decade\"\n=> SELECT EXTRACT(\"decade\" FROM TIMESTAMP '2001-02-16 20:... |
[
{
"msg_contents": "The age() function is documented as \"Calculate time difference while\nretaining year/month fields\", but it doesn't seem to do anything different\nfrom a plain date subtraction with a few time zone problems added in:\n\nselect age(date '1999-05-17', date '1957-06-13');\n age\n--... |
[
{
"msg_contents": "Perhaps someone can explain what's wrong with this. Excuse the mess,\nit was cut out of a much larger function but reliably creates the\nerror on my Postgres 7.1 beta 4 machine.\n\nCompile C function, restart postgres (for the heck of it), create a\nnew db (I used 'stuff), import sql. The i... |
[
{
"msg_contents": "While poking at Peter Schmidt's comments about pgbench showing worse\nperformance than for 7.0 (using -F in both cases), I noticed that given\nenough buffer space, FileWrite never seemed to get called at all. A\nlittle bit of sleuthing revealed the following:\n\n1. Under WAL, we don't write ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Sent: Friday, February 16, 2001 7:13 PM\n> To: Schmidt, Peter\n> Cc: 'Bruce Momjian'; 'Michael Ansley'; 'pgsql-admin@postgresql.org'\n> Subject: Re: [ADMIN] v7.1b4 bad performance \n> \n> \n> \"Schmidt, Peter\" <pete... |
[
{
"msg_contents": "The html docs should once again be generated automatically on\npostgresql.org on a twice-daily basis. Thanks to Peter E for working me\nthrough the toolset and configuration changes...\n\n - Thomas\n",
"msg_date": "Sat, 17 Feb 2001 14:58:12 +0000",
"msg_from": "T... |
[
{
"msg_contents": "Ok, after Tatsuo and Peter have both said that building without locale\nsupport should not use the locale support in the OS, and remembering my\n6.5.3 experience of a year back, I decided to test it out completely. \nAnd I am wrong with respect to 7.1beta4.\n\nFor 7.1beta4 disabling locale wi... |
[
{
"msg_contents": "A comment on microsecond delays using select(). Most Unix kernels run\nat 100hz, meaning that they have a programmable timer that interrupts\nthe CPU every 10 milliseconds. The kernel only gets to control the cpu\nduring those tick interrupts or if a user application makes a kernel\ncall.\n... |
[
{
"msg_contents": "I want to give some background on commit_delay, its initial purpose, and\npossible options.\n\nFirst, looking at the process that happens during a commit:\n\n\twrite() - copy WAL dirty page to kernel disk buffer\n\tfsync() - force WAL kernel disk buffer to disk platter\n\nfsync() take much lo... |
[
{
"msg_contents": "Hi,\n\nNot sure if anyone will find this of interest, but I ran\npgbench on my main Linux box to see what sort of performance\ndifference might be visible between 2.2 and 2.4 kernels.\n\nHardware: A dual P3-450 with 384Mb of RAM and 3 SCSI disks.\nThe pg datafiles live in a half-gig partition... |
[
{
"msg_contents": "\tHi all,\n\n\tI finished the beta version of my PL/SQL-to-PL/PgSQL-HOWTO last night\nand put it in http://www.brasileiro.net/roberto/howto .\n\tIt explains basic differences between Oracle's PL/SQL and PG's\nPL/PgSQL and how to port apps from one to the other. It also includes my\ninstr func... |
[
{
"msg_contents": "Hi,\n\nThere seems to be a teeny-tiny bug in the beta4 RPMS.\n\n/etc/rc.d/init.d/postgresql contains:\n\n# PGVERSION is:\nPGVERSION=7.1beta3\n\nMatthew.\n\n",
"msg_date": "Sun, 18 Feb 2001 11:18:39 +0000 (GMT)",
"msg_from": "Matthew Kirkwood <matthew@hairy.beasts.org>",
"msg_from_... |
[
{
"msg_contents": "Say Bruce, I notice that a lot of the files under src/bin still have\n\n# Copyright (c) 1994, Regents of the University of California\n\nand have never had a Postgres group copyright added to them. I updated\ncreatedb just now to\n\n# Portions Copyright (c) 1996-2001, PostgreSQL Global Devel... |
[
{
"msg_contents": "PHP 4.0.4pl1 Build dies with current CVS:\nMaking all in pgsql\ngmake[2]: Entering directory `/home/ler/php/ext/pgsql'\ngmake[3]: Entering directory `/home/ler/php/ext/pgsql'\n/bin/sh /home/ler/php/libtool --silent --mode=compile cc -Xb -I.\n-I/home/ler/php/ext/pgsql -I/home/ler/php/main -I/... |
[
{
"msg_contents": "Re-Sent due to bounce from ftp.postgresql.org\n\n----- Forwarded message from Larry Rosenman <ler@lerctr.org> -----\n\nFrom: Larry Rosenman <ler@lerctr.org>\nSubject: Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS\nDate: Sun, 18 Feb 2001 14:41:33 -0600\nMessage-ID: <20010218144133.... |
[
{
"msg_contents": "OK, I found it. PHP was including postgres.h (which we no longer\ninstall...., so we were picking up a Feb 7 version). \n\nChanging php's ext/pgsql/php_pgsql.h to #include <postgres_fe.h>\nfixes it. \n\nThis is a gotcha for people following CVS or not cleaning out \nthe $(DESTDIR)/include di... |
[
{
"msg_contents": "\nStarting with PostgreSQL 7.1beta5 (or current CVS), PHP's pgsql\nextension needs to only include <postgres_fe.h> to compile. \n\nHere is a patch:\n\nIndex: php_pgsql.h\n===================================================================\nRCS file: /cvsroot/php/ext/pgsql/php_pgsql.h,v\nretri... |
[
{
"msg_contents": "\nWhat works:\n\n# select o.id from op o order by o.id;\n# select o.id from op o union all SELECT -1 order by id;\n\nDoes not work:\n\n# select o.id from op o union all SELECT -1 order by o.id;\nERROR: Relation 'o' does not exist\n# select o.id from op o union all SELECT -1 from op o order b... |
[
{
"msg_contents": "At 20:40 18/02/01 -0500, Tom Lane wrote:\n>Philip Warner <pjw@rhyme.com.au> writes:\n>>> Hmm, that's definitely what SQL99 uses for the syntax. I wonder where\n>>> Jan got the SELECT INTO syntax --- did he borrow it from Oracle?\n>\n>> Sadly, we made it up.\n>\n>Ah so. Well, friendliness as... |
[
{
"msg_contents": "Dear All PostgreSQL Expert,\n\n May I know where can I download the postgreSQl for window98 and how to\ninstall it?\n\nThanks!\n\nJasper\n\n\n\n\n\n\n\nDear All PostgreSQL Expert,\n \n May I know where can I download the \npostgreSQl for window98 and how to\ninstall it?\n \nThanks!\n \nJa... |
[
{
"msg_contents": "\n> > The easy fix is to just set the delay to zero. Looks like that will fix\n> > most of the problem.\n> \n> Except that Vadim had a reason for setting it to 5, and I'm loath to see\n> that changed unless someone actaully understands the ramifications other\n> then increasing performance .... |
[
{
"msg_contents": "\n> We *do* need to support ROW_COUNT, but allowing\n> \n> GET DIAGNOSTICS Select ROW_COUNT, SQLCODE, OID Into :a,:b:,:c;\n> \n> is a lot friendlier than the standard:\n> \n> GET DIAGNOSTICS :a = ROW_COUNT;\n> GET DIAGNOSTICS EXCEPTION 1 :b = SQLCODE;\n> GET DIAGNOSTICS :c = O... |
[
{
"msg_contents": "Your name : Sezai YILMAZ \nYour email address : sezaiy@ata.cs.hun.edu.tr\n\n\nSystem Configuration\n---------------------\n Architecture (example: Intel Pentium) : AMD Duron\n\n Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.17 ELF\n\n PostgreSQL ... |
[
{
"msg_contents": "Hi all!\n\nIRCCS E. Medea is an Italian no-profit scientific and clinical research institute. It spreads over 5 different geographical locations connected through a private data network. \n\nWe are using PostgreSQL as DBMS because its object-oriented features qualify it for managing biomedica... |
[
{
"msg_contents": "\n> > So, what was the case against using yield (2) ?\n> \n> $ man 2 yield\n> No entry for yield in section 2 of the manual.\n> \n> Lack of portability :-(\n\nI can't beleive that AIX finally has a convenience function that \nis missing in mainstream unix :-)\n\n$man 2 yield\nPurpose\n\tYield... |
[
{
"msg_contents": "Over the weekend I noticed that Tatsuo's pgbench benchmark seems to\nspend an awful lot of its time down inside _bt_check_unique. This\nhappens because with table declarations like\n\ncreate table accounts(aid int, primary key(aid), bid int,\n\t\t\tabalance int, filler char(84)) \n\nand comm... |
[
{
"msg_contents": "A friend asked me to figure out how to access PostgreSQL from Tcl via\nODBC. For posterity, here's the step by step \"how I did it\" that I\nemailed to him. I don't know Tcl, this was just about getting the\ncompile options correct and doing the proper sysadminning to make\nthings work.\n\nCo... |
[
{
"msg_contents": "I notice that if the platform's template doesn't set CFLAGS, then\nconfigure will give you -g in CFLAGS whether you ask for it or not\n(courtesy of AC_PROG_CC). The --enable-debug configure switch thus does\nnot function as advertised. If we are going to say that --enable-debug\nisn't recom... |
[
{
"msg_contents": "I find that if one specifies, say,\n\n\tconfigure --with-includes=/usr/local/include\n\none gets compiler commands like\n\n\tcc -Ae -g +z -I/usr/local/include -I../../../src/include -I../../../src/interfaces/libpq -c -o pgtcl.o pgtcl.c\n\nbecause the -I commands are added to CPPFLAGS which a... |
[
{
"msg_contents": "Hi,\nin my java code I am creating 3 temporary tables, then calling a stored\nprocedure which calls another stored procedure.\nthen I drop the temporary tables. \n\nthe first time around , eveything is OK , then when repeating the action I\nget \n\"ExecOpenScanR: failed to open relation 2808... |
[
{
"msg_contents": "Hi,\n\n While trying 7.1b4 I got this using JDBC2:\n\nERROR: A request from 10.0.0.46 (10.0.0.46) resulted in\njava.lang.NumberFormatException: 20 18:46:53+09\njava.lang.NumberFormatException: 20 18:46:53+09\n at java.lang.Integer.parseInt(Integer.java, Compiled Code)\n at ja... |
[
{
"msg_contents": "Why not add CFLAGS=+02 to the hpux template?\n\nAlso, it should work now to build with any random combination of C and C++\ncompilers, so maybe try that and remove that point.\n\n-- \nPeter Eisentraut peter_e@gmx.net http://yi.org/peter-e/\n\n",
"msg_date": "Tue, 20 Feb 2001 17... |
[
{
"msg_contents": "Would there be any value in setting up a project on sourceforge to make use\nof their compile farm? I know that it doesn't cover all platforms, but it\nwould perhaps be a start to mechanical compile and regression testing.\n\nJust a thought...\n\n\nMikeA\n\n\n\n-----Original Message-----\nFr... |
[
{
"msg_contents": "Hi,\n\nDoes anyone know how postgres/ postmaster handles the\nsituation where the physical hard disk space is full ?\nDoes it crash / corrupt the database, or does it\ncleanly exit with appopriate message so that relevant\ntables can be pruned (by the user) to free up disk\nspace and get it w... |
[
{
"msg_contents": "I happen to know this very well... It handles things very gracefully as far\nas I can tell. I complains that it can't extend the table and bails out of\nthe transaction. I just wish it didn't happen so often... <grin>\n\nMike Diehl,\nNetwork Monitoring Tool Devl.\n284-3137\njdiehl@sandia.g... |
[
{
"msg_contents": "\n> > Anyway, your proposal is just fine since we haven't decoupled these\n> > things farther back in the server. But eventually we should hope to have\n> > SQL_ASCII and other character sets enforced in context.\n> \n> Now I'm confused. Are you saying that we *should* treat identifier case\... |
[
{
"msg_contents": "Hello:\n\nI have problems with a LOCK sentence and ECPG. Could anybody tell me if I can execute some sentences simila to:\n\nEXEC SQL LOCK TABLE users IN SHARE ROW EXCLUSIVE MODE;\n\n\nWhere is my error?\n\n\nThanks\n\n\nJhon Orellana\nwebmaster@ecuadorcomercial.com\nsoporte@ecuadorcomercial.... |
[
{
"msg_contents": "I can find no use of LP_DELETE as defined as a flag in storage/itemid.h.\nA few places test it, but no one sets it.\n\nCan anyone else? Can I remove it in 7.2?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\... |
[
{
"msg_contents": "Hi all\nI develop in Visual FoxPro and I need to connect a client of Visual FoxPro\nwith a database PostgreSQL of a Server Linux\ncan somebody help me?\nI don't know English a lot so they excuse me if I write bad\n\nThank's\n\n",
"msg_date": "Tue, 20 Feb 2001 18:16:47 -0500",
"msg_fro... |
[
{
"msg_contents": "Hiroshi,\nIs there any chance you can send the pgbench changes to me so that I can\ntest this scenario?\nThanks.\nPeter\n\n> -----Original Message-----\n> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]\n> Sent: Tuesday, February 20, 2001 3:31 PM\n> To: Tom Lane\n> Cc: Schmidt, Peter; pgsql-hack... |
[
{
"msg_contents": "Do we put special information into the first page of each heap file? I\nthought we used to, but I don't see that anymore.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, ... |
[
{
"msg_contents": "From: \"Jeff Lu\" <jklcom@mindspring.com>\nSubject: Multibyte examples\nDate: Tue, 20 Mar 2001 12:38:26 -0500\nMessage-ID: <NDBBIHPECLIGKCCLMACAEEPDCJAA.jklcom@mindspring.com>\n\n> Tatsuo Ishii\n> \n> I've finally got the envirnoment set up to work with PostgreSQL, cygwin on\n> NT\n> \n> Coul... |
[
{
"msg_contents": "I've been working to make PostgreSQL run on SunOS4 (again).\n\nSo far I have found following issues:\n\no c.h 's sunos4 part should not include varargs.h. (Tom has already\n fixed it) Instead, stdlib.h and stdarg.h should be included.\n\no no RAND_MAX or EXIT_FAILURE found. I simply added th... |
[
{
"msg_contents": "\n Hi,\n\n I a little work with encodings (Japanese, Latin(s)) and I see that \nPG use non-standard encoding names.\n\n Why is here SJIS instead Shift-JIS, EUC_JP intead EUC-JP, \nLatin2 instead ISO-8859-2 ?\n\n It is not good for example for applications that output data to HTML and \nneeds ... |
[
{
"msg_contents": "I think a formating mode where only the relevant digits are written\nto the output would be great as an alternative to the discussed \nfixed formatting strings. In this context i think of 'relevant' \nas in the following:\n\n'Output as few characters as possible but ensure that scanf is \nsti... |
[
{
"msg_contents": "Is there any way in psql to connect to a database and reduce the run\npriority of the child thread it kicks off ?\ni.e. equivalent of 'nice' on the thread?\n\n From first looks at the code, it seems to fork off the process and there is\na pid that can be niced.\nIf an extra run level paramete... |
[
{
"msg_contents": "I've looked through my archives of pgsql-general and pgsql-hackers and\nhaven't seen this, but I do tend to flush the deleted messages\noccasionally. I'm trying to get a build off the current CVS tree, but\nmy working build is from Sunday evening, so I feel moderately current.\n\nTwo builds o... |
[
{
"msg_contents": "Oops.\n\nI rechecked the start up script, and the 7.0.3 doesn't have fsync off or\nwhatever. Dunno why I thought it was on (heh maybe because it was a lot\nfaster than 6.5.3!).\n\nHmm, this means 7.0.3 is quite fast...\n\nCheerio,\nLink.\n\n\n",
"msg_date": "Thu, 22 Feb 2001 15:26:43 +080... |
[
{
"msg_contents": "hi,\ni have functin which did compile on 7.0.3 and 7.1beta1, and now it doesn't.\nit includes were:\n\n#include <stdio.h>\n#include <string.h>\n#include <ctype.h>\n#include <postgres.h>\n\nsince in 7.1beta4 there is no postgres.h i changed this to:\n\n#include <stdio.h>\n#include <string.h>\n... |
[
{
"msg_contents": "Tom Lane Wrote:\n> The trouble here is that CPU nice doesn't (on most platforms) change the\n> behavior of the I/O scheduler, so this would only be of use to the\n> extent that your queries are CPU bound and not I/O bound.\n\nAssuming there is a major processor hit, and the backend has a UW-S... |
[
{
"msg_contents": "Here's my dillema:\n\nWe are currently building a site with multiple machines to run our website \nand client sites as well. I would like to run the postgres binary on 2 \nmachines concurrently to assist in load balancing. $PGDATA will be kept on \na RAID 1+0. I need to know where postgr... |
[
{
"msg_contents": "Hi all:\n The attachement is the Chinese (GB) patch for PgAccess, don't know\nif it's correct to post here.\nIt's simple to do the translation, And I've test in 7.0.2 & current CVS,\nseems pretty good.\nIf anyone want this little thing, I'll very happy.\nuse it is very simple, just gunzip ... |
[
{
"msg_contents": "> It may be that WAL has changed the rollback\n> time-characteristics to worse than pre-wal ?\n\nNothing changed ... yet. And in future rollbacks\nof read-only transactions will be as fast as now,\nanyway.\n\n> > So my guess is that the 7.1 updates (with default\n> > fsync) are significantly ... |
[
{
"msg_contents": "Hi,\n\nI happenned to come across the following in the\ndocumentation on WAL implementation in v7.1 -\n\n***************************************************** \nBefore WAL, any crash during writing could result in: \n\n 1.index tuples pointing to non-existent table rows\n\n 2.index tupl... |
[
{
"msg_contents": "Here is an article about GPL and GPL version 3.0.\n\n http://icd.pennnet.com/Articles/Article_Display.cfm?Section=Articles&SubSection=Display&ARTICLE_ID=92350&VERSION_NUM=1\n\nThe interesting thing is that Stallman says:\n\n \"Our position is that it makes no difference whether programs are... |
[
{
"msg_contents": "I think UP or SMP should be an option to check, perhaps just a box for the\nnumber of processors. Also something to capture the compile flags. I have\na dual Ppro, and it compiles fine unless I use the -j3 or -j4 commands,\nthen I get an error.\n\nMatt\n\n> -----Original Message-----\n> Fro... |
[
{
"msg_contents": "> I believe it was straight from CVS, perhaps it was the beta4 tarball.\n> Don't know if that counts as a distribution tarball or not. I will test\n> the 7.0.3 release, and double check what the error I'm getting if you\n> would like.\n> \n> -----Original Message-----\n> From:\tPeter Eisentr... |
[
{
"msg_contents": "Appears that permissions applied to a table using the SERIAL element\naren't carried over to the sequence itself.\n\nCreate table with SERIAL, set-up permissions so table is accessible,\nattempt to use inserts. No permission to sequence :(\n\nGuess I won't be using this shortcut, between thi... |
[
{
"msg_contents": "Can someone explain why LockMethodCtl is in shared memory while\nLockMethodTable is in postmaster memory context?\n\nI realize LockMethodCtl has a spinlock, so it has to be in shared\nmemory, but couldn't it all be put in shared memory?\n\nAlso, the code:\n\nLockShmemSize(int maxBackends)\n{\... |
[
{
"msg_contents": "Hi,\nI cannot use any kind of odbc because my customers have his local m$\naccess db's locally then export them on .txt with tab or | separated, then\nput on my server trought ftp.\n\nand is working ok except that the customers are on spanish databases then\na data like:\n--DATE-----NAME-----... |
[
{
"msg_contents": "dear all\nI hava 2 problems about view\n1. i can't insert into view\n2. i can't create view with union\n\nI try to insert into view as following\ncreate table t1 (id int,name varchar(12) check(id<=10));\ncreate table t2 (id int,name varchar(12) check(id>10));\ncreate view v1 as select * from ... |
[
{
"msg_contents": "\n> I hava 2 problems about view\n> 1. i can't insert into view\n\n> I try to insert into view as following\n> create table t1 (id int,name varchar(12) check(id<=10));\n> create table t2 (id int,name varchar(12) check(id>10));\n> create view v1 as select * from t1,t2;\n\nThis is not an update... |
[
{
"msg_contents": "> > > It may be that WAL has changed the rollback\n> > > time-characteristics to worse than pre-wal ?\n> >\n> > Nothing changed ... yet. And in future rollbacks\n> > of read-only transactions will be as fast as now,\n> > anyway.\n> \n> What about rollbacks of a bunch uf inserts/updates/delete... |
[
{
"msg_contents": "Hi,\nmy customers have his local m$ access db's locally then export them on\n.txt with tab or | separated, then put on my server trought ftp.\n\nand is working ok except that the customers are on spanish databases then\na data like:\n--DATE-----NAME---------LANG------\n 1/6/2000|Ferran Adriï... |
[
{
"msg_contents": "Looking at the XLOG stuff, I notice that we already have a field\n(logRec) in the per-backend PROC structures that shows whether a\ntransaction is currently in progress with at least one change made\n(ie at least one XLOG entry written).\n\nIt would be very easy to extend the existing code so... |
[
{
"msg_contents": "I seem to be having some problems w/ the psql jdbc driver. I'm able to load the driver, but as soon as I try to connect w/ the database. here's my code:\n\nimport java.sql.*;\n\npublic class dataBase {\n public static void main(String [] args){\n try {\n Class.forName(\"... |
[
{
"msg_contents": "Mark Stosberg (mark@summersault.com) reports a bug with a severity of 3\nThe lower the number the more severe it is.\n\nShort Description\nDate calculation produces wrong output with 7.02\n\nLong Description\nI use Postgres nearly every day and am very appreciative of the project. \n\nI think... |
[
{
"msg_contents": "... in the sense that they are reduced to constants instantly, rather\nthan being preserved as function calls. For example:\n\nregression=# create table foo (f1 time default current_time);\nCREATE\nregression=# insert into foo default values;\nINSERT 618879 1\n\n<< wait a few seconds >>\n\nr... |
[
{
"msg_contents": "Linux 2.2.14\nPostgres 7.0.3\nDBI 1.14\n\nI am working on Freeside and need to have above 31 character column\nnames. I need postgresql to stop auto-truncating when a create command is\nexecuted. \n\nI have tried editing /src/include/postgres_ext.h and set the NAMEDATELEN\nto 64 and it stil... |
[
{
"msg_contents": "\n... if anyone wants to take a quick gander at it while I wait to announce\nits availability ... let me know if therea re any obvious problems iwht it\n...\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org\nprimary: scrappy@h... |
[
{
"msg_contents": "I just talked to Tom Lane, and have added the following to the TODO\nlist:\n\n * Merge LockMethodCtl and LockMethodTable into one shared structure\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If yo... |
[
{
"msg_contents": "Sorry to have been too brief:\n\n * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)\n\nBasically, lock methods are now stored in structures, one in shared\nmemory with a spinlock, and another in normal memory created by the\npostmaster. The goal for 7.2 is to merge... |
[
{
"msg_contents": "\nOk, what am I missing? Don't bother trying to run it, it's not hooked\nup :)\n\nYes there are some extra linuxes, if noone comes up with another distro\nI'll lop the extras off. BTW, is VA Linux a distribution or just a tool\ncompany??\n\nhttp://hub.org/~vev/regress.php\n\nVince.\n-- \n=... |
[
{
"msg_contents": "FYI, I downloaded / compiled / installed beta5 and did a select version()\nfrom psql and got:\n\ntemplate1=# select version();\n version\n------------------------------------------------------------------------\n PostgreSQL 7.1beta4 on i686-pc-linux-gnu, compile... |
[
{
"msg_contents": "Scratch that... my fault, I started the wrong one. I'm getting the proper\nversion now.\n\n> -----Original Message-----\n> From:\tMatthew \n> \n> FYI, I downloaded / compiled / installed beta5 and did a select version()\n> from psql and got:\n> \n> template1=# select version();\n> ... |
[
{
"msg_contents": "With current sources:\n\nDEBUG: copy: line 629980, XLogWrite: new log file created - try to increase WAL_FILES\nDEBUG: copy: line 694890, XLogWrite: new log file created - try to increase WAL_FILES\nFATAL 2: copy: line 759383, ZeroFill(logfile 0 seg 13) failed: No space left on device\nSer... |
[
{
"msg_contents": "Hi Teodorescu,\n\nI have made patches which enable pgaccess to input Japanese characters\nin the table editing window. As you might know, to input Japanese\ncharacters, we first type in \"hiragana\" then convert it to \"kanji\". To\nmake this proccess transparent to tcl application programs, ... |
[
{
"msg_contents": "Hi,\n\nHere is a patch against 7.1beta5 to use mmap(), and thus a\nsingle write, to initialise xlogs. It may well improve\nperformance of this on platforms/filesystems which write\nmetadata synchronously.\n\nIt needs a configure test, but certainly builds and runs\nOK.\n\nIt also wraps the f... |
[
{
"msg_contents": "\tI've just upgraded to the beta4 in order to fix an RI\ndeadlock we seemed to be having with 7.0.3 -- and it seems\nthat one of the engineers has been writing some queries that\ncast a text field to an int and take advantage of the\nfact that we used to turn text fields with no digits into 0... |
[
{
"msg_contents": "Hi,\n\nIt appears that limit and offset do not work in a subselect such as:\n\n\tupdate my_table set my_col = new_val where oid = (select oid from \nmy_table offset row_number limit 1);\n\nBasically, I need to update rows by offset from the beginning of the \ntable. Even nicer would be\n\n\t... |
[
{
"msg_contents": "\tHi,\n\n\tI think I finished the HOWTO that I've been writing far a couple days.\nThe HTML version is at http://www.brasileiro.net/roberto/howto. The\ndocument expalins the basic differences from Oracle's PL/SQL to\nPoltgreSQL's PL/pgSQL and how to port applications to Postgres. It comes\nwi... |
[
{
"msg_contents": "Hello.\n\nI have made a small contribution to the JDBC driver, in the JDBC\nv2.0 stuff. Whom do I send it to?\n\nOla\n\n---\nOla Sundell\nola@miranda.org - olas@wiw.org - ola.sundell@mimer.se\nhttp://miranda.org/~ola\nPGP key information:\npub 1024/744E6D8D 2000/02/13 Ola Sundell <ola@mirand... |
[
{
"msg_contents": "Hi\n\nI've tried to search the site, but no usable pages turned up.\n\nMy question is about monitoring PostgreSQL and if it turns out to be \"down\" \nto notify a person to take action.\n\nI'm surprised that I couldn't find anything about it. Does anyone have an \nadvice ? Anything that will ... |
[
{
"msg_contents": "[ Send to hackers]\n\n> I'd be willing to consider using mmap as a compile-time option if it\n> can be shown to be a substantial performance win where it's available.\n> (I suspect that's a very big \"if\".) If it's not a substantial win,\n> I don't think we should accept the change --- the ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.