threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\n\nWe have a timestamp column in one table and we are getting the above problem\nwhen the timestamp column has a value upto milliseconds.\n\nWe are using PostgreSQL 7.2 version stable jdbc driver(pgjdbc2.jar) got from\nhttp://jdbc.postgresql.org/download.html. Does anyone know of latest\n... |
[
{
"msg_contents": "PostgreSQL 7.2.1...\nWe have:\nC:\\CYGWIN\\USR\\SRC\\POSTGRESQL-7.2.1-1\\src\\include\\utils\\catcache.h(84):ex\ntern MemoryContext CacheMemoryContext;\nC:\\CYGWIN\\USR\\SRC\\POSTGRESQL-7.2.1-1\\src\\include\\utils\\memutils.h(70):ex\ntern DLLIMPORT MemoryContext CacheMemoryContext;\n\nThey c... |
[
{
"msg_contents": "Hi,\n\nWe have a timestamp column in one table and we are getting the above problem\nwhen the timestamp column has a value up to milliseconds.\n\nWe are using stable PostgreSQL 7.2 jdbc driver (pgjdbc2.jar) got from\nhttp://jdbc.postgresql.org/download.html. Does anyone know of latest\nproduc... |
[
{
"msg_contents": "Hi,\n\nWe observed a \"String index out of range: 23\" problem when we tried to\nretrieve timestamp field value that has milliseconds. We are trying to find\na quick fix for the millisecond problem for Timestamp.\n\nWe notice there is a beta driver(devpgjdbc2.jar) that contains this fix\ncur... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Tuesday, June 18, 2002 11:13 AM\n> To: Michael Meskes\n> Cc: PostgreSQL Hacker\n> Subject: Re: [HACKERS] ECPG won't compile anymore\n> \n> \n> Michael Meskes wrote:\n> > On Tue, Jun 18, 2002 at 10:29:... |
[
{
"msg_contents": "\nI received this via private email. Do we want CORRESPONDING added to\nthe TODO list?\n\n---------------------------------------------------------------------------\n\nDavid H. Johnson wrote:\n> Hi,\n> \n> I am writing you because you're listed as the TODO List maintainer. I noticed\n> tha... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Dann Corbit \n> Sent: Tuesday, June 18, 2002 1:51 PM\n> To: Bruce Momjian; Michael Meskes\n> Cc: PostgreSQL Hacker\n> Subject: Re: [HACKERS] ECPG won't compile anymore\n> \n> \n> > -----Original Message-----\n> > From: Bruce Momjian [mailto:pgman@candle.p... |
[
{
"msg_contents": "Hi,\n\nWhen using the date_part function is it possible to get the month name \nand not the month number ?\nI'm using something like 'date_part('month', birth_date)' - birth_date \nbeing a date data type.\n\nCurrently I'm getting numbers from 1 to 12 whereas I'd like the full \nname like 'Jun... |
[
{
"msg_contents": "I am working on the TODO item:\n\n\to Change syntax to WITH DELIMITER, (keep old syntax around?)\n\nand I have added syntax so COPY can now accept all parameters at the end\nusing WITH:\n\n\tCOPY table\n\t FROM { 'filename' | stdin }\n\t [ [ WITH ] \n\t [ BINARY ] \n\t ... |
[
{
"msg_contents": "I've just updated features.sgml to have a list of supported features\nfollowed by a list of unsupported ones. There are some items in the\n\"unsupported list\" which look easy to do. I've got patches for a \"MATCH\nSIMPLE\" clause on referential integrity declarations, and am developing\npatc... |
[
{
"msg_contents": "Hi,\nI've mailed this previously to the novice list, but got no response, so \nhopefully this is more the appropriate place.\n\nI'm trying to invoke the DirectFunctionCall1function as follows:\n\n \n BOX* __tmp;\n Datum d = DirectFunctionCall1(box... |
[
{
"msg_contents": "A few months ago, there was a brief discussion about the convenience of porting a threaded version of postgres. I was wondering which is its status.\nPointing for its convenience I must say that multiprocess code does not work fine on ccNUMA systems. Shared memory is placed on a node and back... |
[
{
"msg_contents": "I have a query which contains both a group by and a count, e.g:\n\nSELECT\n to_char(pa_shopping_cart.delivery_date, 'FMMM/FMDD/YY') AS delivery_date,\n pa_products.product_name AS product_name,\n pa_orders.order_state AS state,\n count(*) AS count\nFROM\n pa_shopping_cart,\n pa_prod... |
[
{
"msg_contents": "On Thu, 2002-06-20 at 02:02, Dann Corbit wrote:\n> > -----Original Message-----\n> > From: ryan@paymentalliance.net [mailto:ryan@paymentalliance.net]\n> > Sent: Wednesday, June 19, 2002 12:19 PM\n> > To: pgsql-hackers@postgresql.org\n> > Subject: [HACKERS] count and group by question\n> > \n>... |
[
{
"msg_contents": "On Thu, 2002-06-20 at 03:15, Dann Corbit wrote:\n> > > Which reminds me, it would be nice to have the cube/rollup \n> > sort of OLAP\n> > > stuff from SQL99 ISO/IEC 9075-2:1999 (E) in PostgreSQL:\n> > \n> > It seems like simple ROLLUP and () (i.e. grandTotal) would be \n> > doable by\n> > cur... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Hannu Krosing [mailto:hannu@tm.ee]\n> Sent: Wednesday, June 19, 2002 1:25 PM\n> To: Dann Corbit\n> Cc: ryan@paymentalliance.net; pgsql-hackers@postgresql.org\n> Subject: RE: [HACKERS] count and group by question\n> \n> \n> On Thu, 2002-06-20 at 03:15, Dan... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Ryan Mahoney [mailto:ryan@paymentalliance.net]\n> Sent: Wednesday, June 19, 2002 4:00 PM\n> To: Dann Corbit\n> Cc: Hannu Krosing; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] count and group by question\n> \n> \n> OK, so I tried both queries but... |
[
{
"msg_contents": "Hi,\nI've a question about returning ADT values through embedded SQL. It's \nfine to retrieve values of PostgreSQL's build-in types in to C variables \nof roughly the same type, with only (possibly) a small impedance \nmismatch. However when we want to retrieve into values of the ADTs, \ni.e... |
[
{
"msg_contents": "Hi,\n\nthere's (at least) one point I do not understand in bufpage.h.\nCould one of the \"older\" hackers explain it to me, please.\n\nIs od_pagesize in any way more or less opaque than pd_lower, pd_upper,\npd_special, etc? If it is, why?\n\nIf it's not, should I post a patch that puts pages... |
[
{
"msg_contents": "I've got patches for the CREATE CAST/DROP CAST feature (just a\nrearrangement of our existing function declaration syntax). The SQL99\nform assumes that an existing function will be used for the cast\ndefinition, so I've extended the syntax to allow that and to have an\nalternate form which h... |
[
{
"msg_contents": "I see in ri_triggers.c:\n\n * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n * Copyright 1999 Jan Wieck\n\nJan, are you holding copyright on this or is it dual, and what does dual\nmean in this case?\n\n-- \n Bruce Momjian | http://candle.pha.... |
[
{
"msg_contents": "$ cvs -z3 up -d -P\ncvs [server aborted]: read lock failed - giving up\n\nHmm, been this way for a while now, something need budging? :)\n\n-d\n\n\n",
"msg_date": "Thu, 20 Jun 2002 17:30:49 -0400",
"msg_from": "David Ford <david+cert@blue-labs.org>",
"msg_from_op": true,
"msg_... |
[
{
"msg_contents": "Hi,\n\nI am about to add code to postgresql that would allow IDENT\nauthentification with DES encryption (as seen in the pidentd package\nincluded with Redhat - not sure if same encryption is used by other\nident daemons). The code would allow for two types of IDENT\nauthentification:\n\nide... |
[
{
"msg_contents": "Since it's currently all for collecting statistics on tables, why can't it\ncollect another type of statistic, like:\n\n- How often the estimator gets it wrong?\n\nAt the end of an index scan, the executor could compare the number of rows\nreturned against what was estimated, and if it falls ... |
[
{
"msg_contents": "OK, I have finally decided that our archive searching stinks. I have\nemails in my mailbox that don't appear in the archives.\n\nOur main site, http://archives.postgresql.org/ doesn't archive the\n'patches' list. (It isn't listed on the main site, and I can't find\npostings via searching.) ... |
[
{
"msg_contents": "I have a few questions about what would be expected from coercing to a\ntype with constraints (Domains mostly -- but complex object types may\nrun into similar issues if implemented).\n\nWhat I intend to do:\nIn gram.y, remove the application of typename directly to the A_Const\nin makeTypeCa... |
[
{
"msg_contents": "Here are some class notes that contain some very good ideas with\nterrific explanations:\nhttp://www.cs.duke.edu/education/courses/fall01/cps216/\n",
"msg_date": "Thu, 20 Jun 2002 21:02:58 -0700",
"msg_from": "\"Dann Corbit\" <DCorbit@connx.com>",
"msg_from_op": true,
"msg_sub... |
[
{
"msg_contents": "Any idea if alter table drop column and background vacuum will be\nimplemented by 7.3?\nIt's really critical for large applications that must run 24/7.\n\nStephen\n\n\n",
"msg_date": "Fri, 21 Jun 2002 02:36:06 -0400",
"msg_from": "\"Stephen\" <jleelim@hotmail.com>",
"msg_from_op":... |
[
{
"msg_contents": "Hi all,\n\nI'm hacking on PalmOS handhelds to implements libpq\ncalled \"libpq for PalmOS\".\n\nThis library provides many compatible libpq functions\nto manipulate PostgreSQL server from PalmOS devices\nthrough TCP/IP connection.\n\nImplementation is almost done, but some works are left\nto ... |
[
{
"msg_contents": "Hi all,\n\nI'm hacking on PalmOS handhelds to implements libpq\ncalled \"libpq for PalmOS\".\n\nThis library provides many compatible libpq functions\nto manipulate PostgreSQL server from PalmOS devices\nthrough TCP/IP connection.\n\nImplementation is almost done, but some works are left\nto ... |
[
{
"msg_contents": "Hi all!\n\nRecently I tried to use the new 7.02.0001 Win32 ODBC driver in the new\n(beta) Unicode mode in conjunction with MS Access 2000 and a \"UNICODE\"\nencoded database stored in a PostgreSQL 7.2.1 database running on a\nLinux system.\n\nI noticed that when the \"LF<->CRLF Conversion\" o... |
[
{
"msg_contents": "For some reason a view with a select distinct, an order and an exception\nby will cause pg_dump to output a double order by -- one for each select\nwhich of course is bad SQL.\n\n\nPSQL\n====\nrbt_t=# create view test as select distinct relname, reltuples, relnatts\nfrom pg_class where relkin... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Friday, June 21, 2002 6:32 AM\n> To: Tom Lane\n> Cc: Neil Conway; mloftis@wgops.com; Dann Corbit;\n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] What is wrong with hashed index usage?\n> \n... |
[
{
"msg_contents": "bash-2.05a$ make install > /dev/null\nIn file included from tupdesc.c:22:\n../../../../src/include/funcapi.h:69: syntax error before `uint'\n\n\nDropping the u works fine.\n\n\nFreeBSD fury.inquent.com 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Mon Feb 4\n13:30:57 EST 2002 root@fury.inquent.com... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Friday, June 21, 2002 9:52 AM\n> To: Tom Lane\n> Cc: Neil Conway; mloftis@wgops.com; Dann Corbit;\n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] What is wrong with hashed index usage?\n> \n... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Friday, June 21, 2002 1:31 PM\n> To: Dann Corbit\n> Cc: Tom Lane; Neil Conway; mloftis@wgops.com;\n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] What is wrong with hashed index usage?\n> \n... |
[
{
"msg_contents": "\nignore this one ...\n\n",
"msg_date": "Fri, 21 Jun 2002 23:58:07 -0300 (ADT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "test 2, first failed ..."
},
{
"msg_contents": "\nOkay, just did a series of upgrades to the serv... |
[
{
"msg_contents": "\nto ignore ...\n\n\n",
"msg_date": "Sat, 22 Jun 2002 00:02:52 -0300 (ADT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "one more ... "
}
] |
[
{
"msg_contents": "With the pg_depend / pg_constraint implementation foreign keys are\napplied to dumps via alter table / add foreign key (retains inter\ntable dependencies).\n\nSome have expressed that this could be quite slow for large databases,\nand want a type of:\n\nSET CONSTRAINTS UNCHECKED;\n\nHowever, ... |
[
{
"msg_contents": "hi all. i want to begin contributing work to stuff on the todo list. i have \nworked on suns for a long time. i plan to buy a used pc to begin helping out \nwith postgresql. my question is, what would be a good buy? what is the \noldest model of PC that i could buy and be able to use to work ... |
[
{
"msg_contents": "Hi,\n\nI added the code to make IDENT authentification work even if the \nresponses are DES encrypted. The changes are contained in the attached \ntar.gz file.\n\nThere is a readme included in the tar.gz which explains things. The tar \nfile contains the following files:\n\nident-des.patch\... |
[
{
"msg_contents": "I'm looking at implementing IS DISTINCT FROM, among other things. It has\nthe unusual behavior that it compares elements for a tuple by\nconsidering two NULLs to be equal (hence non-distinct) rather than\n\"unknown\". So the rules for comparison seem to be:\n\na) if the rows compared have dif... |
[
{
"msg_contents": "Version 7.2.1, RH 7.3, installed from RPM.\n\nFollowing error occurs:\n\namber_ws=> delete from samples;\nserver closed the connection unexpectedly\n This probably means the server terminated abnormally\n before or while processing the request.\nThe connection to the server was ... |
[
{
"msg_contents": "I upgrade from PG 7.1.3 to 7.2, and I am trying to restore my dbs but I\nkeep getting:\n\n[nsadmin@roam backup-20020622]$ pg_restore <all-good.dmp \npg_restore: [archiver] input file does not appear to be a valid archive\n",
"msg_date": "Sun, 23 Jun 2002 00:12:11 -0500",
"msg_from": "... |
[
{
"msg_contents": "This is the problem:\n\n*** ./expected/rules.out Fri May 3 08:32:19 2002\n--- ./results/rules.out Sun Jun 23 14:08:37 2002\n***************\n*** 1005,1012 ****\n SELECT * FROM shoe_ready WHERE total_avail >= 2;\n shoename | sh_avail | sl_name | sl_avail | total_avail\n ------... |
[
{
"msg_contents": "Hi All,\n\nWhereabouts in the code is the '*' expanded into the list of valid columns and also where are the columns specified in the select arguments (or whereever) checked for validity?\n\nChris\n\n\n\n\n\n\n\n\nHi All,\n \nWhereabouts in the code is the '*' expanded into \nthe list of vali... |
[
{
"msg_contents": "Sorry to nag about this so late, but I fear that the new command SET LOCAL\nwill cause some confusion later on.\n\nSQL uses LOCAL to mean the local node in a distributed system (SET LOCAL\nTRANSACTION ...) and the current session as opposed to all sessions (local\ntemporary table). The new S... |
[
{
"msg_contents": "\nJust a quick heads up ... I've asked Rackspace to investigate *why* the\nserver crashes every 24-48hrs, and given them carte-blanche to get it\nfixed ... they are planning on swapping out/in hardware, as right now that\nappears to be where the error messages are indicating ...\n\n\n\n\n",
... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Dave Cramer [mailto:dave@fastcrypt.com] \n> Sent: 24 June 2002 01:25\n> To: PostgreSQL Hacker\n> Subject: [HACKERS] pgadmin.postgresql.org displaying errors\n> \n> \n> I am getting lots of errors on pgadmin.postgresql.org\n> \n> Dave\n\nLooks OK now..... |
[
{
"msg_contents": "hi\n\ni want to alter the ALTER TABLE xxx ADD statement to allow\nthe following syntax:\n\nALTER TABLE [ ONLY ] table \n ADD [ COLUMN ] ( column type [ column_constraint ] [, column type [ column_constraint ]] )\n\njust to add one or more columns to a table with one alter table statement.\... |
[
{
"msg_contents": "Fernando Nasser of Red Hat reminded me that it really makes no sense\nfor ALTER TABLE ADD COLUMN and ALTER TABLE RENAME COLUMN to behave\nnon-recursively --- that is, they should *always* affect inheritance\nchildren of the named table, never just the named table itself.\n\nAfter a non-recurs... |
[
{
"msg_contents": "o\nI have a problem with an 7.1.3 database that has probably overflowed\nthe oid counter. The startup halts with these messages\n\nDEBUG: database system was interrupted at 2002-06-24 21:19:43 EEST\nDEBUG: CheckPoint record at (156, 1692817164)\nDEBUG: Redo record at (156, 1692775580); Und... |
[
{
"msg_contents": "Hi,\n\nI corrected a few minor problems with the patch I sent Friday allowing \nIDENT authification to recognize encrypted responses.\n\nThanks,\nDavid",
"msg_date": "Mon, 24 Jun 2002 13:51:27 -0700",
"msg_from": "\"David M. Kaplan\" <dmkaplan@ucdavis.edu>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Jean-Michel,\n\n> It seems clear that several teams are working without central point \nmanagement \n> and contact:\n<snip>\n> - Marketing: MySQL sucks and has a team of marketing sending junk technical \n> emails and writing false benchmarks. Who is in charge of marketing at \n> PostgreSQL? ... |
[
{
"msg_contents": "\nIf you define a database field like this with the \"without time zone\" \nclause.....\n\ncreated timestamp(6) without time zone DEFAULT 'now' NOT NULL,\n\nThen the current postgresql jdbc driver falls over in a heap when trying \nto select and retrieve this field.\n\n\n\n\n\n",
"msg_dat... |
[
{
"msg_contents": "Isn't that what msync() is for? Or is this not portable?\n\n-----Ursprüngliche Nachricht-----\nVon: Tom Lane [mailto:tgl@sss.pgh.pa.us]\nGesendet: Dienstag, 25. Juni 2002 16:30\nAn: Curt Sampson\nCc: J. R. Nield; Bruce Momjian; PostgreSQL Hacker\nBetreff: Re: [HACKERS] Buffer Management \n\n\... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Josh Berkus [mailto:josh@agliodbs.com]\n> Sent: Tuesday, June 25, 2002 10:49 AM\n> To: Bruce Momjian\n> Cc: Tom Lane; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Democracy and organisation : let's make a\n> \n> Bruce,\n> \n> > I think Oracle is... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\n> Do people want an advocacy article written, like \"How to choose a\n> database?\" I could do that.\n\nThat would be good, as would an updated \"postgres vs mysql\" article \nto point people towards. Or a \"postgres myths debunked\" page... |
[
{
"msg_contents": "I have noticed that unlike indexes/check constrains, \"ALTER TABLE ADD\nCONSTRAINT <c_name> FOREIGN KEY ...\" statement does NOT prevent a user from\nre-creating an existing constraint more than once. Following this, a pg_dump\non the table showed multiple entries of the foreign key constrain... |
[
{
"msg_contents": "\nMorning ...\n\n\tFiguring that I'd try it out, I uncommented the virtual_host entry\nin postmaster.conf and set it to an IP of 64.49.215.5 (the \"base\" machine)\n...\n\nvirtual_host = '64.49.215.5'\n\n\tI then restarted the daemon as:\n\n/usr/local/pgsql721/bin/postmaster -B 10240 -N 512 -... |
[
{
"msg_contents": "Hi, my name is Emil, I am a software engineer at NEC, Japan. This is not in\nany way related to my work, but I am that interested in cygwin that I\ninstalled it on my own PC and right now I am enjoying it. Your work is a\ngood one really, I appreciate what you guys are doing.\n\nI am just w... |
[
{
"msg_contents": "Who originally did the TPC-C benchmarks? Is the source available for them?\n\nJonah H. Harris, Chairman/CEO\nNightStar Corporation\n\"One company, one world, one BIG difference!\"\n\n\n\n",
"msg_date": "Tue, 25 Jun 2002 21:36:30 -0600",
"msg_from": "\"Jonah H. Harris\" <jharris@night... |
[
{
"msg_contents": "This mail was sent to pgadmin-hackers list by Mark Radulovich \n<radulovich@yahoo.com>. It is quite interesting:\n\n*************************************************************************************\nI've been following these mailing lists for over two years, and I guess now\n is the time ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Josh Berkus [mailto:josh@agliodbs.com] \n> Sent: 26 June 2002 01:51\n> To: pgsql-hackers@postgresql.org\n> Cc: Rod Taylor\n> Subject: Re: [HACKERS] Postgres idea list\n> \n> \n> \n> Folks,\n> \n> > What would be a win is an SQL like interface to editi... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Greg Sabino Mullane [mailto:greg@turnstep.com] \n> Sent: 25 June 2002 20:04\n> To: pgsql-hackers@postgresql.org\n> Subject: [HACKERS] Postgres idea list\n> \n> \n> 12. Offer something \"fun\": a naming contest for the elephant (I know, \n> I know),\n\... |
[
{
"msg_contents": "\nHackers,\n\nas some of you figured already, Katie Ward and I are working fulltime on\nPostgreSQL and are actually doing a native Win32 port. This port is not\nbased on CygWIN, Apache or any other compatibility library but uses 100%\nnative Windows functionality only.\n\nWe already have it f... |
[
{
"msg_contents": "I have been reviewing Rod Taylor's pg_depend patch, which among other\nthings adds SQL-compliant DROP RESTRICT/CASCADE syntax and prevents\nyou from dropping things that other things depend on, as in ye olde\nnovice error of dropping a function used by a trigger.\n\nAs submitted, the patch gi... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Matthew T. O'Connor [mailto:matthew@zeut.net] \n> Sent: 26 June 2002 14:44\n> To: Christopher Kings-Lynne; josh@agliodbs.com; Rod Taylor; \n> Bruce Momjian\n> Cc: James Hubbard; Dave Cramer; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Democ... |
[
{
"msg_contents": "I find myself repeatedly arguing for partial solutions, and having to\nstruggle with other developers who feel these solutions are hacks.\nLet me explain why I like these hacks.\n\nWhen we have a feature that users want, often we can't get it\nimplemented promptly in a clean way. It can take... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Josh Berkus [mailto:josh@agliodbs.com]\n> Sent: Wednesday, June 26, 2002 9:18 AM\n> To: Curt Sampson; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Democracy and organisation : let's make a\n> \n> \n> Curt,\n> \n> You do point out some good areas... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Dave Cramer [mailto:Dave@micro-automation.net] \n> Sent: 26 June 2002 19:01\n> To: Dave Page\n> Cc: josh@agliodbs.com; pgsql-hackers@postgresql.org; Rod Taylor\n> Subject: Re: [HACKERS] Postgres idea list\n> \n> \n> Dave,\n> \n> Would you consider jav... |
[
{
"msg_contents": "I think that the people on this list tend to make a mistake.\n\nThey try to pick apart the competition by focusing on their weak points.\n\nFrom a growth standpoint, I think it is a much better idea to focus on\ntheir strong points. Look at the things each competitor can do best.\nTry to thi... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jan Wieck [mailto:JanWieck@Yahoo.com] \n> Sent: 26 June 2002 15:45\n> To: HACKERS\n> Subject: [HACKERS] (A) native Windows port\n> \n> \n> As for project coordination, I am willing to setup and \n> maintain a page similar to the (horribly outdated) on... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jeff MacDonald [mailto:jeff@tsunamicreek.com] \n> Sent: 26 June 2002 18:08\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Democracy and organisation : let's \n> make a revolution\n> \n> \n> what is gborg ? :)\n\nhttp://gborg.postgresql.... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 26 June 2002 19:21\n> To: PostgreSQL-development\n> Subject: [HACKERS] Why I like partial solutions\n> \n>\n> If we want to grow PostgreSQL, we need to meet users needs, \n> even if that requires... |
[
{
"msg_contents": "Hi everyone,\n\nThis is Jonah's explanation of what Nextgres is, as his response didn't\nmake it to the list (some kind of software or network problem).\n\n:-)\n\nRegards and best wishes,\n\nJustin Clift\n\n\n-------- Original Message --------\nSubject: Re: [HACKERS] Nextgres?\nDate: Wed, 26 ... |
[
{
"msg_contents": "\nI am a student doing my graduation in India. I want to know what are the \nother OODBMS features ( other than inheritance ) available \nin PostGreSQL. It would be great if you can help me out with some \ninformation regarding this.\n\nThanks,\nNishkala \n\n-- \nBeing yourself in the world w... |
[
{
"msg_contents": "Kinda like the blind leading the blind, but:\n\nI'm assuming you will need to do something similar to what you did in\nthe previous version in gram.y. That is, create an expression node with\nthe appropriate equations and pass that through ExecEvalExpr().\n\nYou can probably return the true ... |
[
{
"msg_contents": "I have an slightly different perspective on this. I hope it will be a \nbit useful\n\nBackground:\nI'm a senior developer for a consulting firm. I too have experience with \nDB/2, Oracle, Sybase, Adabase, and M$ SQL.\nIn the last few years of work I've been moving from the technical side \nof... |
[
{
"msg_contents": "\n\nBegin forwarded message:\n\nI said:\n> BTW - Oracle & other commercial vendors handle these contingencies by \n> buying insurance policies.\n\nI think I should probably correct the above statement. I think Oracle \nspecifically has a large enough revenue stream that they have no need to \... |
[
{
"msg_contents": "Begin forwarded message:\n\nI said:\n> BTW - Oracle & other commercial vendors handle these contingencies by \n> buying insurance policies.\n\nI think I should probably correct the above statement. I think Oracle \nspecifically has a large enough revenue stream that they have no need to \npur... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Christopher Kings-Lynne [mailto:chriskl@familyhealth.com.au] \n> Sent: 27 June 2002 08:08\n> To: pgsql-hackers@postgresql.org; Tim Hart\n> Cc: Andrew Sullivan; pgsql-advocacy@postgresql.org\n> Subject: Re: [HACKERS] Support (was: Democracy and organis... |
[
{
"msg_contents": "I think PostgreSQL's standards are a bit too high. From my point of \nview, the team as a whole has no desire to build the worlds best open \nsource database from the point of view of functionality. They seem more \ninterested in the writing the open source database with the world's most \nae... |
[
{
"msg_contents": "The cvs docs say that we support the 'WITH CHECK OPTION' on views, but the\nTODO says we don't...\n\nChris\n\n\n\n\n",
"msg_date": "Thu, 27 Jun 2002 17:40:00 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "m... |
[
{
"msg_contents": "I've just come across a case in Oracle 8.0.6 where important queries\ncould have been several orders of magnitude faster if only the optimizer\nhad realized that it was doing case-insensitive comparisons against a\nconstant that wasn't affected by case (a string of all digits).\n\nThe query w... |
[
{
"msg_contents": "Hi\ni just upgrading postgres from 7.0 to 7.2 and i have the folowing error in\nconfiguration process\nwhat happen ? how to fix this problem ?\n\nEnter default encoding (SQL_ASCII):\nNow installing the PostgreSQL database files in /var/lib/postgres/data\nsu - postgres -c cd /var/lib/postgres;... |
[
{
"msg_contents": ">...\n>\tif (upper('001234') == lower('001234'))\n>\t\tSELECT * FROM table\n>\t\tWHERE id = '001234';\n>\telse\n>\t\tSELECT * FROM table\n>\t\tWHERE upper(id) = '001234';\n>\n>Even without the index I guess that would have saved it a lot of work.\n\nI'm no expert, but I can't image this will ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Dave Cramer [mailto:Dave@micro-automation.net] \n> Sent: 27 June 2002 12:12\n> To: Dave Page\n> Subject: RE: [HACKERS] Postgres idea list\n> \n> \n> Dave,\n> \n> Thanks for the response.\n> \n> On Wed, 2002-06-26 at 15:21, Dave Page wrote:\n> > \n> > ... |
[
{
"msg_contents": "Marc, did you do anything to the format of the individual archive\nmessage pages? The top index pages look great, but when I go to,\nsay,\nhttp://archives.postgresql.org/pgsql-hackers/2002-05/index.php\nI see only a blank page. \"View Source\" shows there is stuff there,\nbut my browser ain... |
[
{
"msg_contents": "Could very well be. As I said, I'm not a lawyer. I do know that depending upon the laws in a region, EULAs can be proven to be legally invalid.\n\nI do personally find it hard to believe that Oracle could be legally immune from *all* damages claims. In practice proving fault could be very har... |
[
{
"msg_contents": " \nOn Thursday, 27, 2002, at 10:07AM, Josh Berkus <josh@agliodbs.com> wrote:\n\n>Or from a financial perspective: An enterprise MS SQL 2000 user can\n>expect to pay, under Licensing 6.0, about $10,000 - $20,000 a year in\n>licnesing fees -- *not including any support*. Just $2000-$5000 bu... |
[
{
"msg_contents": "Hello PostgreSQL developers and Admins of news.postgresql.org,\n\nrecently I located messages of this PostgreSQL groups on\ngroups.google.com.\n\nHowever, after asking the local newsserver admin of my company to host\nthose groups as well, I was told that those groups here are\n*unauthorized*... |
[
{
"msg_contents": "The attached patch implements per-backend prepareable statements.\n\nThe syntax is:\n\n PREPARE name_of_stmt(param_types) FROM <some query>;\n\n EXECUTE name_of_stmt [INTO relation] [USING args];\n\n DEALLOCATE [PREPARE] name_of_stmt;\n\nI don't really like the 'FROM' keyword in PREP... |
[
{
"msg_contents": "The following query crashes the backend if compiled with\n\"--enable-integer-datetimes\":\n\nselect 'T0.405065555555533333333333333333333333333333355555555555555555555555333333333335555555555555789 -08'::time with time zone;\n\nBacktrace is:\n\n#0 0x08179304 in DecodeTimeOnly (field=0xbfffeb... |
[
{
"msg_contents": " From the ToDo list:\nVacuum: \t* Provide automatic running of vacuum in the background (Tom)\n\nAs of 7.2 we have lazy vacuum. The next logical step is setting up vacuum to \nrun automatically in the background either as some type of daemon or as \nsomething kicked off by the postmaster.\n\... |
[
{
"msg_contents": "Machine translation with my minor edition is available from\nhttp://www.sai.msu.su/~megera/postgres/gist/tree/README.tree.english\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomi... |
[
{
"msg_contents": "Hi All,\n\nI've been thinking about this DROP COLUMN business (sorry to start another\nspammy, flamey thread!). I'm taking ideas from lots of sources here.\n\nHow does this sound for a process?\n\n1.\nA new column is added to pg_attribute called 'attisdropped'. It, of course,\ndefaults to f... |
[
{
"msg_contents": "Hi Florian,\n\n> > The most recent patches were submitted by me, so I guess you\n> could call me\n> > the defacto \"maintainer\".\n>\n> Okay - glad someone answered me :)\n\nActually, I replied to you 5 minutes after you posted, but I think my emails\nwere being stalled somewhere...\n\n> I wi... |
[
{
"msg_contents": "We have been discussing heap tuple header changes for a while now.\nHere is my proposal for omitting the oid, when it is not needed:\n\nFirst let's eliminate t_oid from HeapTupleHeaderData.\n\nThen add the oid to the end of the structure, if and only if it is\nneeded. The tricky part here is... |
[
{
"msg_contents": "George,\n\nI like your updated version and have put it on my site.\nAre you willing to contribute some examples and test data,\nso we (me, Teodor and you) could arrange separate page for this module.\nAs I wrote, we'll continue developing and you're welcome.\n\n\tOleg\nOn Sun, 30 Jun 2002, Ge... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.