threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> The WAL logs auto-delete I think.\n\nAt checkpoint time.\n\nVadim\n",
"msg_date": "Wed, 24 Jan 2001 11:23:25 -0800",
"msg_from": "\"Mikheev, Vadim\" <vmikheev@SECTORBASE.COM>",
"msg_from_op": true,
"msg_subject": "RE: WAL documentation"
}
] |
[
{
"msg_contents": "Could we add a flag to remove the postgres specific information from a\npg_dump?\n\n--\nUPDATE \"pg_class\" SET \"reltriggers\" = 0 WHERE \"relname\" ~*\n'market_type';\n\nBEGIN TRANSACTION;\n\nCREATE TEMP TABLE \"tr\" (\"tmp_relname\" name, \"tmp_reltriggers\"\nsmallint);\n\nINSERT INTO \"tr... |
[
{
"msg_contents": "pg_dump -c database\n\nThe \\connect is after the DROP TABLE statements where I believe it\nshould come first. (Gotta connect as the right user before dropping\neverything).\n\n--\nRod Taylor\n\nThere are always four sides to every story: your side, their side, the\ntruth, and what really hap... |
[
{
"msg_contents": "Adam, FYI, according to Rasmus Lerdorf, your patches have been \ncommitted. From the changelog:\n\n 2001-01-18 Derick Rethans <d.rethans@jdimedia.nl> <mailto:d.rethans@jdimedia.nl>\n \n * ext/pgsql/pgsql.c\n ext/pgsql/php_pgsql.h:\n - Added the pg_lolseek funct... |
[
{
"msg_contents": "> Did we decide against LAZY? Seems we have a number of people \n> concerned about vacuum downtime, and I can see this as a win\n> for them. If they don't specify LAZY, the code is not run.\n\nFirst sorry that I wasn't able to deal with vlazy earlier.\n\nNow I have one more open item for 7.1 ... |
[
{
"msg_contents": "I have removed unused entries from TODO.detail.\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 Hi... |
[
{
"msg_contents": "Here are my open 7.1 items. Thanks for shrinking the list so far.\n\n---------------------------------------------------------------------------\n\nFreeBSD locale bug\nReorder INSERT firing in rules\nPhilip Warner UPDATE crash\nJDBC LargeObject short read return value missing\nSELECT cash_ou... |
[
{
"msg_contents": "\n> Using pg_control to get checkpoint position speed up things but\n> to handle possible pg_control corruption we obviously should\n> implement reading existent log segments (from the last one -\n> newest - to oldest) to get last checkpoint.\n\nI think this would be *very* important :-)\n\nA... |
[
{
"msg_contents": "My email address has been changed. From now on, please write to\nkovacsz@pc10.radnoti-szeged.sulinet.hu. The \"tip\" user at the same host no\nlonger exists. Sorry for the inconvenience if you tried to send a message\nto the \"tip\" user this week.\n\nHave a nice day, :^)\nZoltan\n-- \n ... |
[
{
"msg_contents": "Mark,\n\nwe prepared new version of contrib-intarray -\nindex support for 1-D integer arrays using GiST.\n\nChanges:\n\n\n- Improved regression test\n- Current implementation provides index support for one-dimensional\n array of int4's - gist__int_ops, suitable for small and medium size\n... |
[
{
"msg_contents": "It has been requested that I ship prebuilt contrib items in the 7.1\nRPMset. Currently, the source code of the whole contrib tree is being\nshipped in the main RPM as documentation, but only autoinc and refint\nare being prebuilt (as part of the -test subpackage).\n\nI have had three differe... |
[
{
"msg_contents": "I've got \"backend closed\" errors --- they seem to be indeterministic.\nI am using 7.0.2 but I tried this with 7.1beta3 as well and the error\nwas similar (but not completely same).\n\nI wrote a char* -> char* conversion function. Now I would use textout()\nand textin() to make it possible u... |
[
{
"msg_contents": "I have a problem with the compilation of Postgres on Solaris with ssl \nsupport. The error I get is this when executing make:\n\ngcc -g -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include \n-I/usr/local/ssl//include -I../../../src/include -c nodeTidscan.c -o \nnodeTidscan.... |
[
{
"msg_contents": "Do we need to do a bunch of testing on Beta3 before deployment or is it\nso much more stable that it absolutely will have no problems?\n\nWe haven't had any problems with the ~Nov 17 snapshot, so we figure why mess\nwith a good thing.\n\nTim\n\n\n\nOn Thu, Jan 25, 2001 at 08:23:30PM -0500, Je... |
[
{
"msg_contents": "Just a quick patch to make the geometry test on Sparc/Linux\nregression tests for Pgsql 7.1beta3 pass. This is very similr to the one I\nsubmitted back in July for Linux/Alpha. Apparently non-x86 Linux machines\nlike to compute nth place float point digits like Sun/Solaris does?\n\tOtherwise,... |
[
{
"msg_contents": "It would require only very minor changes in the main backend code to\neliminate entirely the hard-wired upper bound MAXBACKENDS. This would\nbe nice since there'd never be any need to recompile in order to\nincrease the soft limit MaxBackends (-N). However I see that the\nSysV-semaphore emu... |
[
{
"msg_contents": "> > Yes, there should be permission checking - I'll add it \n> > later (in 7.1) if no one else.\n> \n> Should be simple enough. Is this okay:\n\nI think yes - please apply.\n\nVadim\n",
"msg_date": "Fri, 26 Jan 2001 08:59:41 -0800",
"msg_from": "\"Mikheev, Vadim\" <vmikheev@SECTORBAS... |
[
{
"msg_contents": "> Actually, I think a more interesting question is \"should CHECKPOINT\n> have permission restrictions? If so, what should they be?\"\n> \n> A quite relevant precedent is that Unix systems (at least the ones\n> I've used) do not restrict who can call sync().\n\nCheckpoints 1. affect entire s... |
[
{
"msg_contents": "> I'm not thinking about getting this done in time for 7.1, but I think\n> it'd be a nice cleanup for 7.2.\n> \n> Bruce, a TODO item please:\n> * Remove compile-time upper limit on number of backends \n> (MAXBACKENDS)\n\nDid you ever consider remove per-backend semaphores at all?\nWe use th... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> Here are my open 7.1 items. Thanks for shrinking the list so far.\n>\n> ---------------------------------------------------------------------------\n>\n> FreeBSD locale bug\n> Reorder INSERT firing in rules\n\n I don't recall why this is wanted. AFAIK there's no... |
[
{
"msg_contents": "\n> > FOREIGN KEY INSERT & UPDATE/DELETE in transaction \"change violation\"\n> \n> A well known issue, and I've asked multiple times how exactly\n> we want to define the behaviour for deferred constraints. Do\n> foreign keys reference just to a key value and are happy with\n> ... |
[
{
"msg_contents": "> > FOREIGN KEY INSERT & UPDATE/DELETE in transaction \"change violation\"\n> \n> A well known issue, and I've asked multiple times how exactly\n> we want to define the behaviour for deferred constraints. Do\n> foreign keys reference just to a key value and are happy with\n> ... |
[
{
"msg_contents": "> > Did you ever consider remove per-backend semaphores at all?\n> > We use them to sleep waiting for lock (ie when someone awake\n> > us by changing our semaphore) - why don't use sigpause and\n> > some signal?\n> \n> That'll fail if the signal arrives before the sigpause(), no?\n\nOps, you'... |
[
{
"msg_contents": "Hi,\nI found the \"Porting PostgreSQL to Windows 2000 installation procedures\", which are a lot more detailed and clear than many other instructions for installing postgreSQL I found on the web, but still I ran into a problem. I followed the instructions step by step, but when I got to \"8. ... |
[
{
"msg_contents": "If a second postmaster is started on a data directory and the second one\nuses the -S option it will not print a message but simply exit and not\nstart a background process. The exit status is 0.\n\nThis seems to have gotten lost in the changes postmaster.c rev. 1.195,\nglobal lock file chan... |
[
{
"msg_contents": "Hello, guys:\n\nI am working on adding Postgre support to our multi-threaded benchmarking \ntool, which currenlty only support MySQL, and was wondering which version of \npg you would recommend that I use for benchmarks, as well as any special \nperformance considerations for pg-sql I need to... |
[
{
"msg_contents": "> > Conditional variables seem to be more portable\n> \n> Really? Which standard are they specified in?\n\nPOSIX - they are in pthread library (eg man pthread_cond_init).\nFor sem_init I see in man (on Solaris and AIX):\n\nENOSYS\tThe sem_init() function is not supported\n\nwhat is exactly I... |
[
{
"msg_contents": "hi,\n\nThe following configure.in patch changes the following:\n1) It adds --without-readline to control whether the readling package is\nused\n Obviously, this could be extended to the general\n--with[out]-readline[=DIR] pattern, but this is as far as I got.\n2) It permits the termcap libr... |
[
{
"msg_contents": "> > What about DoS attacks? What would be the effect of \n> > someone's setting off an infinite loop of CHECKPOINTs?\n> \n> Don't we have bigger DoS attacks? Certainly SELECT cash_out(1) is a\n> much bigger one.\n\nI've missed point - cash_out(1) is bug that should be fixed.\nAny reason to ... |
[
{
"msg_contents": "Here are the open items for 7.1. Much shorter:\n\nReorder INSERT firing in rules\nJDBC LargeObject short read return value missing\nLAZY VACUUM\nJDBC setMaxRows() is global variable affecting other objects\nFix for pg_dump of bad system tables\nODBC not disconnecting properly?\nMagnus Hagand... |
[
{
"msg_contents": "I now remember that we decided that it was too late in 7.1 to fix this:\n\n\treorder INSERT firing in rules\n\nAdded to TODO:\n\t\n\tEvaluate INSERT rules at end of query, rather than beginning\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us... |
[
{
"msg_contents": "At 14:56 24/01/01 -0500, Rod Taylor wrote:\n>pg_dump -c database\n>\n>The \\connect is after the DROP TABLE statements where I believe it\n>should come first. (Gotta connect as the right user before dropping\n>everything).\n>\n\nThis is now fixed.\n--------------------------------------------... |
[
{
"msg_contents": "There seems to be an optimizer problem in 7.1beta3. The query you can see\nbelow worked fast in 7.0.2 but in 7.1beta3 is rather slow. The problem is\nthat an 'index scan' has been changed to a 'seq scan'. Details:\n\n----------------------------------------------------------------------------... |
[
{
"msg_contents": "A fatal scanner error (likely a memory exhaustion problem) causes a\nstraight exit() without clean up, which causes a system-wide restart.\nThis should fix it:\n\n*** scan.l 2001/01/24 19:43:03 1.85\n--- scan.l 2001/01/27 14:14:29\n***************\n*** 55,60 ****\n--- 55,62 ----... |
[
{
"msg_contents": "I'm using PostgreSQL on WinNT to support (along with Zope) several\nwebsites. I've currently got postmaster running as an NT service by\nwrapping it with the 'invoker' utility, but I'd prefer to have it run\ndirectly as a service so that it can be stopped cleanly. I now know\nthe basics of ... |
[
{
"msg_contents": "> d) How can we insure that the ipc-daemon service starts before the\n> postgres/postmaster service? I believe that NT has some facility that\n> allows one service to request start-up of another service, but I have\n> no idea how to make that happen.\n\nYou can use Service Dependencies for t... |
[
{
"msg_contents": "Applied to CVS. Thanks.\n\n> Bruce Momjian wrote:\n> > \n> > > Constantin Teodorescu wrote:\n> > >\n> > > I'll fix it this weekend!\n> > \n> > OK, let me know if you release a new pgaccess and I will add it to CVS.\n> \n> Bug fixed. Ross patches applied.\n> HTML documentation updated with wh... |
[
{
"msg_contents": "Hi,\n\nBeeing very impressed by TOAST, I wonder how I can insert BLOB from a flat\nfile.\n\nIt seems quite easy with php; But how can I do it from psql??\n\nTIA\n\n-- \nOlivier PRENANT \tTel:\t+33-5-61-50-97-00 (Work)\nQuartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)\n31190... |
[
{
"msg_contents": "Hi,\n\nThe FMaps team is about to build ISO19100 support in PG, in particulary\nSpatial Schema and Metadata schema.\n\nThe project is at its early stages, but most of the technical hurdles are\nunderstood, so we are now left with coding the specifications. If you would\nlike to join or are in... |
[
{
"msg_contents": "\nJust wrap'd it up, if anyone want to take a quick peak ... will announce\nit in the morning, just want to give the mirror sites a little bit of time\nto pull it ...\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org\nprimary: s... |
[
{
"msg_contents": "I got a bug report on the PyGreSQL version included with PostgreSQL 7.0.3:\n\n\"version 3.1 pygresql is available and there's also a 3.2 beta. the\npackaged version is 2.4.\"\n\nThe version in 7.1beta3 is only 2.5.\n\n-- \nOliver Elphick Oliver.Elphick@lfix.co.u... |
[
{
"msg_contents": "Unless Marc makes changes to the beta4 tarball, there will be beta4\nRPM's for you to play with shortly. Actually, they are uploading now\n:-).\n\nftp://ftp.postgresql.org/pub/dev/test-rpms is the place.....\n\nIf changes are made, I'll rebuild as soon as I find out (probably 18\nhours or so... |
[
{
"msg_contents": "In scan.l, there is:\n\ndecimal (({digit}*\\.{digit}+)|({digit}+\\.{digit}*))\nreal \n((({digit}*\\.{digit}+)|({digit}+\\.{digit}*)|({digit}+))([Ee][-+]?{digit}+))\n\nCould this be simplified as:\n\ndecimal (({integer}?\\.{integer})|({integer}\\.{integer}?))\nreal ((({decimal})|({integer}))([... |
[
{
"msg_contents": "Hi Bruce,\n\nAny idea when it's due for??\nI've been thining about writing a user function; But I'll get stuck with\npermission as a user function is running under the \"postgres\" or whatever\nuser instead of the calling user.\n\nAlso, what kind of binary interface are you thinking of??\n\nR... |
[
{
"msg_contents": "Dear Sir,\n\nI will highly appreciated if anyone could inform me how to solve the following problems in Postgres.\nSpecifically, sometimes there are the following messages informed by postgres.\n\n------------------------------------------------\nNOTICE: Message from PostgreSQL backend:\n ... |
[
{
"msg_contents": "\nGood Morning ...\n\nThe PostgreSQL Developers are pleased to announced Beta4 of v7.1.\n\nIn order to reduce the size of the email sent to everyone, we have\nincluded a Changelog file detailing all changes, that is viewable in the\nChangeLogs subdirectory. This file is available outside of ... |
[
{
"msg_contents": "Damn,\n\n the new EXECUTE command in PL/pgSQL is a security hole.\n PL/pgSQL is a trusted procedural language, meaning that\n regular users can write code in it. With the new EXECUTE\n command, someone could read and write arbitrary files under\n the postgres... |
[
{
"msg_contents": "\nShouldn't this insert fail? This is 7.0.3.\n\ntemplate1=# create table foo(x int,y varchar(10),z datetime);\nCREATE\ntemplate1=# insert into foo(x,y,z) values(1,'asdf');\nINSERT 19222 1\ntemplate1=#\n\nIf not, why not? z's missing from the values(). Sybase fails it:\n\n1> create table f... |
[
{
"msg_contents": "\n> A compromise position would be to allow dropping trailing columns only\n> when the column name list is omitted.\n> \n> Comments?\n\nSounds reasonable to me.\n\nAndreas\n",
"msg_date": "Mon, 29 Jan 2001 18:04:25 +0100",
"msg_from": "Zeugswetter Andreas SB <ZeugswetterA@wien.sparda... |
[
{
"msg_contents": "pgsql/docs/TODO.detail now is 1.1MB. I just removed 'subquery' which\nshrunk it from 1.5MB. Comments?\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 Ave... |
[
{
"msg_contents": "LAZY VACUUM (Vadim)\nRuntime btree recovery (Vadim)\nJDBC setMaxRows() is global variable affecting other objects\nJDBC LargeObject short read return value missing\nODBC not disconnecting properly?\nMerge MySQL/PgSQL translation scripts\nFix ipcclean on Linux\nunixODBC\n\n-- \n Bruce Momjian... |
[
{
"msg_contents": "I suppose the below reference isn't intended to be done. But, I'd\nlike to extend the pg_shadow table to store information about the\ndatabase users and some of their actions (a history of changes).\n\nIs it safe to add a UNIQUE constraint to the usesysid or usename\ncolumns?\n\n\n\ntemp=# \... |
[
{
"msg_contents": "I cannot create a certain table in 7.1beta4. With 7.0.2 there was not any\nproblem.\n\n------------------------------------------------------------------------------\nCREATE TABLE pakolas_cikktetel (\n pakolas int4 not null,\n cikk int4 not null,\n minoseg int4 not null,\n sorszam... |
[
{
"msg_contents": "Addison-Wesley has decided to do a second printing of my book. They\nwill print another 5k copies to add to the first printing of 6k copies.\n\n\thttp://www.postgresql.org/docs/awbook.html\n\nThanks to those who purchased the book.\n\n-- \n Bruce Momjian | http://can... |
[
{
"msg_contents": "\nOn Fri, 26 Jan 2001, [koi8-r] ������ �. ������� wrote:\n\n> Good Day, Dear Karel Zak!\n> \n> Please, forgive me for my bad english and if i do not right with your \n> day time.\n\nmy English is more poor :-) \n\n You are right, it is (was?) in TODO and it wil... |
[
{
"msg_contents": "> Subject: like vs '='\n> \n> I have a function to transform text into a\n> pseudo-metaphone variable, take this\n> example:\n> \n> cddbsql=# select song, metatext(song) from cdsongs\n> where metatext(song) like\n> metatext('born to run') limit 3 ;\n> song | metatext\n> -------------+... |
[
{
"msg_contents": "I have a function to transform text into a\npseudo-metaphone variable, take this\nexample:\n\ncddbsql=# select song, metatext(song) from cdsongs\nwhere metatext(song) like\nmetatext('born to run') limit 3 ;\n song | metatext\n-------------+----------\n Born To Run | brntorn\n Born To R... |
[
{
"msg_contents": "Dear Sir.\nWould you like to inform me how to modify type in table?\nFor example , I define type as varchar(14) , but I want to modify to varchar(120). How to do this.\n\nThank you so much\nJaruwan\n\n\n\n\n\n\n\nDear Sir.\nWould you like to inform me how to modify type \nin table?\nFor examp... |
[
{
"msg_contents": "This is very odd. I have a database app failing sometimes with an error\nwhen I try to get back my inserted row. I do this to get all the fields\nthat were adjusted for defaults, triggers and rules. On an insert query\nI expect to get the OID of the just inserted tuple. Once in a while I\... |
[
{
"msg_contents": "Just a few random bits and pieces that might be useful to someone\nelse. They are:\n\n\tpostgres-7-sparc.patch -> This is the same one I posted earlier to\nhackers and ports, forgot to post it to patches. This fixes the resultmap\nfor sparc-linux so that all regression tests pass.\n\n\tpostgr... |
[
{
"msg_contents": "In 7.1 the row limit is not as big a deal because of\ntuple toaster. I had a 7.0 database that needed the\nrow limit change, in 7.1 it does not seem too.\n\nBut if you want to chang it anyway, in config.h, look\nfor this line:\n\n#define BLCKSZ 8192\n\nIt can be made as large as 32768.\n\n\n... |
[
{
"msg_contents": "Is there a way to grant a user with all privileges on a database? Something \nlike Informixs GRANT dba?\n\n-- \nSystem Administration: It's a dirty job, \nbut someone told I had to do it.\n-----------------------------------------------------------------\nMart�n Marqu�s\t\t\temail: \tmart... |
[
{
"msg_contents": "\nI have started trying to make the emacs' psql experience more comfortable.\nI transformed (with sed(1) & manually) the C-source to elisp program.\nNow I want to improve it.\n\n\nMy question: What is the licence of this file. Can I distribute is under GPL?\n\n\nthe file is at:\n\t http://ma... |
[
{
"msg_contents": "Hi,\n\n headed for LinuxWorld now. Will be back on the lists on\n Monday 5th. Take care.\n\n\nJan\n\n--\n\n#======================================================================#\n# It's easier to get forgiveness for being wrong than for being right. #\n# Let's break this rule -... |
[
{
"msg_contents": "I am reposting this because I'm not sure it actually\nmade it to the list.\n\n\nI have a function to transform text into a\npseudo-metaphone variable, take this example:\n\ncddbsql=# select song, metatext(song) from cdsongs\nwhere metatext(song) like metatext('born to run')\nlimit 3 ;\n so... |
[
{
"msg_contents": "I'd like to keep a complete history of everything that users of the\nsystem does from the database level (as there are a number of\napplications, and backend workers). I've done this through various\nrules, triggers.\n\nThe next step is to try to tie a name to it. getpgusername() supplies\n... |
[
{
"msg_contents": "Hello,\n\ni would like to alter the column type which has exist in\nthe table, i can't find anything about that, can anybody help me?\n \n\n-- \nBest regards,\n anson mailto:anson_tsai@sina.com\n\n\n\n",
"msg_date": "Wed, 31 Jan 2001 09:54:08 +0800",
"msg_fro... |
[
{
"msg_contents": "\n> I am reposting this because I'm not sure it actually\n> made it to the list.\n\nIt did make it to the list, but can you give more details whether or which of the \nfollowing you use:\n\t--enable-locale ?\n\t--enable-multibyte ?\n\tLANG=?\n\tLC_COLLATE=?\n\n> I have a function to transform... |
[
{
"msg_contents": "Yes. You applied my patch for it on the 27th.\n\n//Magnus\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: den 25 januari 2001 04:33\n> To: Magnus Hagander\n> Cc: 'Tom Lane'; Zeugswetter Andreas SB; 'pgsql-hackers@postgresql.org'\n> Subject: [HAC... |
[
{
"msg_contents": "\n> > > I am reposting this because I'm not sure it actually\n> > > made it to the list.\n> > \n> > It did make it to the list, but can you give more\n> > details whether or which of the \n> > following you use:\n> > \t--enable-locale ?\n> > \t--enable-multibyte ?\n> > \tLANG=?\n> > \tLC_COLL... |
[
{
"msg_contents": "All, \n\nHow hard would it be to get a back end to hand off parts of a query tree to\nother back ends (which it created), and then collate the results, and take\nit from there? Obviously, it would only do this under certain conditions,\nspecifically, if it was compiled in to the server, and ... |
[
{
"msg_contents": "\n> Currently, we have been having a problem with some kind of corruption of\n> the pg_database file. We are using the database on a limited number of\n> writes storage medium. (Compact Flash Card) So that we don't always\n> write to the flash, and because we don't care about some of the d... |
[
{
"msg_contents": "A San Francisco company wants to hire a PostgreSQL developer to work on\nimproving the database, and to do some work for the company. I am here\nat LinuxWorld right now with the CIO of the company. \n\nThe candidate should be based in North America for Visa reasons, and\nshould be willing ... |
[
{
"msg_contents": "\nDevelopers,\n\n Pgsql v7.1 beta4\n ODBC v6.50.00.00\n RedHat v6.2\n\n I upgraded from 7.03 to 7.1 beta4 yesterday & see the following problem.\n\nAfter the upgrade, applications like Crystal Reports, MS Query, Brio, etc.\nnow do not see the catalog of tables and fields in the database,... |
[
{
"msg_contents": "MySQL has this feature. I run a multi-user system and require shared MySQL \nAnd PostgreSQL dbs. I have mysql fine. Users have their DBs and can only \naccess their DBs... but theres no real way to do this in Postgres. I can \nrestrict tables, but I can still create tables in other poeple... |
[
{
"msg_contents": "Hi,\nduring the nightly vacuum pgsql closed and do not start any more.\nAttached the log.\n\nSeems the problem was rebuilding an Index,\nThere is a way to force wal to ignore indexes ?\nCan I delete it ?\n\nthanks in advance\n\n-------------------------------------------------------\nGiuseppe... |
[
{
"msg_contents": "I've been using the 7.1 beta version for quite a while now and just upgraded\nto beta 4, I've noticed my application is reporting that the backend shuts\ndown prematurely... (I'm using PHP).. I'm having a time trying to debug\nthis.. I know it's not my code as this works fine on a 7.0.3 insta... |
[
{
"msg_contents": "Did you recompile PHP with postgre support after you upgraded?\n\n> -----Original Message-----\n> From:\tMitch Vincent [SMTP:mitch@venux.net]\n> Sent:\tThursday, February 01, 2001 9:13 AM\n> To:\tpgsql-hackers@postgresql.org\n> Subject:\t[HACKERS] Beta 4 problem(s)\n> \n> I've been using the ... |
[
{
"msg_contents": "I'm writing this as a convert from MS-Access to PostgreSQL so whatever\nhappens things are getting better :-)\n\nWhen using M$ Access I took for granted that any time I altered my database,\nI would be able to go back later and revert or alter that table, query,\nconstraint etc so that nothin... |
[
{
"msg_contents": "After several weeks our idicies grow very large (in one case to\n4-5 gigabytes) After droppping and recreating the indecies they\nshrink back to something more reasonable (500megs same case).\n\nWe are currently using Vadim's vacuum patches for VLAZY and MMNB, \nagainst 7.0.3. We are using a... |
[
{
"msg_contents": "When did the MONEY type change it's output format?\n\nWhile working on the JDBC test suite, Money broke. It seems to output:\n$10.99\n($10.99) for negative values\n\nWhile since ages past, the PGMoney class interprets it as a number (no currency \nsymbol).\n\nPeter\n\n-- \nPeter Mount peter@r... |
[
{
"msg_contents": "I have compiled 7.1 b3 in QNX but to let postgresql works I changed something.\n\nIn src/backend/port/qnx4/sem.c\n#define SEMMAX (PROC_NSEMS_PER_SET) ----------------------OLD\n#define SEMMAX (PROC_NSEMS_PER_SET + 1) ----------------------NEW\n\nin src/include/stor... |
[
{
"msg_contents": "Hi,\n\n I encounterd some problems when compiling 7.1beta4 with options\n--with-krb4 and (--with-openssl --with-python). Actual command\nline of configuration is the followings.\n\n--\n ./configure --enable-multibyte --with-tcl \\\n --with-tclconfig=/usr/local/lib --with-tkconfig=/usr/loc... |
[
{
"msg_contents": "I wrote a patch to add cursor support to PL/pgSQL. I sent it to\npgsql-patches earlier, and Bruce said he would consider it after the\n7.1 release.\n\nI would be interested in getting feedback on it, so for now I have put\nthe patch up on the web:\n http://www.airs.com/ian/pgsql-cursor.ht... |
[
{
"msg_contents": "> After several weeks our idicies grow very large (in one case to\n> 4-5 gigabytes) After droppping and recreating the indecies they\n> shrink back to something more reasonable (500megs same case).\n> \n> We are currently using Vadim's vacuum patches for VLAZY and MMNB, \n> against 7.0.3. We... |
[
{
"msg_contents": "What PostgreSQL ODBC driver should I use on Windows NT with the latest\nversion of PostgreSQL from CVS?\n\nI had been using psqlodbc.dll version 6.50.0000 by Insight\nDistribution System, as made available on ftp.postgresql.org in the\n'latest' folder. That worked OK with version 7.0.3 of Po... |
[
{
"msg_contents": "greetings, group! :)\n\n i have a question about the TODO list and could not\nfind an answer in any of the list archives. i am very\nnew to SQL and even newer to pgsql, so my ideas of how\nthings work is still a bit fuzzy. i am currently\nworking on a small e-commerce type website which is... |
[
{
"msg_contents": "Hi All,\n\nThe setup.py file in PyGreSQL does not work with newer distutils (at\nleast not for the distutils in Python 2.0). The new versions of\ndistutils require you to use an instance of a new Python class called\nExtension to configure the compiled extensions. I have attached a\nmodific... |
[
{
"msg_contents": "It works! Our production controlling system seems to work with\n7.1beta4. In addition, I solved the conversion function problem which was\ndescribed in one of my last mails. The problem was I used malloc() instead\nof palloc(). Thanks to all of you who developed 7.1 and helped solving the\nco... |
[
{
"msg_contents": "Just a reminder that I assume all Hackers readers are subscribed to\neither the PostgreSQL announce or general lists.\n\nI just posted something to those lists about this URL:\n\n\thttp://candle.pha.pa.us/oreilly/\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pg... |
[
{
"msg_contents": "Sorry if I'm posting to the wrong list, if so, please could you point me to \nthe correct list? Thanks!\n\nI'm trying to work with Access and Postgres as backend, but I often get \nerrors like \"unable to find an operator '=' for numeric and float\" and \nsuch. Now I've implemented an operato... |
[
{
"msg_contents": "Nic Ferrier (nferrier@tapsellferrier.co.uk) reports a bug with a severity of 3\nThe lower the number the more severe it is.\n\nShort Description\nsyslog logging setup broken?\n\nLong Description\nWhen building from the latest (7.1 beta 4+) CVS I had a problem with syslog logging.\n\nEvery tim... |
[
{
"msg_contents": "Hi!\n\nI would like to ask you, the developers about the following\nquestion.\n\nBecause I wanted to know after issuing a MOVE, that how many\nsteps did really happen, I made a patch, and now the backend\nnot only replies \"MOVE\" but \"MOVE XXX\", where XXX is the\nnumber of steps. It needed... |
[
{
"msg_contents": "Hello.\n\nCould somebody explain me the mechanism in the backend,\nwhich is responsible for the followings. (I tried to\nlook around snapshots, but couldnt figure out th answer).\n\nIn a transaction, isol. read comitted, a select from a\ntable can see the comitted changes by others, but\na pr... |
[
{
"msg_contents": "Hi Guys,\n\nplease tell me how to get software from you.\n\nI found no way to download any software.\n\nBest Regards\n\nKai\n\n\n\n\n\n\n\nHi Guys,\n \nplease tell me how to get software from \nyou.\n \nI found no way to download any \nsoftware.\n \nBest Regards\n \nKai",
"msg_date": "Sun... |
[
{
"msg_contents": ">>> Bruce Momjian <pgman@candle.pha.pa.us> 04-Feb-01 10:07:40 PM >>>\n\n>> The bottom line is that, IMHO, writing a portable \n>> init.d style (or any other such concept) startup file \n>> that is ready for blind use is beyond practicality. \n>> It might be better to collect a few of the one... |
[
{
"msg_contents": "To alleviate the need for a start up script somewhat we could perhaps fix\nup pg_ctl to serve that purpose better.\n\n-w should be the default, as has been suggested.\n\n\"fast\" shutdown should be the default, otherwise you may get surprises on\nsystem shutdown when users are still connected... |
[
{
"msg_contents": "Nic Ferrier writes:\n\n> >Should I remove init.d from /contrib?\n>\n> I'm just a postgres user but I don't agree with Peter. I think the\n> file is valuable.\n\nI didn't say it wasn't valuable, I just said it didn't work...\n\nThis problem seems to call for a more general solution than a hand... |
[
{
"msg_contents": "Just a quick question, when a column of a table is defined to be a foreign\nkey, is it implicitly indexed, or does one still need to explicitly CREATE\nINDEX?\n\nChris\n\n--\nChristopher Kings-Lynne\nFamily Health Network (ACN 089 639 243)\n\n",
"msg_date": "Mon, 5 Feb 2001 11:01:47 +0800... |
[
{
"msg_contents": "I notice that in 7.0.3 there are no '<' or '>' operators defined for the\nbytea type. Is this (should this be) fixed in 7.l?\n\nIt just makes it impossible to do stuff like SELECT DISTINCT (byteafield),\netc...\n\nThe reason i'm trying to do this is I have written a query that discovers\nall... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.