threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\n> > \n> > OK. May be I miss something.\n> \n> I don't think so. Not with respect to Oracle. Andreas knows that\n> Oracle implicitly commits your running transaction -- and starts\n> a new one whenever a DDL statement is encountered. A large\n> discussion about this arose about 4 months ago.... |
[
{
"msg_contents": "> ========================= example =========================\n> \n> $dbh->{AutoCommit} = 0;\n> $dbh->do(\"CREATE TABLE tmp (a int unique,b int)\");\n> while (<>){\n> if (/([0-9]+) ([0-9]+)/) {\n> \t$rtv = $dbh->do(\"INSERT INTO tmp VALUES ($1,$2)\");\n> \tif ($rtv) {$dbh->do(\"UPDATE tmp... |
[
{
"msg_contents": "Hi,\n\n thank You very much, You helped me :-)\n\n\n Well, I will use function date() and not date_trunc() in my views.\n\n I tryed change type of \"bytes\" column from int8 to int4. Range 0 .. +2\n147 483 647 will suffice here. But I must retype this type to int8 in sum\nfunction be... |
[
{
"msg_contents": "Hi all\n\nsearching for good Hacker Pages and a Net called Freak net. I�m not sure\nif it really exists!\n\nBye\n",
"msg_date": "Thu, 24 Feb 2000 14:27:42 +0100",
"msg_from": "Sebastian Fack <Sebastian.Fack@t-online.de>",
"msg_from_op": true,
"msg_subject": "Hacker Pages Fne... |
[
{
"msg_contents": "At 10:04 AM 2/24/00 +0100, Zeugswetter Andreas SB wrote:\n>\n>> > In this sense a commit is not partial. The commit should commit\n>> > all statements that were not in error. \n>> \n>> That interpretation eliminates an absolutely essential capability\n>> (all-or-none behavior) in favor of wh... |
[
{
"msg_contents": "Hi!\n\nWhen upgrading a server from version 6.5.2 to 7.0beta1, we hit the following\nproblems when reloading the data from pg_dumpall:\n\n- Is it a \"known feature\" that when using \"psql -f pgfull.dump\" it aborts on\nthe \"\\connect\" lines from pg_dumpall? The dump works fine if I start p... |
[
{
"msg_contents": "Hi!\n\nThe following is required in order to make beta1 compile on the Win32\nplatform (psql and libpq):\n\nThe file \"config.h.win32\" in the include\\ directory (from my patch from\n2000-01-18) is missing from the tree. It needs to be put back :-)\n\nThe following patch has to be applied in... |
[
{
"msg_contents": "> > When upgrading a server from version 6.5.2 to 7.0beta1, we \n> hit the following\n> > problems when reloading the data from pg_dumpall:\n> > \n> > - Is it a \"known feature\" that when using \"psql -f \n> pgfull.dump\" it aborts on\n> > the \"\\connect\" lines from pg_dumpall?\n> \n> No. ... |
[
{
"msg_contents": "> > > The dump works fine if I start psql and use \\i to load it. \n> > (I reliase\n> > > the documentation says use \"psql < filename\", but I \n> didn't read that\n> > > far :-)\n> > \n> > ... makes this look like a really weird bug. What's the \n> > connect statement,\n> > and what's the e... |
[
{
"msg_contents": "Hi,\nHelp me please.\nI need solid edge timer fix, send it please :(\nteletaco@mixmail.com\nBye&Txh4all\n\nTu correo gratis en MixMail http://www.mixmail.com\nInicia tu navegacion en http://www.ya.com\n",
"msg_date": "Thu, 24 Feb 2000 03:20:16 -1300",
"msg_from": "\"Post Message\" <te... |
[
{
"msg_contents": "Hello, I'm looking for solid edge \"timer fix\", help me \nplease \nsend it to teletraco@mixmail.com\n\nBye&Thx4All\n\nTu correo gratis en MixMail http://www.mixmail.com\nInicia tu navegacion en http://www.ya.com\n",
"msg_date": "Thu, 24 Feb 2000 03:32:00 -1300",
"msg_from": "\"Post M... |
[
{
"msg_contents": "\n> > I suspect that most applications don't notice the difference. Most\n> > will catch errors and roll back the current transaction, because that's\n> > the logical thing to do in most cases.\n> \n> You are assuming that the app has the intelligence to do so. A psql\n> script, for exampl... |
[
{
"msg_contents": "\n> > They don't necessarily have nested tx, although some have.\n> > All they provide is atomicity of single statements.\n> \n> If it looks like a duck, walks like a duck, and quacks like a duck,\n> it's a duck no matter what it's called. How would you \n> provide atomicity\n> of a single s... |
[
{
"msg_contents": "I have a problem with 6.5.3 and TEMP table inside transaction.\n\ntest=> begin;\nBEGIN\ntest=> create temp table tempid (id int, level int);\nCREATE\ntest=> \\q\n\nPostgres process doesn't stopped. The same happens if I\nuse rollback before ending transaction.\n\ntest=> \\d\nCouldn't find any... |
[
{
"msg_contents": "\nHas anyone done any performance metrics for PostgreSQL on smp vs\nnon-smp systems? I'm guessing it won't add much, as the hard disk\nperformance is probably a greater concern for a database (assumption).\n\nMy situation is I need some new hardware and am strapped for cash. My\noptions are... |
[
{
"msg_contents": ">>> QuickSort: 1.6E+14\n>>> SortStop: 1.5E+11\n>\n>> Are there some zeroes missing here? That sounds like an awful lot of\n>> operations for a quicksort of only 1E5 elements...\n\n> Yeah, obviously one or more of his numbers are wrong. Let's see, a\n> [...]\n\nYes I'm sorry, those numbers w... |
[
{
"msg_contents": "Hi,\n\n> I'm not sure about your comment about referential constraints. If you\n> are doing analysis of restriction clauses to prove that a particular\n> stage doesn't require reading as many rows as it otherwise would, then\n> you've done more than I have.\n\nYes, that's what we do. Here is... |
[
{
"msg_contents": "\nThis page:\n\nhttp://www.postgresql.org/docs/postgres/datatype1033.htm\n\nsays to use timestamp in preference to datetime. It also says that datetime is\n\"equivalent to timestamp\". Ok, so I'll use timestamp, no prob. But I want to\nindex that field. In v6.5.3, there is no timestamp_ops, o... |
[
{
"msg_contents": "In current sources, ecpg doesn't compile anymore:\n\nmake[3]: Entering directory `/home/postgres/pgsql/src/interfaces/ecpg/lib'\nmake[3]: *** No rule to make target `dynamic.c', needed by `ecpglib.o'.\ngcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declar... |
[
{
"msg_contents": "It seems I cannot compile the backend anymore. Here's what I get after make\ndistclean; configure; make:\n\n...\ngcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -c -o tupdesc.o tupdesc.c\nld -r -o SUBSYS.o heaptuple.o indextuple.o in... |
[
{
"msg_contents": "Hi,\nI get:\n\nsu-2.01$ gmake MAKE=gmake\ngmake -C include all\ngmake[1]: Entering directory\n`/usr/home/pgtest/pgsql/src/interfaces/ecpg/include'\nNothing to be done.\ngmake[1]: Leaving directory `/usr/home/pgtest/pgsql/src/interfaces/ecpg/include'\ngmake -C lib all\ngmake[1]: Entering direc... |
[
{
"msg_contents": "James,\nI would be interested in writing tutorial (a couple of parts) on basic\nsystem design using postgres:\n- specification,\n- entity-relationship diagram + data flow diagram + state transition diagram\nor slightly modified object diagram (CY) + state transition diagram using\nDome522 fr... |
[
{
"msg_contents": "Dear sir,\n\n i have one problem in postgres and could u\nhelp me in this regard.?\n\n i am relatively new guy to postgres. since\nthe guy who handled the postgres is not available.\ni'm forced to look into postgres.\n\n Here is the problem, the postgres server\ndoes't st... |
[
{
"msg_contents": "subscribe\n______________________________________________________\nGet Your Private, Free Email at http://www.hotmail.com\n\n",
"msg_date": "Fri, 25 Feb 2000 14:03:37 PST",
"msg_from": "\"Joaquin Eduardo Monje\" <jemonje@hotmail.com>",
"msg_from_op": true,
"msg_subject": "subs... |
[
{
"msg_contents": "Hi,\nI need to use libpq in a multithreaded environment.\nIdeally I would like to open a single connection to\nthe database and use that for all threads. \nI just discovered that the PGconn returned when a\nconnection is opened is usable for only one thread\nsince it also seems to store the r... |
[
{
"msg_contents": "Can anyone provide references (docs, whitepapers, personal opinions, ...)\nabout the security of XML based systems?\nI'm not interested in digital signature only.\nI'd like to know how many information hackers can \"steal\" monitoring the\nnetwork.\nHow many doors does a system open when it i... |
[
{
"msg_contents": "Hi,\n\n there was discussion about readding the lztext type for\n internal use in pg_rewrite for 7.0, then remove it again once\n we have TOAST.\n\n Was because significant growth of the rule plan strings due\n to other changes can cause views/rules to be rejected by 7.... |
[
{
"msg_contents": "Web Site Opportunity for Database Expert\n\nA group of business men and web site designers in the UK are working\non a revolutionary new web site that will take the retail-shopping\nworld by storm. They need to involve a leading UK database expert to\ncomplete the work. Interested persons sho... |
[
{
"msg_contents": "This was a helpful introduction to submitting bug reports:\n\n\thttp://www.freshmeat.net/news/2000/02/26/951627540.html\n\nMaybe add it to the web site?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + ... |
[
{
"msg_contents": "Hello,\nHow can one differential between apparently duplicated usernames?\nFor example I have a postgres id 'www' present within my pg_shadow/pg_user.\nI recently installed a package and inadvertantly created another 'www' user.\nI have managed to remove the duplicate user by deleting it from... |
[
{
"msg_contents": "I was looking at the trigger function that's been added to try to\nupdate pg_pwd automatically if pg_shadow is updated via standard\nSQL commands. It's got some problems:\n\n1. Since the trigger is executed as soon as a tuple is inserted/\nupdated/deleted, it will write pg_pwd before the tra... |
[
{
"msg_contents": "Well,\n\n LZTEXT is there again, and pg_rewrite uses it for action and\n qual strings. This is what it tells:\n\n pgsql=# select rulename, length(ev_action), octet_length(ev_action)\n pgsql-# from pg_rewrite;\n rulename | length | octet_length\n ----------------+--... |
[
{
"msg_contents": "One of the major must-fix items remaining on my to-do-for-7.0 list\nis making pg_dump smarter about the order to dump stuff in, so as\nto avoid problems like table constraints referring to not-yet-\ndefined functions.\n\nWe have talked about this before, and I thought some people had\nexpress... |
[
{
"msg_contents": "Looking at the example I just cited, it's hard to avoid noticing how\nmuch space is being used on purely-decorative field labels.\nFor example,\n\n{ TARGETENTRY :resdom { RESDOM :resno 1 :restype 23 :restypmod -1\n:resname f1 :reskey 0 :reskeyop 0 :ressortgroupref 0 :resjunk false }\n:expr { ... |
[
{
"msg_contents": "Found a rogue line in the resultmap file.\n\nIt's only a few days since I last ran the regression tests\nso it must have appreared fairly recently.\n\nHere's a patch,\nKeith.\n\n*** src/test/regress/resultmap.orig Sun Feb 27 23:37:03 2000\n--- src/test/regress/resultmap Sun Feb 27 23:37:... |
[
{
"msg_contents": "i was wondering if u have the crack for catia v5 r3\n\nand nastranv70.5\n\nthanks i realy need those cracks\n\n__________________________________________________\nDo You Yahoo!?\nTalk to your friends online with Yahoo! Messenger.\nhttp://im.yahoo.com\n",
"msg_date": "Sun, 27 Feb 2000 21:5... |
[
{
"msg_contents": "I have a group by that groups some, but not all, identical rows. Here are\nthe details:\nI can reproduce the problem using one single table, details below;\n\nTable = hits\n+----------------------------------+----------------------------------+-----\n--+\n| Field ... |
[
{
"msg_contents": "Well, I got pg_options and syslog (and ELOG timestamping) figured out --\nhowever, there is a quirk:\n\nWith syslog set to 2 (supposedly suppressing ANY stderr/stdout, I still get\nsome output (I know that the documentation mentions this) )-- the output I am\ngetting is \"reset_client_encodin... |
[
{
"msg_contents": "\n> > Yes, the only difference seems to be, that the changes need not \n> > be sync'd to disk, and you only need one level of nesting as long\n> > as the user is not presented the ability to use nested tx.\n> >\n> \n> Hmm,what do you want now ?\n\nI basically just wanted to say yes, but state... |
[
{
"msg_contents": "Hi,\n\nHow I can convert some tables since sybase to posgtres.\n\nthank a lot\n______________________________________________________\nGet Your Private, Free Email at http://www.hotmail.com\n\n",
"msg_date": "Mon, 28 Feb 2000 09:40:51 PST",
"msg_from": "\"Joaquin Eduardo Monje\" <jemo... |
[
{
"msg_contents": "Hi,\n\nHow I can convert some tables since sybase to posgtres.\n\nthank a lot\n______________________________________________________\nGet Your Private, Free Email at http://www.hotmail.com\n\n",
"msg_date": "Mon, 28 Feb 2000 09:41:08 PST",
"msg_from": "\"Joaquin Eduardo Monje\" <jemo... |
[
{
"msg_contents": "Hello!\n\n A month ago I tested a snapshot (21 or 24 Jan), and locale/multibyte\nsupport worked.\n In the snapshot of 21 Feb locale support have been broken. \"SELECT *\nFROM table ORDER BY name\" returns rows in wrong order; \"SELECT * FROM table\nWHERE name ~* re\" performs case-sensiti... |
[
{
"msg_contents": "Here is an updated version of the HISTORY file for 7.0.\n\nI have added sections on Types and Performance to try and reduce the\nnumber of items in each section.\n\nStill, the list is so long as to be almost unreadable.\n\nI can't figure out how to reduce it. I mention all user-visible chang... |
[
{
"msg_contents": "I'm comparing v6.5.2 against v7.0 and I see now:\nUPDATEs and INSERTs are faster in v7.0 than v5.6.2 but\nSELECTs are slow, specially:\nSELECT ... UNION (is 3 / 4 times slow)\nand\nSELECT...HAVING, this last for example doesn't work.\n\nI'm waiting for hours to have the result of following q... |
[
{
"msg_contents": "This is probably related to Lockhart's changes to allow\nnot null/not deferrable to work (foreign key stuff). I'm\nsympathetic, I looked at gram.y for awhile myself trying to\nfigure a way out of the problem and didn't find a good\nsolution.\n\nAnyway:\n\ndonb=# create table bar(i integer un... |
[
{
"msg_contents": "Seems there is a problem with parser on NOT NULL...\n\nCREATE TABLE distributors4 (\n did DECIMAL(3) CONSTRAINT no_nullo NOT NULL,\n name VARCHAR(40) NOT NULL\n );\n\n$ psql hygea1 -f not_null.ref\npsql:not_null.ref:6: ERROR: parser: parse error at or near \"not... |
[
{
"msg_contents": "Karel Zak - Zakkr writes:\n\n> This patch add to current code NOCREATETABLE and NOLOCKTABLE feature:\n> \n> CREATE USER username\n> [ WITH\n> [ SYSID uid ]\n> [ PASSWORD 'password' ] ]\n> [ CREATEDB | NOCREATEDB ] [ CREATEUSER | NOCREATEUSER ]\n> -> [ CREATETABLE | NOCREA... |
[
{
"msg_contents": "\n> > > If not, I'd vote for pulling it out. That's a heck of a \n> poor word to\n> > > reserve.\n> > I am afraid of lots of user complaints, even if we had not \n> already used\n> > TEMP.\n> \n> OK, but we've already got \"user complaints\" about TEMP being a\n> reserved word, so that part ... |
[
{
"msg_contents": "\nCan someone look into this, and followup with Don? :)\n\n====================\nFrom: Don Baccus <dhogaza@pacifier.com>\n\nSlightly less minor bug. Forward this to the right place, too.\n\nacs=# create function foo() returns integer as '\nacs'# begin\nacs'# create table bar(i integer);\nacs... |
[
{
"msg_contents": "\nAnother one here ...\n\n=============\nFrom: Don Baccus <dhogaza@pacifier.com>\n\nAt 04:05 PM 2/29/00 -0400, you wrote:\n\n>No, bug reports are most welcome, antagonistic comments aren't ... big\n>difference ...\n\ndonb=# create table foo(c char(2), v varchar(2));\nCREATE\ndonb=# select * f... |
[
{
"msg_contents": "\n==============================\nFrom: Don Baccus <dhogaza@pacifier.com>\n\nThe query \"select exists (select oid from users)\" is very\nnon-standard and I'm surprised it works. I can accept that\nsome very weird queries might mess up PL/pgSQL, but it would\nbe nice if the backend wouldn't ... |
[
{
"msg_contents": "\nAs Jeff mentioned earlier today, there is a poll going on at\nhttp://www.linux.com that asks:\n\nSeveral high-quality databases are available for Linux. Which database,\nif any, does your company primarily use with its Linux servers?\n\nRight now, PostgreSQL is lagging MySQL 21% to 48% ...... |
[
{
"msg_contents": "Thanks for the information Thorsten. \n\nI'm forwarding this message to the \"hackers\" list for further comment.\nafaik, the IPC issue on Solaris is a FAQ, and the fix requires\nconfiguring IPC in the Sun kernel with sufficient size, or starting\nPostgres with smaller buffers (see the docs o... |
[
{
"msg_contents": "Here is a new MAkefile.PL for plperl.\n\nIt not only solves the problem for the missing symbol,\nbut there is also now a 'make install'.\n\nBy the way, earlier, I sent a patch to add plperl\nto createlang, droplang. Those patches haven't made\nit into the source tree yet. Do I need to resend ... |
[
{
"msg_contents": "Can somebody point me to a place where I can get one of those public\ndrafts of SQL3? I heard DEC has the somewhere, but where?\n\n-- \nPeter Eisentraut Sernanders v�g 10:115\npeter_e@gmx.net 75262 Uppsala\nhttp://yi.org/peter-e/ Sweden\n\n",
... |
[
{
"msg_contents": "Hello,\n\nI have a report from compiling PostgreSQL 6.5.3 on Solaris/SPARC with gcc/ld\n(it was not run by me, I was ask to help to solve this problem). Everything\ngoes OK (with template solaris_sparc_gcc autodetected when running\nconfigure) but when trying to load plpgsql or other loaded m... |
[
{
"msg_contents": "> Bruce,\n> \n> The bit-type that is in contrib is useless as it stands. Those are\n> only C-routines to implement the functionality, and there are none of\n> the SQL functions to actually make these usable. This really needs to be\n> integrated with postgres proper. I don't know how to g... |
[
{
"msg_contents": "Psql \\? does not show \\H option to turn on HTML output.\n\nWhat other options are missing from \\? Can someone add them? Peter?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a har... |
[
{
"msg_contents": "Hi folks,\n\n I posted this on docs and didn't get a reply, so i'm throwing it in here.\n\n======================\n\nHi,\n\nI was reading the MVCC docs and came across this statement\n\n\"Postgres doesn't remember any information about\nmodified rows in memory and so has no limit to the\nnum... |
[
{
"msg_contents": "Hi,\n\nFirst of all I want to congratulate all the people working on PostgreSQL for a job well done.\n\nNow my problem.\n\nI want to change the default behaviour of the data_in function without recompiling postgres.\nthe functionality is the following.\n\ncreate table test (d date);\ninsert i... |
[
{
"msg_contents": "> Tom Lane [SMTP:tgl@sss.pgh.pa.us] wrote:\n> Willy De la Court <Willy.DelaCourt@pandora.be> writes:\n> > I want to change the default behaviour of the data_in function without\n> > recompiling postgres. the functionality is the following.\n> \n> > create table test (d date);\n> > insert int... |
[
{
"msg_contents": "I found a solution\nyou are right tom with the NULLs but I think I found an elegant solution to this\n\nFirst of all I patch the date_in function like this\n--- postgresql-6.5.2/src/backend/utils/adt/datetime.c\tMon Aug 2 07:24:51 1999\n+++ postgresql-6.5.2-new/src/backend/utils/adt/datetime... |
[
{
"msg_contents": "Alfred Perlstein <bright@wintelcom.net> writes:\n> Getting to the point, wouldn't it be easier on the users if either:\n\n> a) at release time the www docs are frozen but a link is made to the\n> HEAD branch of the docs so people can see what's going on in \n> current development.\n> b)... |
[
{
"msg_contents": " \n> I was reading the MVCC docs and came across this statement\n> \n> \"Postgres doesn't remember any information about\n> modified rows in memory and so has no limit to the\n> number of rows locked without lock escalation. \"\n> \n> And this is how i interpreted it.\n> \n> you can have unli... |
[
{
"msg_contents": ">> play=> explain select * from comuni union select * from comuni;\n> *However*, we have not fixed the bug that causes \"select foo union\n> select foo\" to be incorrectly simplified --- the UNION code is still\n> applying cnfify. (Which it probably shouldn't, but I haven't wanted\n> to touc... |
[
{
"msg_contents": "Hi,\n\nfirst I'm sorry to not fill the form, I'm too lazy, and it's not platform\nnor version dependent AFAIK.\n\nI recently posted a question (on Feb 23rd) to pgsql-sql concerning the\nfact that update and insert are considered the same thing when you modify\npermissions with grant and revok... |
[
{
"msg_contents": "\n\n Hi,\n\n query cache hacking continue ...\n\n I just implement my (context-per-plan) query cache (qCache) to SPI. \n\n Changed:\n\n SPI_saveplan() - save plan to qcache instead to never\n\tunallocated TopMemoryContext.\n\n New:\n\n SPI_saveplan_by_key() - save plan to... |
[
{
"msg_contents": "This function would load OK in 6.5 but doesn't work in 7.0beta1:\n\nThe problem is in the very last function definition where date_week is\ndefined with a date argument. It simply calls the date_week function\nthat has a text argument, but apparently, the parser does not recognize\nthe fact... |
[
{
"msg_contents": "Mark Jewiss writes:\n\n> 04:25pm mark@mark:~/src/pgsql/src/bin/psql $ sudo gmake\n[snip]\n> gcc -I../../interfaces/libpq -I../../include -I../../backend -O2 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -c mainloop.c -o mainloop.o\n> mainloop.c: In function `MainLoop':\n> mainlo... |
[
{
"msg_contents": "Hi, I'm wondering why the transaction star time in\nTransactionStateData is Absolutetime. From nabstime.h:\n\n * Although time_t generally is a long int on 64 bit systems, these two\n * types must be 4 bytes, because that's what the system assumes. They\n * should be yanked (long) before 203... |
[
{
"msg_contents": "I see following in HISTORY:\n\n\tDisallow DROP TABLE/DROP INDEX inside a transaction block\n\nHowever, it seems that this is not done with current?\n\ntest=# create table t1(i int);\nCREATE\ntest=# begin;\nBEGIN\ntest=# drop table t1;\nNOTICE: Caution: DROP TABLE cannot be rolled back, so do... |
[
{
"msg_contents": "Hello,\n\nI just downloaded the 7.0 beta to test it with my database to make sure\nthere will be no unexpected problems when I upgrade my production site.\nI've run into a problem that I hope you can help me with. I dumped my \n6.5.2 database and loaded it into 7.0. Lot's of queries are now... |
[
{
"msg_contents": "Because of the problems that were pointed out, I'm inclined to remove the\npg_pwd updating trigger again. I can offer you the non-initdb requiring\nvariant (just remove the trigger definition in initdb) or the\nclean-sweeping one (remove the trigger function from the backend). Okay,\nthe firs... |
[
{
"msg_contents": "Peter Eisentraut wrote:\n> \n> On Mon, 6 Mar 2000, Zeugswetter Andreas SB wrote:\n> \n> > Yes, that was also the general consensus on the list. No statement is\n> > ever going to do an implicit commit of previous statements.\n> \n> I can understand that, but one of these days I hope we can of... |
[
{
"msg_contents": "Hello,\n\nI've recently written to pgsql-ports about a problem with PG7.0 on NT (Subj: [PORTS] initdb problem on NT with 7.0). Since nobody helped me, I had to find out the reson. The difference between NT and Linux (for instance) is that \"open( path, O_RDWR );\" opens a file in text mode.... |
[
{
"msg_contents": "\n> > Yes, that was also the general consensus on the list. No statement is\n> > ever going to do an implicit commit of previous statements.\n> \n> I can understand that, but one of these days I hope we can offer the SQL\n> semantics of transactions where you don't require a BEGIN. \n> (*Opti... |
[
{
"msg_contents": "I have (almost) nothing to do for about 3 weeks, so I thought I'd get\nstarted on some stuff for next time around.\n\nThe idea here is to unify all the various configuration settings into one\ncoherent scheme. This would include:\n\n* pg_options\n* pg_geqo\n* postmaster.opts\n* Most of the po... |
[
{
"msg_contents": "Sorry about the length of this one, but I wanted to include backtrace\ninfo. I've been getting a segfault when I try to setup a test version\nof the current CVS tree, to run along beside a 'production' 6.5.X server.\n\nThis is how I've configured it:\n\nwallace$./configure --prefix=/usr/loca... |
[
{
"msg_contents": "Hello.\n\nI noticed you are the maintainer of the TODO list for PostgreSQL.\n\nI am an enthusiastic user of PostgreSQL, and I feel that with little effort\nwe could add pam authentication functionality. What do you think?\n\"Pluggable Authentication Modules\" are well supported on many archi... |
[
{
"msg_contents": "In the alter table regression test, alter_table.sql, it says:\n\n-- 20 values, sorted\nSELECT unique1 FROM ten_k WHERE unique1 < 20;\n\n-- 20 values, sorted\nSELECT unique2 FROM ten_k WHERE unique2 < 20;\n\nWhy sorted? Shouldn't it be\n\nSELECT unique1 FROM ten_k WHERE unique1 < 20 ORDER BY u... |
[
{
"msg_contents": "What exactly is our policy towards global variables in libraries? I take is\nthese variables are harmless in multi tasking operation as each process has\nits seperate data space. But they may do harm in multi threading. But then\nlibpq are is not suitable for multi threading, is it?\n\nMichae... |
[
{
"msg_contents": "I had to change quite a lot of files to make libepcg easier to handle. It\nmay be I accidently deleted too many include file. It does compile on my\nlinux machine though. So if it does not compile on any other system please\ntell me.\n\nMichael\n-- \nMichael Meskes | G... |
[
{
"msg_contents": "Thanks,\nRegards,\nAndrzej Mazurkiewicz\n",
"msg_date": "Tue, 7 Mar 2000 17:14:30 +0100 ",
"msg_from": "Andrzej Mazurkiewicz <andrzej.mazurkiewicz@polkomtel.com.pl>",
"msg_from_op": true,
"msg_subject": "How can I create trigger on system table, for on example pg_class ???"
... |
[
{
"msg_contents": "I've got patches to fix the CREATE VIEW command to support SQL92\nsyntax for result column names, a la\n\n CREATE VIEW (a, b, c) AS SELECT ...\n\nIt is an almost trivial fix, requiring the addition of a single field\nin the View structure and a few lines of code in analyze.c.\n\nI'll commit ... |
[
{
"msg_contents": "\nHi all. I'm not subscribed to the list but I thought I'd drop this in\nhere as a suggestion. There is a thread in GENERAL called '50MB Table'\nfor those interested. The summary is, I have a 50MB +- table with about\n70,000 records which on wich I was doing LIKE selects. It was taking\nappro... |
[
{
"msg_contents": "I have a 50MB +- table with about 70,000 records which on which I was\ndoing LIKE selects. It was taking approx 20 secs to complete the search.\nThe table is something like...\n\nCREATE TABLE info (\n lastname char(50),\n street_name char(50),\n ...(etc omitted)\n);\n\nCREATE INDEX nx_info... |
[
{
"msg_contents": "\n\n In the PostgreSQL TODO is \"Get faster regex() code from Henry Spencer..\".\n\n I look at current available regex used (a example) in apache, php, .etc. But\nif I look at changes (via diff) between PostgreSQL's regex and more new\nregex in PHP4 it is very same. A differentions are that i... |
[
{
"msg_contents": "Hi,\n\nThe regression test script runcheck.sh doesn't seem able to\nhandle the blank line on the end of the resultmap file.\n\nHere's a patch to remove it!!\n\nKeith.\n\n*** src/test/regress/resultmap.orig Wed Mar 8 16:48:28 2000\n--- src/test/regress/resultmap Wed Mar 8 16:48:38 2000\... |
[
{
"msg_contents": "Using perl DBI, I would like to catch a backend error and, if the\npgsql error string matches a particular regex (/ExecInitIndexScan:\nboth left and right op's are rel-vars/), vacuum on the fly and\nimmediately resubmit the query within the same transaction. \n[Vacuuming has sometimes worked ... |
[
{
"msg_contents": "Hi,\n\n The configuration script does not recognise 'alphaev6-dec-osf4.0f' as\na valid machine/OS combination. I've\nhacked config.sub a but can't get it to recognise anything, so it won't\nconfigure. I'd appreciate any help on this one.\n\nAdriaan\n",
"msg_date": "Thu, 09 Mar 2000 07:3... |
[
{
"msg_contents": "\nignore, we had some problems today with the mailing lists as a result of a\nremoving some old software, and believe its all in order again *sigh*\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org ... |
[
{
"msg_contents": "\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": "Thu, 9 Mar 2000 02:03:37 -0400 (AST)",
"msg_from": "The Hermit Hacke... |
[
{
"msg_contents": "\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": "Thu, 9 Mar 2000 02:11:33 -0400 (AST)",
"msg_from": "The Hermit Hacke... |
[
{
"msg_contents": "\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": "Thu, 9 Mar 2000 02:17:41 -0400 (AST)",
"msg_from": "The Hermit Hacke... |
[
{
"msg_contents": "\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": "Thu, 9 Mar 2000 02:21:04 -0400 (AST)",
"msg_from": "The Hermit Hacke... |
[
{
"msg_contents": "\ntry this ..\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": "Thu, 9 Mar 2000 02:25:50 -0400 (AST)",
"msg_from": "The... |
[
{
"msg_contents": "On Thu, Mar 30, 2000 at 05:18:57PM +0300, Adriaan Joubert wrote:\n> We missed the deadline for this release. It will be in 7.1. I've written the C\n> routines to do the internal work, but didn't know where to start with the\n> integration, so it all got delayed a bit.\n\nBelieve it or not, th... |
[
{
"msg_contents": "\nTesting the archive \"redirect\" feature of Majordomo2 ... there will be a\ntemporary gap until I merge the two back together again ...\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org s... |
[
{
"msg_contents": "On Thu, 30 Mar 2000, Ann Harrison wrote:\n\n> \n> >\n> >InterBase has MVCC, just as Oracle and PostgreSQL.\n> >So, that grey dot should be cleared -:)\n> \n> Just right. Excellent!\n> \n> Ann\n> \n\nchange made!\n\nVince.\n-- \n================================================================... |
[
{
"msg_contents": "\nJust want to make sure it works for all the lists ... if someone notices I\nhappened to have missed one, please let me know ...\n\nThere is currently a gap between the 9th and 30th, that I will be fillig\nin tonight ... but at least ro now forward the archives should be working\nas they use... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.