threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "How about including <sys/types.h> before including\n<grp.h> in src/backend/utils/init/findbe.c?\n\nI've just compiled 7.2 on FreeBSD-current, which has failed\nwith compilation error because the type of gr_gid in struct group\nis gid_t on FreeBSD-current.\n\ncheers,\n\nhiro hanai\n",
"msg... |
[
{
"msg_contents": "Hello,\n\nWe have report that all GiST opclasses cause a coredump while creating index on \n64-bit Solaris. I try to make installcheck GiST's contrib modules on DEC Alpha \nand got the same result. So it may be one problem.\n\nCompiler:\ngcc -v\nReading specs from \n/usr/local/egcs/lib/gcc-li... |
[
{
"msg_contents": "Dear all,\n\nI am looking at available database abstraction layers with the idea of \nporting pgAdmin2 to Linux. This is just for information, my project is not \nclear by now.\n\nGnomeDB (http://www.gnome-db.org) seems quite fantastic when used in \nconjunction with Glade. Until now, I never... |
[
{
"msg_contents": "Guys, I've recently being going back over code from Ingres and porting\nit over to PostgreSQL. Heavy use was made of the IFNULL function, this\nfunction simply returns the 2nd argument if the first is\nNULL. Consider the following query:\n\n SELECT COALESCE(MAX(id), 0) + 1 from test;\n\ncan b... |
[
{
"msg_contents": "Would it be too much to ask for that everytime a significant\nuser-visible change is checked in, the release notes are updated right\nthere as though they are documentation (which they are)? This immediately\nleads to three significant advantages:\n\n1. Users can keep track of developement.\... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n>> We can certainly move our header inclusion order around, but that is\n>> simply an application-level workaround for a broken system header.\n\n> I didn't think so. I always thought there were requirements in include\n> ordering.\n\nThere are ... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> Sure, just stick stuff at the top of the HISTORY file and I can deal\n> with it during release packaging. I will tell you that many one-line\n> release items are made up of many commits and decisions so there is\n> little likelyhood I can jus... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n>> I think I prefer the file-of-notes idea, but this is a possibility worth\n>> suggesting.\n\n> We can do whatever people want. I was just afraid it would be too much\n> work for people, and I am willing to continue doing it. Actually, if\n> p... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> I suppose we all thought that the change wouldn't bite anyone.\n\nI wasn't expecting such vocal complaints, for sure.\n\n> Tom, at the time, did you think it should be mentioned in the release\n> notes?\n\nI can't recall if I thought about it ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tille, Andreas [mailto:TilleA@rki.de] \n> Sent: 08 February 2002 10:42\n> To: Jean-Michel POURE\n> Cc: PostgreSQL Hacker Liste\n> Subject: Re: [HACKERS] Feature request for 7.3 and pgAdmin : \n> CREATE OR ALTER VIEW,\n> \n> \n> On Fri, 8 Feb 2002, Jea... |
[
{
"msg_contents": "Hi,\n\nI've been asked if PostgreSQL is interested in its own booth on Linuxtag in\nGermany. While I will be there I have to take care of the credativ booth so\nI cannot run a PostgreSQL booth at the same time. I will, however, be able\nto present PostgreSQL at our booth, but maybe someone's ... |
[
{
"msg_contents": "Dear all,\n\n Where can I find the source code of ODBC functions in pgsql(somthing like the RIGHT(),LEFT())?\n And also the source code of database functions( substr()..etc..)? I have download the 7.2.src.rpm\n but I can't find them...\n\nBest Regards'\nDean Lu\n",
"msg_date": "... |
[
{
"msg_contents": "Okay, I think I've seen one too many reports of corrupted pg_dump data\ncaused by Microslothish newline-to-CR/LF translation. We need to find\na way to make COPY data proof against that brain damage.\n\nThe best idea that comes to mind is as follows:\n\n1. During COPY OUT, convert carriage r... |
[
{
"msg_contents": "I have just isolated a bug in doing a 'select for update'. I have \nincluded a test case below that reproduces the problem on a 7.2 \ndatabase. The bug is as follows: after issuing a select for update that \nblocks on a record being locked by a second process, when that second \nprocess com... |
[
{
"msg_contents": "Dear all,\n\nlibgda (http://www.gnome-db.org) offers a common interface to \nPostgreSQL, MySQL, Oracle, Sybase, ... databases. Libgda is based on Corba \nand gives access to most database and schema objects (tables, columns, views, \nfunctions are supported, triggers will soon be). It also ha... |
[
{
"msg_contents": "Hi,\n\nI'm pleased to announce the release of pgbash-2.4.\nhttp://www.psn.co.jp/PostgreSQL/pgbash/index-e.html\n\n\n# What's pgbash\n\n Pgbash is a BASH shell which includes the functionality of \naccessing the database for PostgreSQL. It is possible to execute \nSQL by making a shell script... |
[
{
"msg_contents": "\nOr is this in the planner? Same query, same tables, one with seqscan\nenabled, one with it disabled (btw, whomever added the ANALYZE to EXPLAIN,\npure genius):\n\niwantu=# explain analyze SELECT poc.uid,headline,pictures,voice FROM orient poc JOIN clubs c ON (poc.uid = c.uid AND c.club = 3... |
[
{
"msg_contents": "\nGranted that I'm still futzing with my table structures and whatnot, but\nhere is the full query, and the explain ANALYZE for it with SEQSCAN both\nenabled and disbled ... enabled, it takes 2x longer??\n\nSELECT p.uid, tB.headline, tB.pictures, tB.voice, pa.zip, tb.gender, p.profiles_handle... |
[
{
"msg_contents": "\nHello everybody\n\nI am a Ph.D student who just innocently upgraded from 7.1 to 7.2 his home\nbrewed content management system. \nThe update went allright (datawise speaking) but once i fired up the site\nagain i was flooeded with errors.. what happened? simple\nstarting from 7.2 strings ar... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] \n> Sent: 11 February 2002 16:56\n> To: Andrew Sullivan; PostgreSQL general list\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [GENERAL] [HACKERS] Feature enhancement request \n> : use of libgda in... |
[
{
"msg_contents": "I don't know how hard it would be to do, but I have rewritten some\nOracle code to work on PostgreSQL. While rewriting a couple functions,\nand the tedium of changing SYSDATE to CURRDATE were a pain, these things\ncan be handled with a scripting language. The big problem, which means\nthat Po... |
[
{
"msg_contents": "Hi,\n\nI am having problems with permissions in postgres. I am using version 7.1.3 of\nPostgres running on RedHat 7.2. \n\nI create the table \"accounts\" and revoke all permissions for the PUBLIC user: \naccounts | {\"=\",\"dcl=arwR\"}\n\nHowever, any user can make a select or update in the... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jan Wieck [mailto:janwieck@yahoo.com] \n> Sent: 11 February 2002 19:36\n> To: jm.poure@freesurf.fr\n> Cc: Andrew Sullivan; PostgreSQL general list; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [GENERAL] [HACKERS] Feature enhancement request \n> : ... |
[
{
"msg_contents": "Are you sure you wanted \"current_date\" (CURRDATE) and not\n\"current_timestamp\"? \"current_date\" is not entirely synonymous with an\nOracle DATE since it doesn't have a timestamp component.\n\nAs for the outer join syntax, I agree, it's not a treat. I was toying\nwith the idea of writing ... |
[
{
"msg_contents": "BAZIN Nicolas (nbazin@ingenico.com.au) reports a bug with a severity of 1\nThe lower the number the more severe it is.\n\nShort Description\nSequence cannot be deleted\n\nLong Description\nA Sequence is created automatically with the SQL command:\nCREATE TABLE fa_ccpsholderscpt(hsc_serial SE... |
[
{
"msg_contents": "I've recently installed Postgres 7.2, but this also applied to the 7.1.3\ninstallation I had too. I'm seeing a lot of DEBUG messages being output to\nthe logfile/syslog, both when PG starts and stops, and also during VACUUM\nANALYZE runs (w/o verbose mode turned on); I start/stop PG via somet... |
[
{
"msg_contents": "Hi All,\n\n(1)I am Amit Kumar Khare, I am doing MCS from UIUC USA offcampus from India.\n\n(2) We have been asked to enhance postgreSQL in one of our assignments. So I \nhave chosen to pick \"Add free-behind capability for large sequential scans\" \nfrom TODO list. Many thanks to Mr. Bruce Mo... |
[
{
"msg_contents": "Browsing the archives, I found the latest comment about dropping columns\nabout summer 2000 closing with Hiroshi's unapplied (?) hack. What is the\ncurrent status of the implementation?\n\nRegards, Zoltan\n\n-- \n Kov\\'acs, Zolt\\'an\n kovacsz@... |
[
{
"msg_contents": "\n> I hate to sound like a broken record, but I want to re-open that\n> discussion about RTLD_LAZY binding that trailed off a week or two\n> ago. I have just noticed that the 7.0 and 7.1 versions of\n> src/backend/port/dynloader/linux.h have\n> \n> #define pg_dlopen(f)\tdlopen(f, 2)\n> \n> w... |
[
{
"msg_contents": "I had one more frustrating exprience with the 7.1.3 optimizer handling \nindex/scan selection.\n\nHere is the schema\n\nRADIUS=# \\d attrib\n Table \"attrib\"\n Attribute | Type | Modifier \n-----------+----------------+---------------------\n user_name |... |
[
{
"msg_contents": "Recently I found an Oracle extension, START WITH .. CONNECT BY, which\ngreatly eases parsing of n-way tree structures stored in table format.\n\nI'd prefer implementing this myself, but alas, I feel I need something\nwhich is a bit easier, to get accustomed to the code base.\n\nthe following ... |
[
{
"msg_contents": "\n> > Next thing to watch out for is, that RTLD_NOW will probably not load \n> > a shared lib, that was not linked with a \"no entry\" flag.\n> \n> Say again?\n\nOn e.g. AIX (and Sun?) the Makefile.shlib does not use a \"-bnoentry\" flag\nwhen linking shared libs. While the pg backend success... |
[
{
"msg_contents": "Hi All,\n\n(1)I am Amit Kumar Khare, I am doing MCS from UIUC USA offcampus from India.\n\n(2) We have been asked to enhance postgreSQL in one of our assignments. So I\nhave chosen to pick \"Add free-behind capability for large sequential scans\"\nfrom TODO list. Many thanks to Mr. Bruce Momj... |
[
{
"msg_contents": "\n \n The current SET SESSION AUTHORIZATION is very good feature. What\n allows it to standard users too. For example by:\n\n SET SESSION AUTHORIZATION 'username' WITH PASSWORD 'pwd';\n\n Why? Because change identity is less expensive than reconnection.\n\n Karel\n-- \n Karel Zak ... |
[
{
"msg_contents": "Hi All,\n\nMy name is Sebastien FLAESCH and I am in charge of the Open\nDatabase Interface at Four J's Development Tools (www.4js.com).\n\nOur product is a Informix 4GL compatible compiler and with ODI\ndrivers you can connect to Informix, Oracle, DB2, SQL Server\nand PostgreSQL databases.\n\... |
[
{
"msg_contents": "Hi,\n\nI am having problems with permissions in postgres. I am using version 7.1.3 of\nPostgres running on RedHat 7.2. \n\nI create the table \"accounts\" and revoke all permissions for the PUBLIC user: \naccounts | {\"=\",\"dcl=arwR\"}\n\nHowever, any user can make a select or update in the... |
[
{
"msg_contents": "Hi All,\n\n(1)I am Amit Kumar Khare, I am doing MCS from UIUC USA\noffcampus from India.\n\n(2) We have been asked to enhance postgreSQL in one of\nour assignments. So I\nhave chosen to pick \"Add free-behind capability for\nlarge sequential scans\"\nfrom TODO list. Many thanks to Mr. Bruce M... |
[
{
"msg_contents": "I'm getting itchy to get to work on 7.3 development, and with so few\nbug reports coming in for 7.2, it seems that now is not too soon to\nsplit off the 7.2 maintenance branch in CVS. Comments?\n\n\t\t\tregards, tom lane\n",
"msg_date": "Tue, 12 Feb 2002 19:38:25 -0500",
"msg_from": ... |
[
{
"msg_contents": "Hi all,\n\nThis is the email I sent earlier - I think it was lost in the 7.2 release\nhammering the servers got.\n\nI'm hoping to implement SET NULL / SET NOT NULL for 7.3\n\nI've been searching the SQL99 docs but I still can't figure out the syntax\nfor it. (BTW, can anyone give me SQL92?)\... |
[
{
"msg_contents": "Does the JDBC driver support connection pooling?\n\nIf so, where is the documentation for this, including examples.\n\nThank-you for your time.\n\nSean Alphonse.\n\n\n\n\n\n\n\n \n\nDoes the JDBC driver support connection pooling?\n \nIf so, where is the documentation for this, including exam... |
[
{
"msg_contents": "Hello, all,\n\nI'm having a strange problem with v7.2 relating to statistics collection\nand plan calculation. I'm not sure if this relates to the problems Marc\nwas seeing, but here goes.\n\nI have a table with 1,066,673 rows. The column I'm interested in has\nthis distribution of values:\... |
[
{
"msg_contents": "Look at this: (top one)\n\nhttp://www.mysql.com/information/benchmarks.html\n\nDoes anyone feel like running the MySQL benchmark against postgres 7.2 to\nsee if there's been a real speed improvement??\n\nChris\n\n",
"msg_date": "Wed, 13 Feb 2002 14:40:12 +0800",
"msg_from": "\"Christo... |
[
{
"msg_contents": "Why not attach a hundred users and run the same test. MySQL will be\nlicking *everyone's* boots. Each and every program listed would\npositively slam them into the floor and grind their face in the dirt\n(unless they have made some monumental improvements recently).\n\nIf a single user data... |
[
{
"msg_contents": "Hello, all,\n\nI'm having a strange problem with v7.2 relating to statistics collection\nand plan calculation. I'm not sure if this relates to the problems Marc\nwas seeing, but here goes.\n\nI have a table with 1,066,673 rows. The column I'm interested in has\nthis distribution of values:\... |
[
{
"msg_contents": "Binary package for QNX6 \n\nhttp://crystaliq.ru/files/pgsql72-qnx6.tgz?from=ideas&id=475055\n\n\nAndy Latin\n----\n http://www.rambler.ru\n",
"msg_date": "Wed, 13 Feb 2002 11:26:24 +0300 (MSK)",
"msg_from": "Andy Latin <303401@rambler.ru>",
"msg_from_op": true,
"msg_subject":... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] \n> Sent: 13 February 2002 08:10\n> To: Christopher Kings-Lynne; Hiroshi Inoue; Tom Lane; Kovacs Zoltan\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] alter table drop column status\n> \n>... |
[
{
"msg_contents": "\ngeneral description:\n--------------------\n\nI've a problem in PG 7.2. If you update rows which are included in plpgsql\nRECORD , updated rows are again added to the RECORD, so you will get into\ninfinite loop.\n\ndetails:\n--------\n\n- 7.2 problem\n- problem in PLPGSQL\n- problem arise o... |
[
{
"msg_contents": "Hi,\n\nRecently I got this error while the database was starting up. :\n\nFATAL 2: XLogWrite: writerequest is past end of log\n\nAnd the database did not startup, and finally I had to do a\npg_resetxlog. I tried going through the code which gave\nthis error but I was unable to comprehend much... |
[
{
"msg_contents": "Dear hackers,\n\nSorry to come back to ALTER /DROP object features, but I need some advice.\n\n1) What we did in pgAdmin1\n\nIn late version of pgAdmin 1, we used to maintain two sets of objects :\n- one set of production objects (queried from PostgreSQL schema) including \ntables, views, tri... |
[
{
"msg_contents": "\n#include <stdlib.h>\n#include <limits.h>\n#include \"postgres.h\"\n#include \"fmgr.h\"\n#include \"numeric.h\"\n\n/*\n** PostgreSQL Numeric data type conversion functions\n**\n** Original implementation by Dann Corbit on 2-8-2002\n**\n** Since all of the digit groups *should* be in the rang... |
[
{
"msg_contents": "\nMorning all ...\n\n\tCan someone explain to me how I should read this:\n\n tablename | attname | avg_width | n_distinct\n-------------------------+----------------------------+-----------+------------\n iwantu_pro_week | uid | ... |
[
{
"msg_contents": "\nOkay, if I'm understanding pg_stats at all, which I may not be, n_distinct\nshould represent # of distinct values in that row, no?\n\nBut, I have one field that has 5 distinct values:\n\niwantu=# select distinct(profiles_faith) from iwantu_profiles;\n profiles_faith\n----------------\n ... |
[
{
"msg_contents": "we've had a crash of our postgres database last night, it seems that\nit's because we hit the max-file limit. I'm at a point where I cannot\nstart up my database, and I don't know if there is any way for me to\nrecover it without restoring from a backup. All i want to do is recover\nfrom th... |
[
{
"msg_contents": "Gordon Runkle <gar@www.integrated-dynamics.com> writes:\n> You can retrieve the dump of my data at: [snipped]\n\nThanks. Indeed, the first time I did an ANALYZE I got:\n\n tablename | attname | null_frac | avg_width | n_distinct | most_common_vals | most_common_freqs | ... |
[
{
"msg_contents": "NAMEDATALEN's benchmarked are 32, 64, 128 and 512. Attached is the\nshell script I used to do it.\n\nFirst row of a set is the time(1) for the pgbench -i run, second is\nthe actual benchmark. Aside from the 'real' time of 64 there is a\ndistinct increase in time required, but not significan... |
[
{
"msg_contents": "With function privileges (or any other privileges we may come up with),\nthe natural default would be to grant access only to the owner. However,\nthis would probably break every application in the world.\n\nThe compatible alternative choice is to grant all privileges to the world\nby defaul... |
[
{
"msg_contents": "In my current implementation for function privileges, I have the function\npermission check somewhere down in the executor. (To be precise, the\npermission is determined when the fcache is initialized, and it's checked\nin ExecMakeFunctionResult.) Now I remembered the way SQL99 specifies\nf... |
[
{
"msg_contents": "These macros are from geo_decls.h:\n#define EPSILON\t\t\t\t\t1.0E-06\n\n#ifdef EPSILON\n#define FPzero(A)\t\t\t\t(fabs(A) <= EPSILON)\n#define FPeq(A,B)\t\t\t\t(fabs((A) - (B)) <=\nEPSILON)\n#define FPne(A,B)\t\t\t\t(fabs((A) - (B)) >\nEPSILON)\n#define FPlt(A,B)\t\t\t\t((B) - (A) > EPSILON)\... |
[
{
"msg_contents": "Probably a lot more sensible to change the interface to both functions\nbelow to return int instead of double.\n\n#include <float.h>\ndouble double_compare(double d1, double d2)\n{\n if (d1 > d2)\n if ((d1 - d2) < fabs(d1 * DBL_EPSILON))\n return 0;\n else... |
[
{
"msg_contents": "I have a couple wuick questions about upgrading to 7.2. \n\nFirst, are there noticable performance improvements with 7.2? I am\ncurrently using 7.1.2 and it is having a real hard time with large\ntables(about 10million records), queries take forever(even simple ones\nthat are index scans)?\n... |
[
{
"msg_contents": "On Thu, 2002-02-14 at 12:31, Bruce Momjian wrote:\n> Chris Field wrote:\n> \n> Checking application/pgp-signature: FAILURE\n> -- Start of PGP signed section.\n> > Thanks for responding, I am thinking it might be fairly beneficial to\n> > upgrade.\n> > \n> > > Ummm, max() is an aggregate funct... |
[
{
"msg_contents": "Hi All,\n Can anyone tell me of a freeware / opensource tool or software that can\nbe used to perform data-mining or statistical analysis of the data contained\nwithin a postgresql db. Some tool that connect efficiently with postgresql\nwould be ideal.\n\nAny Help Would Be Greatly Apprecia... |
[
{
"msg_contents": "Hi,\n\nOpenFTS team is glad to announce a pre-alpha release of\nOpenFTS perl version, which is available for testing from\nopenfts.sourceforge.net. We've created openfts-general\nmailing list for general discussion. Details is available at\nhttp://lists.sourceforge.net/lists/listinfo/openfts-... |
[
{
"msg_contents": "> Note the third row in the query result below is in error. The four hour\n> interval (2300UTC - 0300UTC) does not overlap the interval 1530UTC-1627UTC).\n> Is this a bug?\n\nNo. It conforms to (my reading of) the SQL99 spec. So it is a feature,\neven if I misread the spec. Which I think I di... |
[
{
"msg_contents": "-----Original Message-----\nFrom: Thomas Lockhart [mailto:lockhart@fourpalms.org]\nSent: Thursday, February 14, 2002 12:22 PM\nTo: Dann Corbit\nCc: Tom Lane; Hackers List\nSubject: Re: geo_decls.h oopsie...\n\n\n> > But to compare floating point, those are simply wrong.\n> See previous discus... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> \n> > > More specifically, the problem is that plpgsql's FOR-over-a-select now\n> > > depends on a SPI cursor, and both SPI cursors and regular cursors are\n> > > broken in this regard. Observe the following misbehavior with a plain\n> > > cursor:\n> >\n> > This is a ... |
[
{
"msg_contents": "I've started playing around with 7.2 on one of my development machines. \nI decided to try the pg_upgrade program, something I usually never do.\n\nAnyway, I followed the steps in the pg_upgrade (going from 7.1.3 to\n7.2), and then when I started the database up after the upgrade finished\nan... |
[
{
"msg_contents": "Hi guys,\n\nI've been chatting to Tom about implementing the ability to change the NULL\nstatus of a column via SQL.\n\nThis is the Oracle syntax:\n\nalter table table_name modify column1 not null;\nalter table table_name modify column1 null;\n\nThis is the MySQL syntax:\n\nALTER TABLE asfd C... |
[
{
"msg_contents": "(back on list; it is an interesting discussion imho)\n\n> Thanks for the enlightening reply. It seems self-evident to me that if\n> following a specification results in a mis-assertion (as demonstrated in my\n> test case) then either the specification contains an error in logic or the\n> appl... |
[
{
"msg_contents": "Hi guys,\n\nThis is like the 10th time I've tried to post this! Every time I send a\nmail with SET NULL / SET NOT NULL in the subject - it never appears on the\nlist - what's going on?????\n\nI've been chatting to Tom about implementing the ability to change the NULL\nstatus of a column via ... |
[
{
"msg_contents": "I just got a question originating from our lawyers at work, concerning\nthe usage of 'free software' in our product.\n\nThe product (currently) consists of a modified Redhat 7.1 distribution,\nPostgreSQL 7.1.3 (in custom RPM packages) and some proprietary softwares.\n\nI read the license, and... |
[
{
"msg_contents": "\n> Another objection is the need to add an OID field to tuple headers; 4\n> more bytes per tuple adds up (and on some platforms it'd be 8 bytes due\n> to alignment considerations).\n\nHow about only allowing one version per page, this is how Informix does it.\nImho separating in memory tuple... |
[
{
"msg_contents": "\n> That explains it ...\n> \n> profiles_faith | count\n> ----------------+--------\n> 0 | 485938\n> 1 | 2\n> 2 | 6\n> 7 | 2\n> 8 | 21\n> (5 rows)\n> \n> Cool, another waste of space *sigh*\n> \n> thanks... |
[
{
"msg_contents": "This may be with the pg_dumpall script from 7.1.3 but the restoration \ndied as a result of the owner not being able to create the database it \nowned...\n\n\nSteps to reproduce:\n\ncreate a user [testuser] with createdb privilege (to create a database \nthat they own)\ncreate a database test... |
[
{
"msg_contents": "Subject: Re: FWD: overlaps() bug?\n\n\n>(back on list; it is an interesting discussion imho)\n\n>> What I don't expect is for a built-in\n>> Boolean function to lie to me when used according to the published API!\n>> Violating a specification's underlying assumption is the same as\nviolating\... |
[
{
"msg_contents": "hi,\n\ni faced this error after vaccum. please help.\n\nDEBUG: database system was interrupted being in recovery at 2002-02-15 \n12:55:51\n EST\n This propably means that some data blocks are corrupted\n and you will have to use last backup for recovery.\nDEBUG: CheckPoint ... |
[
{
"msg_contents": "Entertaining parser conflicts again. We would like to be able to parse:\n\n GRANT table_privileges ON tablename TO ...\n\n GRANT func_privileges ON FUNCTION funcname(...) TO ...\n\nBoth table_privileges and func_privileges can be ALL PRIVILEGES.\n\nAttempt 1:\n\nWe set up:\n\n table... |
[
{
"msg_contents": "On Fri, 15 Feb 2002, Bruce Momjian wrote:\n\n> Tom Lane wrote:\n> > \"Marc G. Fournier\" <scrappy@hub.org> writes:\n> > > Okay, if the ecpg is the only issue, does everyone feel comfortable with a\n> > > branch going in this evening? I'll do a v7.2.1 tar-ball up Sunday night\n> > > based on ... |
[
{
"msg_contents": "\nselect (random( )*10)::varchar(4)\nworked in 7.1.3\n\nfails in 7.2\n\nERROR: value too long for type character varying(4)\n\n",
"msg_date": "Fri, 15 Feb 2002 18:49:33 -0600",
"msg_from": "Thomas Swan <tswan-lst@ics.olemiss.edu>",
"msg_from_op": true,
"msg_subject": "Change ... |
[
{
"msg_contents": "Bruce Momjian writes:\n\n> Seems there are two uses for the CHANGES file, one is to enable\n> developers to see what has been added to the tree since they last\n> looked, best solved with cvslog,\n\nNo, a cvslog is in nature different from a list of user-visible changes.\nWe're not talking ab... |
[
{
"msg_contents": "CREATE TABLE t (ts timestamp);\nCREATE\nINSERT INTO t VALUES ('2465001-01-01 00:00:00');\nINSERT 16563 1\nSELECT * from t;\npsql:/home/t-ishii/tmp/datebug.sql:4: ERROR: Unable to format timestamp with time zone; internal coding error\n\nShouldn't timestamp_in detect the invalid timestamp val... |
[
{
"msg_contents": "On Fri, 15 Feb 2002, Bruce Momjian wrote:\n\n> Marc G. Fournier wrote:\n> > On Fri, 15 Feb 2002, Bruce Momjian wrote:\n> >\n> > > Tom Lane wrote:\n> > > > \"Marc G. Fournier\" <scrappy@hub.org> writes:\n> > > > > Okay, if the ecpg is the only issue, does everyone feel comfortable with a\n> > ... |
[
{
"msg_contents": "The attached patch improves the command parameter checking of pg_ctl.\n\nAt present, there is nothing to check that the parameter given with a\nparameter-taking option is actually valid. For example, -l can be given\nwithout a following logfile name; on a strict POSIX shell such as ash,\nyou... |
[
{
"msg_contents": "Hello\n\nDo you find Spanish information, manuals & books online, about\nPostgreSQL ?\n\nPlease, check http://www.mundo.terra.cl/\n\nIt is new, and contains multiply information files & links in\nSpanish about of PostgreSQL\n\nIt is my effort for all Spanish spoken users around the world !!\n... |
[
{
"msg_contents": "I've been working away at simple domain support. The simple stuff\nworks (no constraints, simple data type).\n\nCREATE DOMAIN domainname Typename;\n\nI have a few questions about how to proceed.\n\nSo.. Starting with (more) complex datatypes. varchar(), numeric(),\nand the like. There is c... |
[
{
"msg_contents": "Hi,\n\nI have done what exactly explains the documentation for the migration from my databases in 7.1.3 to 7.2 ...\n\nBut during the importation in Postgresql v7.2 of the data from the pg_dumpall ...\nI get sometime this message :\n\npsql:backup:24473309: ERROR: DefineIndex: index function m... |
[
{
"msg_contents": "Hi all,\n\nI've started separating out the protocol stuff into a single module under \nsrc/backend/pgnet. I've posted some initial diffs that move the \nauthentication, cancels, and beginning/end of results out of the mainline \ncode. I still need to move the sending of rows and some miscel... |
[
{
"msg_contents": "Hello,\nI guess this question will be too easy to most of the people here, \nthough I couldn't figure this out myself. I want to recompile only psql \nwith the readline library. When I installed PG, GNU readline package was \nnot there. Now db is running fine, and I don't want to disturb it. ... |
[
{
"msg_contents": "I've been thinking about replication and wanted to throw out an idea to see \nhow fast it gets torn apart. I'm sure the problem can't be this easy but I \ncan't think of why.\n\nOk... Let's say you have two fresh databases, both empty. You set up a \npostgres proxy for them. The proxy work... |
[
{
"msg_contents": "I think it's important that it's actually documented that they can add\nprimary keys after the fact!\n\nAlso, we need to add regression tests for alter table / add primary key\nand alter table / drop constraint. These shouldn't be added until 7.3 tho\nmethinks...\n\nChris",
"msg_date": "... |
[
{
"msg_contents": "\nI have a problem running postgresql\nSpecifically, this is the error that Iget:\n\ncsil-sunb23|/usr/dcs/csil-projects/cs411/cs411g3/postgres/bin|[142]%\npostmaster\n -B 32 -N 16 -D /usr/dcs/csil-projects/cs411/cs411g3/postgres/data\n>FATAL 1: configuration file `postgresql.conf' has wrong ... |
[
{
"msg_contents": "Here is a colorized CVS log showing the commit messages from the 7.2\nrelease:\n\n\thttp://www.ca.postgresql.org/docs/momjian/cvslog.html\n\nThe log is in abbeviated format, and is colorized. It is also 1.3MB,\nwhich makes it hard to view in many browsers. Perhaps it should be\nsplit up int... |
[
{
"msg_contents": "Hi Bruce,\n\nOn Sat, 16 Feb 2002, Bruce Momjian wrote:\n\n> I have just a few stylistic suggestions. First, we need context diff\n> (diff -c) rather than regular diffs. \n\nWill do.\n\n> Second, I was wondering why you\n> called it pgnet. If we are already in the backend code, seems it cou... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> It would seem that if you could determine if the number of distinct\n> values is _increasing_ as you scan more rows, that an increase in table\n> size would also cause an increase, e.g. if you have X distinct values\n> looking at N rows, and 2... |
[
{
"msg_contents": "\nI just created a REL7_2_STABLE branch, so that v7.3 can now begin ... have\nfun folks :)\n\n\n",
"msg_date": "Sun, 17 Feb 2002 18:35:55 -0400 (AST)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Branch created ... May v7.3 be Bor... |
[
{
"msg_contents": "Hi All,\n\nIs there a function in the catalogs somewhere that will split this?:\n\naustralia=# select tgargs from pg_trigger where oid=3842228;\n tgargs\n\n----------------------------------------------------------------------------\n------\n-------... |
[
{
"msg_contents": "Sorry, there is a bug in the first package I sent. You'd better change the postgres.list file with this one.",
"msg_date": "Mon, 18 Feb 2002 16:50:28 +1100",
"msg_from": "\"Nicolas Bazin\" <nbazin@ingenico.com.au>",
"msg_from_op": true,
"msg_subject": "REf. cross-platform pack... |
[
{
"msg_contents": "Looks like it's not been sent. So I send it again whithout build.tar.gz\n\nIs there a place where I can upload build.tar.gz (~600 Kbytes)?\n\n----- Original Message ----- \nFrom: Nicolas Bazin \nTo: pgsql-hackers@posgresql.org \nSent: Monday, February 18, 2002 3:08 PM\nSubject: cross-platform... |
[
{
"msg_contents": " Hello,\n\n I has pg_dump my DB in 7.1.3 and try ro pg_restore it in 7.2\nversion.\n Almost all is clear, but restore of some tables generate\nmessages\nlike this:\npsql:/.../dbdump/.dbrestore.tmp:1624094: ERROR: copy: line 1, Bad\ntimestamp external represen... |
[
{
"msg_contents": "Hi everyone,\n\nI'm trying to build the PostgreSQL 7.2 RPMs on Mandrake 8.0 (and then on\n8.1, which isn't yet installed), from Lamar's source RPM.\n\nHave disabled kerberos (doesn't seem to be available for Mandrake), and\nchanged the spec file to accept gettext 0.10.35 which comes with\nMan... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.