threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\n\nI cannot decide if this is a serious bug or not --- some queries from\ncomplex views may give strange results. The next few days I will try to\nfind the point where the problem is but now I can only include the data\nstructure and the SELECT statements which don't give the correct resu... |
[
{
"msg_contents": "Peter E. posted his proposal for the revamping of the \nauthentication/security system a few weeks ago. There was a \ndiscussion, but I don't know if he came to any definitive \nconclusions, such as implementing System Privileges as well as Object \nPrivileges. If he does, then the dba (or an... |
[
{
"msg_contents": "I just checked out CVS this morning the REL7_1_STABLE branch. I \nconfigured it with:\n\n ./configure --enable-debug\n\nand ran the regression test fine on OpenBSD 2.8 (AMD processor) (The \nsame problem has been reproduced by someone else on RH6.2) \n\nI then proceed to load the OpenACS d... |
[
{
"msg_contents": "Hello, All\n\nHow I prevent a new user to create new tables in a Data Base ?\n\nThe Data Base is owned by \"postgres\" and I need that only the \"postgres\"\nuser can create new tables ...\n\n\n-------\n\nWhere are the default messages thats appears when the Referentian\nIntegrity is violated... |
[
{
"msg_contents": "I have ALLOW_ABSOLUTE_DBPATHS enabled. but it does not do what one would\nassume.\n\ntemplate1=# create database fubar with location = '/tmp' ;\nERROR: CREATE DATABASE: could not link '/postgres/data/base/12523613' to\n'/tmp/base/12523613': Operation not permitted\n\nIs this telling me it i... |
[
{
"msg_contents": "Hello:\n\nI can bet that in about a year's time, PostgreSQL user base will\nexplode.\n(there is broadband connection everywhere in USA and Europe!!! 63% of\namerican households\nhave internet connection compare that to India, where 0.002% of Indian\nhomes have internet\nconnection and there a... |
[
{
"msg_contents": "> I don't mind contributing the script and schema that I used, but one thing\nI\n> failed to mention in my first post is that the first thing the script does\n> is open connections to 256 databases (all on this same machine), and the\n> transactions are relatively evenly dispersed among the 2... |
[
{
"msg_contents": "I've posted RPMs for Mandrake, but could not put them in the obvious\nplace on the FTP site because the permissions do not allow group write\naccess. Lamar, could you open up that part of the tree to allow group\nwrite permissions? In the meantime, I've placed the files in\n/pub/binary/v7.1-M... |
[
{
"msg_contents": "\n> > Right now anyone can look in pg_statistic and discover the min/max/most\n> > common values of other people's tables. That's not a lot of info, but\n> > it might still be more than you want them to find out. And the\n> > statistical changes that I'm about to commit will allow a couple ... |
[
{
"msg_contents": "\n> > >From a portability standpoint, I think if we go anywhere, it would be to\n> > write directly into device files representing sections of a disk.\n> \n> That makes sense to me. On \"traditional\" Unices, we could use the raw \n> character device for a partition (eg /dev/rdsk/* on Solari... |
[
{
"msg_contents": "First pleasu use a subject line, since I almost discarded this message.\nSecond please send your questions to an appropriate list like pgsql-general.\n \nSee if adding the next row is fast again.\nIf it is not, I do not have a clue.\n \nAndreas\n\n-----Ursprüngliche Nachricht-----\nVon: Saju ... |
[
{
"msg_contents": "A fellow NetBSD developer has sent me some changes needed to build 7.1\ncleanly on NetBSD through its package system. I am asking him a few\nquestions about it but I thought I would just commit them then if no one\nhas a problem. They are mostly related to building cleanly on NetBSD.\nPerha... |
[
{
"msg_contents": "Hi.\n\nAfter `configure --enable-depend' I try `make' and got\ngmake[3]: Entering directory\n`/tmp_mnt/hosts/wisdom/NewSoftware/Ask/build/pgsql/src/backend/port'\ngcc -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../src/include -c -o ../../utils/strdup.o ../../utils/strdup.c\n... |
[
{
"msg_contents": "Fiddling with userlock stuff for the purposes of setting up an action\nqueue. Having the lock in the where clause causes the lock code to\nactually lock 2 rows, not just the one that is being returned. 0's in\nthe last section means it could not be locked. This is with 7.1.1.\nThe function... |
[
{
"msg_contents": "Hi.\n\nOn some systems /bin/sh is not Burne Shell, e.g. /bin/sh is tcsh, but\nthere is /bin/sh5. It is looks like there is already knowledge about it in\nthe system: Makefile.ultrix4 has `SHELL=/bin/sh5' in it, but configure\nthinks something else: config.status has `s%@SHELL@%/bin/sh%g'. (Th... |
[
{
"msg_contents": "\nOK, now that we have started 7.2 development, I am going to go through\nthe outstanding patches and start to apply them or reject them. They\nare at:\n\n\thttp://candle.pha.pa.us/cgi-bin/pgpatches\n\nI could use help in identifying which patches are a problem. Most of\nthe ones there now ... |
[
{
"msg_contents": "If it's true that the ALTER TABLE x ADD CONSTRAINT x CHECK (x) syntax is\nsupported in 7.1.1, here is a patch to that alter_table.sgml that documents\nit.\n\nChris",
"msg_date": "Wed, 9 May 2001 15:00:08 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
... |
[
{
"msg_contents": "\n> > The connect group would be granted these System Privileges:\n\nIf we keep it like others (e.g. Informix) this System Privilege would be called\n\"resource\". I like this name better, because it more describes the detailed \npriviledges.\n\n> > \n> > CREATE AGGREGATE privilege\n> > CREAT... |
[
{
"msg_contents": ">> We need to discuss whether we like the %TYPE feature proposed by Ian\n\n> OK, one idea is to throw a elog(NOTICE) when they use this feature,\n> stating that it will not track column changes. Another option is to\n> just forget about the feature entirely. Do we have people \n> who like t... |
[
{
"msg_contents": "\n> > Tom's suggestion does not sound reasonable to me. If PostgreSQL is not\n> > built with MULTIBYTE, then it means there would be no such idea\n> > \"encoding\" in PostgreSQL becuase there is no program to handle\n> > encodings. Thus it would be meaningless to assign an \"encoding\" to a\n... |
[
{
"msg_contents": "Hi all!\n\nI have to convert functions and procedures from Oracle to PostgreSQL. I \nlooked at all the stuff of the Pg-Homepage and I ask me if there are any \ntools, that support the conversion. \n\nWriting PS/PGSQL tools seems to be a bit hard, because of the existing \ntool-infrastructure ... |
[
{
"msg_contents": "That makes perfect sense to me. I was only going by what System \nPrivileges are granted to the Oracle roles of the same name. Oracle \nhas:\n\nCONNECT -\nALTER SESSION\t\nCREATE CLUSTER\t\nCREATE DATABASE LINK\t\nCREATE SEQUENCE\t\nCREATE SESSION\t\nCREATE SYNONYM\t\nCREATE TABLE\t\nCREATE V... |
[
{
"msg_contents": "> Date: Fri, 16 Mar 2001 22:58:42 +1100\n> From: Philip Warner <pjw@rhyme.com.au>\n> To: kovzol@math.u-szeged.hu\n> Subject: Re: I cannot force pg_dump to disable triggers\n> \n> At 12:49 16/03/01 +0100, kovacsz wrote:\n> >I downloaded the current snapshot and realized that you changed the\n>... |
[
{
"msg_contents": "I had a thought just now about how to deal with the TODO item about\ncoping with deferred trigger lists that are so long as to overrun\nmain memory. This might be a bit harebrained, but I offer it for\nconsideration:\n\nWhat we need to do, at the end of a transaction in which deferred\ntrigg... |
[
{
"msg_contents": "Hello,\n\nI am running PostgreSQL on a FreeBSD machine with 1 Gig of ram, and dual \nP3-733mhz CPUs. This server also runs Apache and is a production/web server.\n\nI frequently run into the errno:55 on my site, if I simply click refresh it \ngoes away. Anyone have any ideas what is causing t... |
[
{
"msg_contents": "Is anyone particularly attached to the current debug output of the\nbootstrap backend? Otherwise I'm going to change it to something I can\nread.\n\n-- \nPeter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter\n\n",
"msg_date": "Wed, 9 May 2001 20:26:34 +0200 (CEST)",
... |
[
{
"msg_contents": "We did not bump the shared library versions before the 7.1 release.\nMaybe we should do this before 7.1.2 goes out.\n\n-- \nPeter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter\n\n",
"msg_date": "Wed, 9 May 2001 20:54:54 +0200 (CEST)",
"msg_from": "Peter Eisentraut <... |
[
{
"msg_contents": "\nOK, I have loaded PL/Python into CVS. The problem is that the Makefile\ndoes not work with our build system. It assumes someone is\nhand-configuring the Makefile for python versions and paths.\n\nHelp.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@cand... |
[
{
"msg_contents": "> Perhaps instead\n> of storing each and every trigger-related tuple in memory, we only need\n> to store one value per affected table: the lowest CTID of any tuple\n> that we need to revisit for deferred-trigger purposes. At the end of\n> the transaction, scan forward from that point to the ... |
[
{
"msg_contents": "Hi,\nCan PostgreSQL's Stored Procedure return a ReccordSet?\nI want to send a parameter to stored procedure, and receive a recordset.\nIs that possible?\nHow to do it?\nCould I have a example? or where can I try that example?\n\nmy os: linux\nmy database: PostgreSQL\n\n\n=====================... |
[
{
"msg_contents": "I just updated my testsystem from 7.0.3 to 7.1 and tried to insert my\nproduction data just to notice that one function uses textpos(). 7.1 does\nnot know about that function.\n\nMichael\n-- \nMichael Meskes\nMichael@Fam-Meskes.De\nGo SF 49ers! Go Rhein Fire!\nUse Debian GNU/Linux! Use Postgr... |
[
{
"msg_contents": "Hi all!\n\nI have to convert functions and procedures from Oracle to PostgreSQL. I \nlooked at all the stuff of the Pg-Homepage and I ask me if there are any \ntools, that support the conversion. \n\nWriting PS/PGSQL tools seems to be a bit hard, because of the existing \ntool-infrastructure ... |
[
{
"msg_contents": "\nI have added a dbase conversion utility into CVS under /contrib/dbase. \nI have made a Makefile to match our normal configuration. \n\nThe only problem is that the utility needs libiconv. I have it because I\nuse wv to convert MSWord documents, but I bet most don't have it. How\ndo we han... |
[
{
"msg_contents": "I left the ones that look importante for my needs.\n\nOn Jue 10 May 2001 20:20, Bruce Momjian wrote:\n> Here is a small list of big TODO items. I was wondering which ones\n> people were thinking about for 7.2?\n>\n> ---------------------------------------------------------------------------\... |
[
{
"msg_contents": "\nCan anyone suggest why this might be happening (I think it's in 7.1b4):\n\n SELECT definition as viewdef, \n (select oid from pg_rewrite where\n rulename='_RETszallitolevel_tetele_ervenyes') as view_oid \n from pg_views where viewname = 'szallitolevel_tetele_erven... |
[
{
"msg_contents": "My nightly regression tests for OBSD failed for i386 and sparc. Attached\nis the regression.diff, I don't know what to make of it.. Looks like\nproblems w/ foreign keys.\n\n...\nparallel group (5 tests): portals_p2 rules select_views alter_table\nforeign_key\n select_views ...... |
[
{
"msg_contents": "We've known for a long time that Postgres does a lot of\nredundant-seeming \"lseek(fd,0,SEEK_END)\" kernel calls while inserting\ndata; one for each inserted tuple, in fact. This is coming from\nRelationGetBufferForTuple() in src/backend/access/heap/hio.c, which does\nRelationGetNumberOfBloc... |
[
{
"msg_contents": "Hello all-\n\nYesterday I upgraded my database from Pg v7.1RC1 to v7.1.1. Since this\nupgrade, I have been having unbelievable performance problems with updates\nto a particular table, and I've tracked the problem down to a rule within\nthat table.\n\nI've enclosed a simple case study at the... |
[
{
"msg_contents": "I'm not sure about this one, but it should be possible to change the type of\na column without vacuum, to reoorder the columns, change the name,...\n\nIt would allow people who design GUIs to PG to do a very nice designer\ninterface (like on MS SQL7.0).\n\nAlso on the design part, the UML sta... |
[
{
"msg_contents": "Just curious (and without having looked at a line of code),\n\nIf your idea works, would it be possible, or even a good idea, to \nhave PostgreSQL extend the relation in a non-linear fashion? So, for \na given statement, the second time it finds itself extending the \nrelation it does so by 2... |
[
{
"msg_contents": "Are we releasing tomorrow. I will stamp the CVS STABLE branch tonight\nas 7.1.2.\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, | 830 Blythe Avenue\n + Christ can b... |
[
{
"msg_contents": "CVSROOT:\t/home/projects/pgsql/cvsroot\nModule name:\tpgsql\nChanges by:\tmomjian@hub.org\t01/05/10 21:46:33\n\nModified files:\n\t. : README configure configure.in register.txt \n\tdoc : bug.template \n\tdoc/src/sgml : version.sgml \n\tsrc/include : config.h.win3... |
[
{
"msg_contents": "Hi!\nI am facing two problems in porting from oracle to Postgres SQL.\n\n1> There is a code in Oracle like\n\n Type Tstate is table of number(9)\n index by binary_integer;\n.\n........\nTo define a runtime table, basically it works like a array, How can it\nbe possible in Postgres SQL,\nI... |
[
{
"msg_contents": "Can someone confirm that REL7_1_STABLE is a branch and not a tag? I am\nhaving trouble doing 'cvs log -rREL7_1_STABLE' and wanted to make sure\neverything was set up properly. I can 'cvs update/commit' fine.\n\nIt is my understanding that it should be a branch.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "\n> > As an aside, I do however think, that optimizing the O_SYNC path of\n> > the WAL code to block writes to larger blocks (doesn't need to be\n> > more than 256k) would lead to nearly the same performance as a raw\n> > device on most filesystems. (Maybe also add code to reuse backed up\n> ... |
[
{
"msg_contents": "Hi,\n\nI've just noticed that (after a upgrade from 7.0.3 to 7.1) the following\ndid'nt work anymore:\n\ncreate tabla a (n1 serial, n2 int);\ngrant all on a to nobody;\n\n<reconnect as user nobody>\n\ninsert into a (n2) value (1);\nn1.nextval: you don't have permission to set sequence n1\n\nI... |
[
{
"msg_contents": "Hi,\nCan u suggest me a help site for creating arrays in SQL.\n\nI will greatly appreciate your help.\n\nThanks\nRavi\n\n",
"msg_date": "Fri, 11 May 2001 13:40:20 -0400",
"msg_from": "Ravi Garlapadu <rgarlapa@oconee.rms.slb.com>",
"msg_from_op": true,
"msg_subject": "Arrays in... |
[
{
"msg_contents": "In developers corner, search returns this:\n\n#!/usr/bin/perl\n\nprint \"Content-type: text/html\\r\\n\\r\\n\";\n\nprint \"<html><head><META HTTP-EQUIV=\\\"Refresh\\\" \nCONTENT=\\\"0;URL=search.html\\\"></head></html>\\r\\n\\r\\n\";\n\n-- \nKaare Rasmussen --Linux, spil,-- ... |
[
{
"msg_contents": "I've create a few types, including BOX3D (a simple bounding volume) and\nAGG_POINTS3D (a list of points with a BOX3D bounding volume).\n\nI've managed to get an rtree index on both the BOX3D type and\nAGG_POINTS3D.\nThe agg_points3d index cheats by using the bounding volume inside the\nAGG_P... |
[
{
"msg_contents": "I'm not sure if this is still needed in postgres to define the length of\na variable/table name.\n\nIn postgres_ext.h, I changed:\n\n#define NAMEDATALEN 32\nto\n#define NAMEDATALEN 51\n\nEverything compiled and installed. However, the initdb started up but\nthen just said that it failed.\n\nI... |
[
{
"msg_contents": "The only really interesting things that tclConfig.sh (and tkConfig.sh)\ntells us are the names of various libraries. But those names can be used\nportably with any compiler, so I don't see why we need to subscribe to the\nwhole deal. AFAICT, the rest (TCL_CC, TCL_SHLIB_SUFFIX, etc.) is mere... |
[
{
"msg_contents": "Sorry, I forgot to include that I'm compiling this on RedHat 6.2,\nPentium III with Postgres 7.1.1.\n\n-Tony\n\n\n\n> I'm not sure if this is still needed in postgres to define the length of\n> a variable/table name.\n>\n> In postgres_ext.h, I changed:\n>\n> #define NAMEDATALEN 32\n> to\n> #d... |
[
{
"msg_contents": "In addition to my RedHat 6.2 server, I'm installing Postgres 7.1.1 on an\nSGI O2 (IRIX 6.5.10). The configure works, but the 'gmake all' fails\nwhen it tries to compile 'xact.c':\n\ncc-1521 cc: WARNING File = /usr/include/setjmp.h, Line = 26\n A nonstandard preprocessing directive is used.\n... |
[
{
"msg_contents": "Hello , mans\n\nYour server have a bug that sometimes cause coredumps.....\n\nSystem: FreeBSD 4.2-20001127-STABLE\nCompiler: gcc 2.95.2\nPlatform: x86 (PII-600)\nRam: 256 Mb\n\nWith server work only one program - IServerd, there is 10 parallel\nprocesses that have db connection.\n\... |
[
{
"msg_contents": "I am having problems with transactions and foreign key constraints in\npostgres 7.0-3 (RPM distribution). . The foreign key constraints were\nblocking concurrent transactions. Here is an example where something blocked\nbut shouldn't have blocked:\n\ncreate table hello10 (myid serial primary ... |
[
{
"msg_contents": "On Sat, May 12, 2001 at 12:47:33AM -0400, Neil Conway wrote:\n> I've been experimenting with pgcrypto 0.3 (distributed with\n> Postgres 7.1.0), and I think I've found a bug.\n> \n> I compiled Pgcrypto with OpenSSL, using gcc 2.95.4 and\n> OpenSSL 0.9.6a (the latest Debian 'unstable' packages)... |
[
{
"msg_contents": "\nWould it be possible to allocate varibles that can be addressed with SET?\n\nCREATE [TEMP] VARIABLE fubar ;\n\nset FUBAR=5 ;\n\n\n\n\n-- \nI'm not offering myself as an example; every life evolves by its own laws.\n------------------------\nhttp://www.mohawksoft.com\n",
"msg_date": "Sat... |
[
{
"msg_contents": "The PL/Python build is now up to speed to as much as an extend as is under\nour control. I can also confirm that it works (as defined by the test\nsuite) with Python 1.5 and 2.1. I've also put a chapter with\ndocumentation in the programmer's guide.\n\nWe already know about the libpython (n... |
[
{
"msg_contents": "when creating a index unique in a table that accept nulls the unique\nconstraint doesn't work. \n\nExample:\n---\ncreate table test_unique(i1 integer, i2 integer, unique(i1,i2);\ninsert into test_unique(1,null);\ninsert into test_unique(1,null);\ninsert into test_unique(1,null);\n---\nall \"i... |
[
{
"msg_contents": "\nSorry, worst Subject I've ever come up with, but this is one of those \"I\nhaven't got a clue how to describe\" emails ...\n\nSimple query:\n\n SELECT distinct s.gid, s.created, i.title\n FROM status s LEFT JOIN images i ON (s.gid = i.gid AND i.active), personal_data pd, relationship_wa... |
[
{
"msg_contents": "Ah, I see it: your join against relationship_wanted isn't unique.\n\nglobalmatch=# select count(*) from personal_data pd\nglobalmatch-# where pd.gid = 17111 AND pd.gender = 0;\n count \n-------\n 1\n(1 row)\n\nglobalmatch=# select count(*) from relationship_wanted rw\nglobalmatch-# where ... |
[
{
"msg_contents": "Internet is putting lot of competition fire & heat under Microsoft SQL\nServer\n\nYour boss will tell you - \"Now, that we have high speed internet\nconnection\nwhy do you need commercial SQL servers?? Simply use your mouse button,\nclick and\ndownload the open-source Postgresql, InterBase or... |
[
{
"msg_contents": "> > Here is a small list of big TODO items. I was wondering which ones\n> > people were thinking about for 7.2?\n>\n>\n>Other than that, I'm mostly thinking about performance improvements\n>for 7.2, not features\n\nMy wish list includes incorporating the ideas brought forward in this\npost \... |
[
{
"msg_contents": "> > Here is a small list of big TODO items. I was wondering which ones\n> > people were thinking about for 7.2?\n>\n>Other than that, I'm mostly thinking about performance improvements\n>for 7.2, not features ... as far as my personal plans go, that is.\n\nThis issue was brought up before as... |
[
{
"msg_contents": "Franck Martin wrote:\n> \n> I think OID should be truly unique in the world as to make it easier for\n> replication. If OID are real unique number (not in a table, not in a\n> database, but in the world) then replication can be easily built with\n> OIDs...\n> \n\nExactly! That is what the Mar... |
[
{
"msg_contents": "Hi guys,\n\nI have an experimental piece of code like this (that tries to remove\npg_relcheck entries):\n\ndeleted = 0;\nwhile (HeapTupleIsValid(tup = heap_getnext(rcscan, 0))) {\n\tsimple_heap_delete(rcrel, &tup->t_self);\n\t++deleted;\n\n\t/* Keep catalog indices current */\n\tCatalogOpenIn... |
[
{
"msg_contents": "We found a little bug in gist code. Will do patch for 7.1.2 tomorrow.\nDo I have a time ?\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomical Institute, Moscow University (Russia... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> \n> Can someone tell me what we use indislossy for? \n\nIIRC it means that if you get something by this index you must check\nagain in the actual data \n\nI think that at least the GIST intarray (actually intset) methods use\nit.\n\nSo you probably should _not_ remove ... |
[
{
"msg_contents": "Hi,\n\nl see that a lot of people have the same problem and have posted questions\nbut I couldn't find an answer on the web.\n\nI have Postgresql 6.5.3 running on Debian Linux.\nAnd I use the iODBC driver manager 2.50.3 to make the ODBC calls.\n\nAm not able to insert data into Postgres table... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nOk, since a release date (or even the fact of a release) for a v7.1.2 hasn't \nbeen set, I've gone ahead and uploaded the 7.1.1 set. There are a few \nchanges for this release, the most visible of which is the release numbering. \nI've gone t... |
[
{
"msg_contents": "> Hi,\n> \n> l see that a lot of people have the same problem and have posted questions\n> but I couldn't find an answer on the web.\n> \n> I have Postgresql 6.5.3 running on Debian Linux.\n> And I use the iODBC driver manager 2.50.3 to make the ODBC calls.\n> \n> Am not able to insert data i... |
[
{
"msg_contents": "Hi, got an error while sending this..so resending. \n\n> Hi,\n> l see that a lot of people have the same problem and have posted questions\n> but I couldn't find an answer on the web.\n> \n> I have Postgresql 6.5.3 running on Debian Linux.\n> And I use the iODBC driver manager 2.50.3 to make ... |
[
{
"msg_contents": "\nI can easily have pg_index.indisclustered updated to 'true' if you ever\nCLUSTER the index. Is that useful to anyone? Remember, clustering\ndoesn't remain if you modify the table.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "At 19:50 14/05/01 -0700, Stephan Szabo wrote:\n>\n>If it's $2 in the parent,\n>but the child already has a $2 defined, what should be done? The\n>reason this affects drop constraint is knowing what to drop in the\n>child. If you drop $2 on the parent, what constraint(s) on the child\n>get d... |
[
{
"msg_contents": "I know Tom has talked about doing schemas for 7.2. I have an idea.\n\nI did temp tables by doing the temp table mapping as part of cache\nlookups. Though this seems like a strange idea, the cache is the\ncentral location for name/tuple lookups, and is a natural place for\nother mappings, pe... |
[
{
"msg_contents": "Hi all,\n\nCan't for the life of me figure out the problem here:\n\nCREATE TABLE \"b\" (\n \"id\" bigint,\n \"string\" text\n);\n\nCREATE INDEX \"b_pkey\" on \"b\" using btree ( \"id\" \"int8_ops\" );\n\nGiven 2000 tuples in b, vacuum verbose analyze:\n\ntest=# vacuum verbose a... |
[
{
"msg_contents": "Forgot to add that naturally, I have VACUUM ANALYZE'd.\n\nGavin\n\n\n",
"msg_date": "Tue, 15 May 2001 15:06:36 +1000 (EST)",
"msg_from": "Gavin Sherry <swm@linuxworld.com.au>",
"msg_from_op": true,
"msg_subject": "Re: optimiser problem"
}
] |
[
{
"msg_contents": "Wouldn't it be nice, if there was a system table that linked the users with \nthere respective group, instead of using an array field in the group table? \nIt would be much easier to search for the group(s) on which a determined user \nis on.\n\nSaludos... :-)\n\n-- \nCualquier administra un ... |
[
{
"msg_contents": "Hi,\n\nwe found a problem in GiST with massive insert/update operations\nwith many NULLs ( inserting of NULL into indexed field cause\nERROR: MemoryContextAlloc: invalid request size)\nAs a workaround 'vacuum analyze' could be used.\n\nThis patch resolves the problem, please upply to 7.1.1 so... |
[
{
"msg_contents": "\n> > Let's avoid removing things for the sake of removing them ... might be an\n> > old idea that, if someone takes the time to research, might prove useful\n> > ...\n> \n> Yea, there is actually some code attached to this vs. the others that\n> had no code at all. Are we ever going to do p... |
[
{
"msg_contents": "\n> One problem with keeping it is that interface coders are getting\n> confused by some of the unused system table columns, assuming they mean\n> something, when in fact they don't. Both ODBC and JDBC have had this\n> problem that I fixed today.\n\nImho the correct answer to this would be t... |
[
{
"msg_contents": "\n> > > Can someone tell me what we use indislossy for? \n\nOk, so the interpretation of this field is:\n\tA match in the index needs to be reevaluated in the heap tuple data,\n\tsince a match in the index does not necessarily mean, that the heap tuple\n\tmatches.\n\tIf the heap tuple data ma... |
[
{
"msg_contents": "\nOk, so this is off topic, but I know there are a few hams on this\nlist. I'm wondering if any of them are going to Dayton this weekend?\nProbably better to contact me off list.\n\nVince.\n-- \n==========================================================================\nVince Vielhaber -- KA... |
[
{
"msg_contents": "Hi!\n\nI'm having a problem with a SQL-sentence like this:\n\n\tSELECT * from DATABASE.Table;\n\nI get an error saying: 'parse error at or near \".\"'\n\nI've done this in MySQL and Oracle without any problem, and found it\nstrange that I couldn't do it in Postgres. \n\nAm I missing something... |
[
{
"msg_contents": "About to be implemented, for your approval...\n\nVariable name: dynamic_library_path\n\nPermissions: superuser\n\nDefault value: empty string\n\nSpecification:\n\nWhen the dynamic loader attempts to load a file (initiated by create\nfunction, for example) and the file name does not contain a ... |
[
{
"msg_contents": "CURRENT CVS: compiling dfmgr failed due to RTLD_LAZY missing definition.\n\nI made the following patch (The comments may not be true, but I'm not \nsure.\n\nIndex: src/backend/port/dynloader/freebsd.h\n===================================================================\nRCS file: \n/home/proj... |
[
{
"msg_contents": "Oh,\nI forgot that without any contrib you can select rows whose papth to the root {1,2,3}:\n\nselect * from test where lineage[1:3] = '{1,2,3}';\n\nbut the gist indexing (intarray) performs a significant speed increase.\n\nBTW, lineage represents egde-list of a directed graph or a tree ?\n> ... |
[
{
"msg_contents": "Hi,\n\nI want to learn, how the pl/plsql-parser/compiler works. Therefore I planned \nto implement a simple ELSIF, like oracle does.\n\nI added the following K_ELSIF branch to gram.y, in the hope that, when ELSIF \nis parsed, simply another if-structure in inserted.\n\n-----------------------... |
[
{
"msg_contents": "Hi all (I hope this is the correct list),\n\nUnder Oracle there is v$parameter which list ALL config varables. Under\npsql there is the SHOW command, but this only lists 1 variable. I have\nwritten a shell script (attached) that shows ALL know variables. My\nquestions is can this script ge... |
[
{
"msg_contents": "Hi all (I hope this is the correct list),\n\nUnder Oracle there is v$parameter which list ALL config varables. Under\npsql there is the SHOW command, but this only lists 1 variable. I have\nwritten a shell script (attached) that shows ALL know variables. My\nquestions is can this script ge... |
[
{
"msg_contents": "I was looking for some way via standard SQL (I use perl DBI) to list\nthese variables. I don't believe the SHOW command is available via DBI\n\nJim\n\n> \n> I think the way to do this is for SHOW ALL to show all setttings.\n> \n> [ Charset ISO-8859-1 unsupported, converting... ]\n> > \n> > H... |
[
{
"msg_contents": "Try this with current sources:\n\nAdd this line\n\nupdate pg_proc set prosrc = 'foobar' where proname = 'check_primary_key';\n\nto the end of regress/sql/create_function_1.sql. (The function is created\nearlier in this file.) This simulates the situation where the\nDynamic_library_path (und... |
[
{
"msg_contents": "I've been talking with SGI tech support about my problem with installing\nPostgres 7.1.1 on the SGI (IRIX 6.5.12 using the MIPSPro 7.3 compiler).\nFortunately, one of my SGI's (an octane) built PG without any problem so\nthis is just academic now (but probably useful for others wanting to\nin... |
[
{
"msg_contents": "Why doesn't pgaccess use pgtksh instead of wish? That way we don't have\nto play with the shared library path in pgaccess, and we exercise pgtksh\nsome.\n\n-- \nPeter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter\n\n",
"msg_date": "Wed, 16 May 2001 20:58:58 +0200 (CEST... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nI am loathe to even bring this up, but with two messages today about it, I am \ngoing to be short and sweet:\n\nWe don't have a reasonable upgrade path. ASCII dump->install \nnew->initdb->restore is not a reasonable upgrade. It is confusing ... |
[
{
"msg_contents": "I would like to bring my 2 grains of salt to the discussion.\n\nThe advantage of putting configuration files in etc is that the\nadministrator knows that all his configuration files are there. For backup\nor upgrade purpose, it is easy to review the /etc directory and make\nmodifcation if nee... |
[
{
"msg_contents": "\nFor those of you who have missed it, here\n\nhttp://www.google.com/search?q=cache:web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf+clark+end+to+end&hl=en\n\nis the paper some of us mention, \"END-TO-END ARGUMENTS IN SYSTEM DESIGN\"\nby Saltzer, Reed, and Clark.\n\nThe abstract is:... |
[
{
"msg_contents": "Hello Kids, i'am new here, excuseme by my english, but i'm amateur\n\ni need to know how i can increase speed on the query (any query) without use \nvacumm??\n\n\ntoo, which is the procedure for made the trigger always update the table \npg_statistic when i do any transaction.\n\nby the way, ... |
[
{
"msg_contents": "Hello everyone:\n\n I am a novice in postgreSQL.So i want to get ODBC driver\nto connect with my program.Is there somebody can tell me\nwhere the driver can download.Or how to connect postgreSQL\nwith PHP page in linux.Thanks.\n\n\n\n\n\n--\n________________________________\n\nJACKY HSU\nMail... |
[
{
"msg_contents": "Hello,\n\nI have spend some thinking about implementation of DOMAIN capability.\nHere are my ideas.\n\nWhat is a domain? It is an alias for a type with size, constraints and\ndefault values. It is like one column of a table. And this is the main\nidea of my \"implementation\". It should be po... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.