threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Mark,\n\nThis is why I choose to use the term \"LOCATION\" instead of \"TABLESPACE\"\n. A \"LOCATION\" is a directory just like Postgresql has today. All the\npatch would add is the ability to put object under different \"LOCATION\"\nfor the same database.\n\nJim\n\n\n\n\n> Tom Lane wrote:\... |
[
{
"msg_contents": "07:59\n\n",
"msg_date": "Thu, 8 Nov 2001 07:58:54 +1000 (EST)",
"msg_from": "speedboy <speedboy@nomicrosoft.org>",
"msg_from_op": true,
"msg_subject": "test"
}
] |
[
{
"msg_contents": "The parser seems to have changed from 7.1.3->7.2B2 in a bad way:\n\n test=# create table test(timestamp timestamp);\n ERROR: parser: parse error at or near \"timestamp\"\n\nDon't-ever-say-I-didn't-test-B2,\n-Kevin\n\nPS: CC me on the results, and let me know if there is a better place to\... |
[
{
"msg_contents": "\nGood evening ...\n\n\tBack on October 25th, 2001, the PostgreSQL Global Development\nGroup quietly released Beta1 of PostgreSQL v7.2, in order to get the first\nround of packaging and testing of our upcoming release in motion.\n\n\tToday, almost two weeks later and with few major bugs repor... |
[
{
"msg_contents": " \n> Since \"tablespace\" is not part of the SQL standard, maybe it makes\nsense to\n> define a more specific syntax. The term \"location\" makes sense,\nbecause it is\n> not a tablespace as Oracle defines it.\n\nIt *is* an \"OS managed tablespace\" in terms of IBM DB2.\nMethinks the term \"T... |
[
{
"msg_contents": "Hi everyone,\n\nI have noticed a possibly major issues in Plpython that may need to be\naddressed before 7.2 is released:\n\n 1) If Plpython is installed as a trusted language, and from what little I\n can glean from the documentation, it should not have any filesystem access.\n Howe... |
[
{
"msg_contents": "Tables without oids wouldn't be able to be\nused inside fk constraints, since some of the checks\nin the trigger did a SELECT oid. Since the oid wasn't\nactually used, I changed this to SELECT 1. My test\ncase with non-oid tables now works and fk regression\nappears to run fine on my machin... |
[
{
"msg_contents": "> * Bruce Momjian (pgman@candle.pha.pa.us) [011108 13:10]:\n> > > \n> > > > http://gborg.postgresql.org/project/pgreplication/projdisplay.php\n> > > \n> > Sure. I wonder if I should just put that URL on the TODO list.\n> \n> If I wasn't clear, yes, that's what I think should happen.\n\nAdded... |
[
{
"msg_contents": "Hello all!\n\nAs postgresql does not have alter table modify column or alter table drop column, is there\nany simpler way to change a column definition??\n\nFor example to change a column varchar(40) to varchar(40)[] here you have the steps I follow:\n\nSuppose this table:\n CREATE TABLE \"... |
[
{
"msg_contents": "I am at home now, Tomorrow I will get the exact Oracle syntax and post\nexample commands for CREATE TABLESPACE, CREATE DATABASE, CREATE TABLE\nand CREATE INDEX, CREATE USER. \n\n\n\nJim\n\n\n\n\n\n> \n> > Since \"tablespace\" is not part of the SQL standard, maybe it makes\n> sense to\n> >... |
[
{
"msg_contents": "Since we've already seen two complaints about \"timestamp\" no longer\nbeing an allowed column name in 7.2, I think it's probably time to\nmake a serious effort at trimming the reserved-word list a little.\n\nThe attached patch de-reserves all these former ColLabels:\n\nABORT\t\tunrestricted\... |
[
{
"msg_contents": "\tMaybe I'm missing something, but it looks like the linker\nisn't honoring the LD_RUN_PATH environment variable and therefore\nisn't searching /usr/local/lib at runtime of applications. I can set\nLD_LIBRARY_PATH in my environment and everything works, but I'd like\nto distribute some solar... |
[
{
"msg_contents": "I find the pg_hba.conf file to be frustrating in its configuration. I dont\nsee anywhere in the document itself that I would be able to use a netmask,\nsay:\n\n192.168/16\n\nwhich I would find to be far easier than the current setup. It doesnt strike\nme as particularly difficult to include, ... |
[
{
"msg_contents": "I'm going to look into this, but thought I'd share the misery:\n\nCREATE FUNCTION crash() RETURNS varchar AS '\nplpy.execute(\"syntax error\")\n' language 'plpython';\n\nSELECT crash();\n\n-Brad\n",
"msg_date": "Fri, 9 Nov 2001 14:01:30 -0500",
"msg_from": "Bradley McLean <brad@bradm.... |
[
{
"msg_contents": "I have a database in PG 7.1.3 with the following schema:\n\ndb02=# \\d ellipse\n Table \"ellipse\"\n Attribute | Type | Modifier \n--------------------------+--------------+----------\n subject | text | \n arm ... |
[
{
"msg_contents": "David Ford wrote:\n> \n> Is the best method of reloading pg_hba.conf to SIGHUP the master process?\n\nYou dont need to reload it. It all happens automatically - just edit it\nand\nit will be consulted at next connect.\n\n--------------\nHannu\n",
"msg_date": "Sat, 10 Nov 2001 00:57:00 +05... |
[
{
"msg_contents": "Deds Castillo <deds@infiniteinfo.com> writes:\n\n> Good day to you. I've searched the net but I can't seem to find the solution \n> for this. I've found a few more posts which are exactly the same as my error \n> but no solution was given.\n> \n> The problem is when I install the postgresql... |
[
{
"msg_contents": "I am trying to use the new 'alter table drop constraint' syntax to drop \na primary key constraint (or foreign key constraint) on the 7.2beta2 \ncode. It gives me the following error:\n\nfiles31=# select version();\n version\n---------------------------------------... |
[
{
"msg_contents": "Someone sent this to me.\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 be your backup. | Drexel Hill, Pennsylvania 19026\... |
[
{
"msg_contents": "Dear Hiroshi,\n\nWe need this Java Unicode Notation as it is the only one accepted by \nJavascript for example. Furthermore, it is ASCII compatible and therefore \nan alternative when an existing database has ASCII encoding or PostgreSQL \nis not compiled with the right extensions (ex: provid... |
[
{
"msg_contents": "Rae Stiening (stiening@cannon.astro.umass.edu) reports a bug with a severity of 2\nThe lower the number the more severe it is.\n\nShort Description\nunion all changes char(3) column definition\n\nLong Description\nRae Stiening stiening@cannon.astro.umass.edu 11/10/2001\nThis script demonstrat... |
[
{
"msg_contents": "Dear all,\n\nI need to store text documents in PosgreSQL with revision management.\nChora PHP cvs library can be used for this purpose.\n\nDid anyone think of integrating diff/patch within PostgreSQL?\nIf it were the case, we could build the first SQL CVS clone...\n\nBest regards, Jean-Michel... |
[
{
"msg_contents": "Marc,\n\ncould you please explain what's happens with routing to\nfts.postgresql.org ? It's down for about a week !\nI already asked you in several messages but didn't get\nany clear explanation. Does postgresql community really\nneeds fts.postgresql.org ? Probably somebody could host\nfts.po... |
[
{
"msg_contents": "I tried to submit a regression test:\n\nWarning: PostgreSQL query failed: ERROR: parser: parse error at or near \"t\"\nin /usr/local/www/developer/regress/regress.php on line 258\n\nWarning:\nfopen(\"/home/projects/pgsql/developers/vev/public_html/regress/regress/10055\n31913.failure\",\"w\")... |
[
{
"msg_contents": "\nYou can see that we have very few open items and beta2 has generated no\nserious problems since its release on Wednesday. Should we consider a\ndate for RC1?\n\nItems postponed for 7.3 are at:\n\n\thttp://candle.pha.pa.us/cgi-bin/pgpatches2\n\n\n--------------------------------------------... |
[
{
"msg_contents": "Hi,\n\nJust wondering - is there any problem with say, exclusively using Portals\nand cursors instead of regular selects in a system?\n\nIs there any reason _not_ to use portals, or vice versa?\n\nChris\n\nps. Has the regression test database been fixed yet?\n\n",
"msg_date": "Mon, 12 Nov... |
[
{
"msg_contents": "I think there should be a way to specify usernames directly in\npg_hba.conf. We do have the secondary password files, but puting the\nusernames right in the file should be possible. I will put it on the\nTODO list and discuss it later for 7.3.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "I just noticed that you cannot concat a fixed char column and a varchar\ncolumn in 7.1.3. Has this been fixed in 7.2? (I can't check it here...)\n\ntest=# \\d ADOXYZ\n Table \"adoxyz\"\n Attribute | Type | Modifier\n-----------+-------------------+----------\n id ... |
[
{
"msg_contents": "Hi!\n\nI just want how can I replicate \"sequence\" using rserv.\nGot any idea?\n\nThanks.\n\nSherwin\n\n\n",
"msg_date": "Mon, 12 Nov 2001 17:32:28 +0800",
"msg_from": "\"pgsql-hackers\" <pgsql-hackers@fc.emc.com.ph>",
"msg_from_op": true,
"msg_subject": "replicate \"sequence... |
[
{
"msg_contents": " \n> Looking back at our discussion around 24-Oct, I recall that I was\n> leaning to the idea that the correct interpretation of the spec's\n> \"triggered data change\" rule is that it prohibits scenarios that are\n> impossible anyway under MVCC, because of the MVCC tuple visibility\n> rules.... |
[
{
"msg_contents": "hello.\ni am doing some database, that will have a field indicating the time when that field was last modified, and want to compare it to a file's modification time.\nwhat is the best way to do it? directly store the timestamp of the file as an integer? or turn the file timestamp into date, a... |
[
{
"msg_contents": "In the CVS tip from this morning:\n\na123=# alter table test add test1 int4 not null;\nERROR: Adding NOT NULL columns is not implemented.\n Add the column, then use ALTER TABLE ADD CONSTRAINT.\na123=# alter table test add test1 int4 null;\nALTER\na123=#\n\nI'm pretty sure the first on... |
[
{
"msg_contents": "I am writing an analysis package that needs to create a table and index on a\nlive system.\n\nThe problem:\n\nI have a program which does data analysis which, when completed, copys the\nresults back to PostgreSQL. This has to be done on a live system, therefore,\nthe summary table must be ind... |
[
{
"msg_contents": "Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:\n> I had to guess what a \"trusted\" language should or should not do. For\n> example, I do not allow Python to report the platform it is running on,\n> though I do allow it to report the native byte-order and interpreter\n> version.\n\nD... |
[
{
"msg_contents": "hi,\nin one of my production servers with 7.0.3 now need to user order by on an intersect statement\n> template1=# select relname from pg_class intersect select relname from pg_class order by relname;\n> ERROR: get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist\nthis ... |
[
{
"msg_contents": "\nhi,\n\nan index on a table column of any number type only gets honoured if you\nquery it like a string, e.g.\n\ncreate table t1 ( n int2 ) ;\n\ncreate index t1n on t1 (n) ;\n\nexplain select * from t1 where n = 1 ;\n\n-- Seq Scan on t1 (cost=0.00..22.50 rows=10 width=2)\n\nexplain select *... |
[
{
"msg_contents": "When running a test with multiple (>=2) users pg 'seizes up' after a\nfew transactions. Cpu goes 100% and disk goes to 0%. This lasts\n'forever' (overnight)On the same test all other tested databases don't\nhave this problem.\n\nThe error occurs with higher tx rate, when transactions bump int... |
[
{
"msg_contents": "Hi,\n\nI still can't post regression tests BTW:\n\nWarning: PostgreSQL query failed: ERROR: parser: parse error at or near \"t\"\nin /usr/local/www/developer/regress/regress.php on line 258\n\nWarning:\nfopen(\"/home/projects/pgsql/developers/vev/public_html/regress/regress/10056\n15773.failu... |
[
{
"msg_contents": "This patch should help fix cases with two separate fk constraints\nin a row that happen to reference the same pk constraint with\nan on update cascade and similar cases. It now should detect\ncorrectly that a pk row was added later after a delete or update\non a no action deferred fk and not... |
[
{
"msg_contents": "\nRight now, referential actions get deferred along with normal\nchecks and run against the state of the database at that time.\nI think this violates SQL92 11.8 General Rules 4-6 and have some\nreasoning and proposed ideas towards making it more complient\nalthough I don't actually have an i... |
[
{
"msg_contents": "At 08:35 13/11/01 +0000, you wrote:\n>In pgAdmin II there is a long running bug that I can't\n>resolve that prevents dropping a database because I can't persuade *all*\n>connections to the specified database to close.\n\nDear all,\n\nThe same problem arises when working in psql after the clos... |
[
{
"msg_contents": "Could someone please give me a quick tip as to where in the source code the\nbit that auto-generates sequence names is?\n\nI plan to patch it to stop it generating conflicting names...\n\nCheers,\n\nChris\n\n",
"msg_date": "Tue, 13 Nov 2001 18:00:59 +0800",
"msg_from": "\"Christopher ... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n(This is using 7.2b1)\n\nAnyone know why I am getting the \"internal form\" of the \npartial-index predicate? In other words, instead of \ngetting something like this (thanks Tom):\n\nregression=# \\d apple\n Index \"apple\"\n Column | Typ... |
[
{
"msg_contents": "Today I resolved to leave major redesigns aside and implement privileges\nfor functions using the existing mechanisms. I added a proacl column of\ntype aclitem[] to pg_proc (internally, the EXECUTE privilege uses the same\nbit as SELECT), added a permission check in the executor, and that wa... |
[
{
"msg_contents": "Hi,\n\nI have a lot of IP addresses and would like to aggregate them\nby networks. Is there aggregate functions for this ?\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomical Ins... |
[
{
"msg_contents": "Hi dear all,\n\nNow, we need to know if it is possible from the ODBC interface to access to\ndiagnostic registers like \"GET DIAGNOSTICS rc =ROW_COUNT\". It seems not to\nwork from odbc, maybe it need some changes to work. Can anybody help?,\nthanks.\n\n\"Henshall, Stuart\" wrote:\n> I believ... |
[
{
"msg_contents": "Tatsuo found the following paragraph in the docs, in datatype.sgml:\n\n---------------------------------------------------------------------------\n\n<literal>'now'</literal> is resolved when the value is inserted,\n<literal>'current'</literal> is resolved every time the value is\nretrieved. ... |
[
{
"msg_contents": "\nAFAIK the regress test database is working again. If anyone's having\na problem with it let me know.\n\n\nVince.\n-- \n==========================================================================\nVince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net\n 56K Nation... |
[
{
"msg_contents": "Hi!\n\nI could easily find chapters like \"API reference\" in Interbase and Postgres\nmanuals.\n\nWhat can be considered as API reference in Postgres: libpq, libpq++ ?\n\nActually, I am looking for an exact information about ability of using 2\nphase commited transaxctions in Postgres and I w... |
[
{
"msg_contents": "Ciao,\nI'm testing 7.2b2 and I see it is much slower when I use like on column \nwith indexes,\nthe explain sais it is a sequantial scan (same as 7.1.3), but the time \nit get to complete is much longer.\n\nI got the problem only on SMP machine:\nexplain on 7.1.3 say it is a seq scan with cos... |
[
{
"msg_contents": "Hi 2 everybody!\n\nI'm evaluating a database that supports our 3-tier solutions, in addition to\nOracle.\nPostgres is at the moment the candidate n. 1, but I realized it's very hard\nto translate this type of code (Orqcle PL/SQL):\n\nFUNCTION F_EXT(par1, par2 ...) RETURN.... IS\nBEGIN\n SA... |
[
{
"msg_contents": "\n> > > The correct way would be to check for the existance of int8,\nint16, etc.\n\nJust tried to check your patch, but failed because I don't have a\nrunning autoconf \n:-(\n\nTried manual edit of pg_config:\nIt is important that all lines #undef SIZEOF_INTxx get replaced.\nWouldn't it be b... |
[
{
"msg_contents": "> The check for int64 and uint64 has to be separated, my AIX \n> has: int8, int16, int32, int64\n> but not: uint8, uint16, uint32, uint64\n\nThis would be an incremental patch to Peter's, but as I said I have not\nbeen able to check configure itself. (The rest works, needless to say)\nI am ac... |
[
{
"msg_contents": "> > * The last message translations should be in before RC1. Stuff that\n> > doesn't compile at that time will be disabled. I suggest that from now on\n> > no more gratuitous \"word smithing\" in the C code, for the benefit of\n> > translators -- most of our messages stink anyway, and they ... |
[
{
"msg_contents": "Hi.\n\nLet me ask you somthing about the magic of palloc()\n- at least for me, it looks like magic, and variable-length user-defined\ndata types.\nHopefully, there is anyone who can help me... I am really struggling to\ngrasp PostgreSQL.\n\nAccording to chapter 4 of the Programmer's Guide, us... |
[
{
"msg_contents": "Hi.\n\nLet me ask you somthing about the magic of palloc()\n- at least for me, it looks like magic, and variable-length user-defined\ndata types.\nHopefully, there is anyone who can help me... I am really struggling to\ngrasp PostgreSQL.\n\nAccording to chapter 4 of the Programmer's Guide, us... |
[
{
"msg_contents": "Hi,\n\ni have a problem that when I run the initdb script that after a while the initialisation stops.\n\nI�ve enabled some debug output, I hope that there is someone who can help in this issue:\n...\nDEBUG: heap_getnext returning tuple\nDEBUG: heap_getnext([pg_type,nkeys=0],backw=0) called... |
[
{
"msg_contents": "> Please let me introduce myself. I'm Rada Hussein from Egypt and I'm\n> doing my Ph.D. in Medical Informatics in Germany. We are using Postgres\n> in our database applications. I'm working specifically in Arabization.\n> So, I'd be grateful if you could tell me if Postgres supports the Arabi... |
[
{
"msg_contents": "\n\nTom Lane wrote:\n\n>bpalmer <bpalmer@crimelabs.net> writes:\n>\n>>Is there a way to ask pgsql how much memory, sort memory, etc is being\n>>used by pgsql at a given time (like in a system table or something)?\n>>\n>\n>Um ... have you considered top, sar, or the other sysadmin tools your\... |
[
{
"msg_contents": "Are we gathering info about platforms those successfully run 7.2?\n\nAnyway, here is a report from Hisao SHIBUYA <shibuya@alpha.or.jp>.\n\nLinux MIPS (Cobalt Qube2)\n\nkernel-2.0.34C53_SK-2\nglibc-2.0.7-29.4C1\ngcc-2.7.2-C2\n--\nTatsuo Ishii\n",
"msg_date": "Thu, 15 Nov 2001 13:11:16 +090... |
[
{
"msg_contents": "It is time to try to get complete test coverage on 7.2 for our supported\nplatforms. We especially welcome new platforms and refreshed info for\nolder platforms which may not have had a recent report.\n\nIt would be helpful for folks to reiterate the current status on their\nplatform to make ... |
[
{
"msg_contents": "I have noticed a strange error message when adding check constraints.\nBasically the ADD CHECK below is failing because the field it is trying to\nforce to be NOT NULL already has NULL values in it. However, the error\nmessage it produces is quite cryptic and it took me a while to figure out... |
[
{
"msg_contents": "I have a problem building the beta2 (tarball, not current CVS) on\nalphaev67-dec-osf4.0f, compiled by cc -std. All the 7.1.X tree compiled\nfine, and I didn't have a chance before to build 7.2.\n\nWhile building backend/utils/fmgr/dfmgr.c\n\nmake[4]: Entering directory\n`/usr/local/src/postgr... |
[
{
"msg_contents": "New patch for open item: AIX compile (Peter E, Zeugswetter)\n(applies to today's snapshot)\n\nI now have a working autoconf, and was thus able to confirm, that \nPeter's SIZEOF_INT8 check works correctly on AIX.\n\nPlease apply this patch before beta3, and please someone check BEOS\nwhich is ... |
[
{
"msg_contents": "\nThe current snapshot additionally contains a full subdir for 7.2b1\nI don't think this is intended.\n(got snapshot from http://www.ca.postgresql.org/ftpsite/dev)\n\nAndreas \n",
"msg_date": "Thu, 15 Nov 2001 09:58:40 +0100",
"msg_from": "\"Zeugswetter Andreas SB SD\" <ZeugswetterA@s... |
[
{
"msg_contents": "In article <m21yj0d6ju.fsf@kuiper.rlent.pnet>,\nRoland Roberts <roland@rlenter.com> wrote:\n>>>>>> \"Neil\" == Neil Madden <nem00u@cs.nott.ac.uk> writes:\n>\n> Neil> If it is a widely available database system, there is a high\n> Neil> likely-hood that there exists a Tcl extension out ... |
[
{
"msg_contents": "> > > 3 out of 3 hunks FAILED -- saving rejects to file\nsrc/include/c.h.rej\n> >\n> > My guess is that pgindent has modified c.h. Tatsuo, if you send me\nthe\n> > patch, I will manually apply it to current CVS and send you a new\n> > version of the patch for testing. \n> \n> OK, Tatsuo, her... |
[
{
"msg_contents": "\n> \t#if SIZEOF_UINT8 == 0\n> \n> Right now it is testing for __BEOS__, which I believe is something set\n> by the compiler and not by configure. \n> \n> My idea is to just unconditionally define the unsigned's in odbc. It\n> will fail on a few platforms but I don't see another solution.\n... |
[
{
"msg_contents": "> \"Zeugswetter Andreas SB SD\" <ZeugswetterA@spardat.at> writes:\n> \n> /* Plain \"long int\" fits, use it */\n> + #if SIZEOF_INT8 == 0\n> typedef long int int64;\n> + #endif\n> + #if SIZEOF_UINT8 == 0\n> typedef unsigned long int uint64;\n> + #endif\n> \n> \n> This coding appears to... |
[
{
"msg_contents": "\n> > New patch for open item: AIX compile (Peter E, Zeugswetter)\n> > (applies to today's snapshot)\n> >\n> > I now have a working autoconf, and was thus able to confirm, that\n> > Peter's SIZEOF_INT8 check works correctly on AIX.\n> \n> I'm confused a bit: In the previous message you added... |
[
{
"msg_contents": "Hi!!\nWe are developing a project at the Universidad Nacional del Centro, in\nArgentina. Sergio Pili, who has communicated with you previously, is\nworking with us. We are interested in the feature he is implementing:\nrule activation and deactivation.\n\nWith respect to the safeness of this ... |
[
{
"msg_contents": "The interval test fails with the following msg:\n--- 216,222 ----\n -- known to change the allowed input syntax for type interval without\n -- updating pg_aggregate.agginitval\n select avg(f1) from interval_tbl;\n! server closed the connection unexpectedly\n! This probably means t... |
[
{
"msg_contents": "It seemed like the discussion a couple days ago ended without any\ndefinitive agreement on what to do. Since we're about to push out\n7.2beta3, we need to decide whether we're going to change the code\nnow, or wait another release cycle before doing anything.\n\nI would like to formally prop... |
[
{
"msg_contents": "I have in my code a SQL statement that does the following:\n\nselect period_start + interval('1 hour') from periods;\n\nThis worked in 7.1, but in 7.2 I am getting the following error:\n\nERROR: parser: parse error at or near \"'\"\n\nIf I remove the quotes then I get the following error:\n\... |
[
{
"msg_contents": "ecpg's tests currently fail because the Makefile refers to a nonexistent\ntest file \"testdynalloc\". Did you forget to commit this file?\n\n\t\t\tregards, tom lane\n",
"msg_date": "Thu, 15 Nov 2001 22:56:43 -0500",
"msg_from": "Tom Lane <tgl@sss.pgh.pa.us>",
"msg_from_op": true,... |
[
{
"msg_contents": "Hi,\n I'm testing PostgreSQL, version 7.1.2, and I create a table, test1, with these kind of fields:\n\nCREATE TABLE test1 (\n id integer,\n content varchar\n);\n\nwith 800.000 records, and a btree index setted on the id field.\n\nI noticed the query uses the index for \"=\" and \"<... |
[
{
"msg_contents": "-------- Ursprüngliche Nachricht --------\nBetreff: Re: [HACKERS] import/export of large objects on server-side\nVon: \"Klaus Reger\" <K.Reger@twc.de>\nAn: <tgl@sss.pgh.pa.us>\n\n> Use the client-side LO import/export functions, instead.\n>\n>ok, i've read the config.h and the sources. I... |
[
{
"msg_contents": "\n> It seemed like the discussion a couple days ago ended without any\n> definitive agreement on what to do. Since we're about to push out\n> 7.2beta3, we need to decide whether we're going to change the code\n> now, or wait another release cycle before doing anything.\n> \n> I would like to... |
[
{
"msg_contents": "It is sort of discouraging that Postgres' default configuration is so\nconservative. A tweek here and there can make a big difference. It seems to me\nthat the default postgresql.conf should not be used for a dedicated server. In\nfact, it can't because TCP/IP is disabled.\n\nIn my projects I... |
[
{
"msg_contents": "Tom Lane suggested I look at EXPLAIN output, which showed\n that both the catalog (fast delete case) and toasted text\ntable (slow delete case) were using sequential scans when\ndeleting any significant number of records.\\\n\nBut even with sequential scan, the catalog entries are\ndeleted q... |
[
{
"msg_contents": "I think it's a fantastic idea. Every time I've tried to muck about in that\nconfig file I've been entirely frustrated and not gotten done what I've\nneeded to. This database _needs_ some optimization as it has grown large and\nI'm starting to see serious performance hits. I can't really help ... |
[
{
"msg_contents": "Hi,\n I'm testing PostgreSQL, version 7.1.2, and I create a table, test1, with these kind of fields:\n\nCREATE TABLE test1 (\n id integer,\n content varchar\n);\n\nwith 800.000 records, and a btree index setted on the id field.\n\nI noticed the query uses the index for \"=\" and \"<... |
[
{
"msg_contents": "> > The only problem I have now is that odbc/md5.h needs those unsigned\n> > defines and it can't probe the results of queries by configure. odbc\n> > allows for stand-alone compile.\n> \n> ODBC uses all kinds of other configure results, so it can use this one as\n> well. You only need to m... |
[
{
"msg_contents": "In answering the question about SIGHUP and pg_hba.conf, I was surprised\nto learn from Tom and postgresql.conf is reloaded by backends on\npostmaster SIGHUP, at least for certain configuration settings.\n\nIt this new behavior? I thought postgresql.conf changes only were seen by\nnewly spawn... |
[
{
"msg_contents": "Seems I had another email problem last night, bouncing back lots of email\nas rejected. I had not added my reverse hostname, candle.navpoint.com,\nto my sendmail config file. I had removed it years ago because I didn't\nthink I needed it. Obviously, I needed it last night because the email... |
[
{
"msg_contents": "Hi!\n\nWe are using postgres as RDBMS in an web application that is translated to \nabout a dozen different languages. Some users get puzzled about the sorting \norder in lists, since we have to choose only one locale for all ORDER BY \nqueries. I am dreaming of a SET LC_COLLATE or simliar co... |
[
{
"msg_contents": "I noticed OCTET_LENGTH will return the size of the data after TOAST may\nhave compressed it. While this could be useful information, this\nbehaviour has no basis in the SQL standard and it's not what is\ndocumented. Moreover, it eliminates the standard useful behaviour of\nOCTET_LENGTH, whi... |
[
{
"msg_contents": "The current beta tarballs don't contain any documentation. Is someone\ngoing to reinstate the old documentation build on postgresql.org?\n\nAlso, currently the sub-tarballs don't get build correctly. This is\nactually due to the above problem. I also suggest that the release\nbuilding scri... |
[
{
"msg_contents": " P O S T G R E S Q L\n\n 7 . 2 O P E N I T E M S\n\n\nCurrent at ftp://candle.pha.pa.us/pub/postgresql/open_items.\n\nSource Code Changes\n-------------------\nFix geometry expected files\nComplete timestamp/current changes\nPLPython s... |
[
{
"msg_contents": "Here is a report from a user in Japan. I confirmed it happens in\ncurrent.\n\nDROP TABLE t1;\nCREATE TABLE t1 ( name TEXT, n INTEGER);\nDROP TABLE t2;\nCREATE TABLE t2 ( name TEXT, n INTEGER);\nDROP TABLE t3;\nCREATE TABLE t3 ( name TEXT, n INTEGER);\n\nINSERT INTO t1 VALUES ( 'aa', 11 );\nIN... |
[
{
"msg_contents": "Hi all,\n\n In looking over the TODO doc, I saw\n\n* Add table name mapping for numeric file names\n\n After reading the thread that bore that entry, I'd like to \nsubmit a bit of code for consideration, since it solves at least one \nof the problems raised in that thread. You may fetch it... |
[
{
"msg_contents": "I just noticed that psql is now printing function argument/result types\nin a less than pleasing fashion:\n\nregression=# \\df length\n List of functions\n Result data type | Name | Argument data types\n------------------+--------+---------------------\n integer | le... |
[
{
"msg_contents": " \n> > There is not much point in arguing a specific query case,\n> It is no specific query case. It is the speed of an index scan which\n> goes like N if you do it with PostgreSQL and it goes like log N if\n> you do not have to look back into the table like MS SQL server does.\n\nI cannot s... |
[
{
"msg_contents": "I have been thinking about postgresql.conf and I have made a few posts already\nabout it. My concern is that Postgres, as default, is not very well tuned. One\ncan even say the default is pretty much a bad configuration.\n\nMy idea of a postgresql.conf \"cookbook\" seemed not such a good idea... |
[
{
"msg_contents": "\n> >>The underlying problem the user is seeing is how to _know_ an index\n> >>tuple is valid without checking the heap,\n> >>\n> I'd propose a memory-only (or heavily cached) structure of tuple death\ntransaction\n> ids for all transactions since the oldest live trx. And when that\noldest fi... |
[
{
"msg_contents": "Hi,\n\nI am trying to access index structures outside PostgreSQL becuase I am\nworking with a home grown\nquery processor.\nMy stand-alone program will access index structures stored in PostgreSQL\ndatabase by using registered\nuser-defined functions to PostgreSQL server.\nAs the first step, ... |
[
{
"msg_contents": "> What's bothering me right now is the\n> difference between client and server encodings. It seems that the\nonly\n> plausible use for octet_length is to do memory allocation on the\nclient\n> side, and for that purpose the length ought to be measured in the\nclient\n> encoding. People seem... |
[
{
"msg_contents": "I have just added to TODO:\n\n\t* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)\n\nThis will clean up pg_dump output.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life i... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n> Cause not everyone has bzip2 ... \n\nWhy not have both, so the user can choose? Many other \nthings on the net do just that. That way, I can choose \nbz2 for a quick download, or use gz if I am using an \ninferior OS :)\n\nWhile we're on the... |
[
{
"msg_contents": "The mailinglist signup page on the \"Developers Mailing Lists\" website does\nnot list the pgsql-sql list.\n\nChris\n\n",
"msg_date": "Tue, 20 Nov 2001 13:37:26 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.