threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\n> If localhost isn't being resolved correctly are you seeing error \n> messages like this on the server log (from pqcomm.c)?\n> \n> \"could not translate host name \\\"%s\\\", service \\\"%s\\\" to \n> address: %s\"\n\nAfter poking around, I found the following: \nThe Windows pdc (==name... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\ntoday I add 4 new columns to a table with 4E+06 rows,\nI also update to an initial value these new columns.\n\nThe new columns are 3 INTEGER one of type DOUBLE.\nThe table have also 5 indexes.\n\nImmediately after the operation my par... |
[
{
"msg_contents": "(cc: -hackers as I think this has been raised there before)\n\nIt's going to be fun using anything more than very basic cursors via the \nV3 protocol in the JDBC driver. DECLARE does not work with parameters \npassed via a Parse/Bind combination -- which is how we currently always \npass para... |
[
{
"msg_contents": "Hi everyone...my name is Mike MacEachern. I work with a technical search\nfirm in Toronto - ARES Consulting\n\nA client of mine in Toronto is utilizing Linux technology to drive their\nbusiness forward. The company is keen to hire two solid Postgres\nDBA's --they're very hard to find! These a... |
[
{
"msg_contents": "Why do we have both the type text and type varchar (without limit)? \nCouldn't we make one to be an alias for the other?\n\nSince it's 2 distinct types there are some strange effects:\n\n dennis=> SELECT CAST ('123'::varchar AS integer);\n ERROR: cannot cast type character varying to inte... |
[
{
"msg_contents": "There is one problem with the optimizer that is a constant source of\nfrustration. When using prepared statements and functions (particularly\nwhere function parameters are passed to a query), the optimizer often\nfails to utilize an index inside a plan. \n\nThis is a well known problem bec... |
[
{
"msg_contents": "Perhaps it is a Win32 only issue.\n \nThis is from today's snapshot.\n \nWhen compiling zic.c, the definition for optarg was missing (obviously\ngetopt.h was missing). Adding getopt.h to zic.c solved that problem.\n \nPerhaps it is a combination of compiler flags that skirts the inclusion.\n... |
[
{
"msg_contents": "I have seen this before with other compilers. The latest MINGW GCC\ncompiler does not like a goto label with no statements following.\npg_ctl.c: In function `pgwin32_ServiceMain':\npg_ctl.c:991: error: label at end of compound statement\nmake[3]: *** [pg_ctl.o] Error 1\nmake[3]: Leaving dire... |
[
{
"msg_contents": "Merlin Moncure wrote:\n>>Merlin,\n>>\n>>This will most likely never be accepted by the core team because it is\n>>better to spend more time on fixing the planner than to invent some\n>>non-standard.\n>>As far as I know some databases support a syntax where hints can be\n>>hidden in comments o... |
[
{
"msg_contents": "I notice this:\n\nWhen a checkpoint occurs, if a log file is more than 75% full then a new\nfile will be allocated (in PreallocXlogFiles). \n\nThis assumes we checkpoint at least 4 times per log file, otherwise it\nwill be effectively random whether we actually ever do this or not. With\nan u... |
[
{
"msg_contents": "I'm playing around trying to fix the problem where ACLs enter an illegal \nstate when you change the owner of a table, say.\n\nThis is the current situation:\n\ntest=# create user gumby;\nCREATE USER\ntest=# create user other;\nCREATE USER\ntest=# create table test (a int4);\nCREATE TABLE\nte... |
[
{
"msg_contents": "\nHi/Hello Postgres Team!\n\nMe Sudhakaran, working for a software R&D institution located in Bangalore\ncity of India.\n\nI feel that, if a table (entity) inherits another parent table(entity),\nthe primary key should be unique accross all the inherited tables. That is\nthe real inheritance ... |
[
{
"msg_contents": "* Have psql show more information about sequences\n\ntemplate1=# \\d foo_seq\nSequence \"public.foo_seq\"\n Column | Type\n---------------+---------\n sequence_name | name\n last_value | bigint\n increment_by | bigint\n max_value | bigint\n min_value | bigint\n cache_value... |
[
{
"msg_contents": "Does anyone object to extending the grammar to allow this?\n\nALTER TABLE test ADD PRIMARY KEY (a) TABLESPACE foo;\n\nALTER TABLE test ADD UNIQUE (a) TABLESPACE foo;\n\nCREATE TABLE test (a INTEGER PRIMARY KEY TABLESPACE foo);\n\nCREATE TABLE test (a INTEGER UNIQUE TABLESPACE foo);\n\nThis is... |
[
{
"msg_contents": "\n> > DEBUG: TZ \"Antarctica/McMurdo\" scores 2534: at -442152000 \n> 1955-12-28 12:00:00 std versus 1955-12-29 00:00:00 std\n> > DEBUG: TZ \"Antarctica/South_Pole\" scores 2534: at \n> -442152000 1955-12-28 12:00:00 std versus 1955-12-29 00:00:00 std\n> > DEBUG: TZ \"Pacific/Auckland\" ge... |
[
{
"msg_contents": "I just had a thought; was looking at a script where I'd rather invoke\nusing psql than using a Perl module (since Pg/DBD that might very well\nnot be available on AIX, HP/UX, Solaris, or such).\n\nWhat would be very nice would be for there to be a psql command option\nthat would accept a \"DS... |
[
{
"msg_contents": "In preparation for 7.5 beta I am working on the release notes.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n + Christ can be your backup. ... |
[
{
"msg_contents": "Kind people,\n\nI am writing a document patch for the tutorials section, and would\nlike to change the section on inheritance to reflect the fact that it\nis not currently being developed, and has known serious bugs in\nimplementation.\n\nI'm thinking that I should either change that section ... |
[
{
"msg_contents": "I posted a message a couple weeks ago abou having a problem with a \nuser-defined C language aggregate and the ffunc being called multiple \ntimes with the same state. I came up with a test case which shows the \nproblem with plpgsql functions. It occurs with an aggregate in an inner \nque... |
[
{
"msg_contents": "I am working on the release notes now and should be done in 1-2 days.\n\nI am a little concerned that we still have open items with scheduled\nbeta ten days away. My big three items are:\n\n\to Outstanding NT issues\n\to Outstanding PITR issues\n\to Missing documentation\n\nRight now I do... |
[
{
"msg_contents": "Hackers,\n\nI just figured that if we let LockRelation use GetCurrentTransactionId()\nthen the wrong thing happens if we let large objects survive\nsubtransaction commit/abort. The problem is that when closing a large\nobject at main transaction commit, which was opened inside a\nsubtransact... |
[
{
"msg_contents": "I hall\nI have a query in this form:\n\nempdb=# explain analyze select * from v_past_connections where id_user = 26195 and login_time > '2004-07-21';\n QUERY PLAN\n------------------------------------------------------------------... |
[
{
"msg_contents": "Hi all,\n\nWe are a bunch(about 10)of enthusiastic software\nengineers from Bangalore who strongly believe in\nopensource. \nWe are currently looking at the prospect of improving\nthe PostgreSQL to the enterprise level. At first we\nwould like to take PostgreSQL atleast to the level of\nOrac... |
[
{
"msg_contents": "\n> > Also, since I checked and it seems that our syntax for putting tables an \n> > d indexes in tablespaces at creation time is identical to oracle's, \n> > perhaps we should copy them on constraints as well.\n> \n> Since we're getting close to beta, can we have consensus on what I'm to \n>... |
[
{
"msg_contents": "Double postings are a PITB\n\n----- Forwarded message from elein <elein@varlena.com> -----\n\nDate: Thu, 22 Jul 2004 21:31:37 -0700\nFrom: elein <elein@varlena.com>\nTo: Robert Treat <xzilla@users.sourceforge.net>\nCc: Joe Conway <mail@joeconway.com>,\n elein <elein@varlena.com>,\n David Fett... |
[
{
"msg_contents": "I have some libraries that serve as libpq wrappers. One function has\nthe PGresult structure pointer passed to it. I'd like to be able to\ndetermine the host name from within the function, but I don't have the\nPGconn pointer to use PQhost().\n\nIs there any workaround to this? Can I somehow ... |
[
{
"msg_contents": "In examining the output of psql -E to get some templates for some \nqueries I'm developing, I noticed in describe.c that there is logic to \ninform the final IN clause that gets printed for relkind but no similar \nlogic for the CASE clause.\n\nHere's what I get from a \\d in 7.4.1:\n\nSELECT... |
[
{
"msg_contents": "> * The table contains one index: P1_NRN_ROAD_V (v, sobjid) (The index\n> includes the column sobjid because the query projects this col, and its\n> inclusion in the index allows it to be serviced without accessing the\n> underlying table)\n> Now, for the queries:\n> \n> QUERY 2: select sobji... |
[
{
"msg_contents": "Cc'ed to hackers ...\n\nOn Sat, Jul 24, 2004 at 02:10:49PM -0400, Tom Lane wrote:\n> > I think I am done with this part. Please review and apply it. The\n> > attached patch is probably the same I posted to patches some days ago,\n> > only updated with the latest commits.\n> \n> It looks pre... |
[
{
"msg_contents": "Currently, the way that ereport/elog processing works is:\n\n1. Collect up all the error parameter information into an ErrorData\nstructure. (This is somewhat nontrivial in itself, at least in the\nereport case, but I'll gloss over that here.)\n\n2. Construct a log message and/or a client Er... |
[
{
"msg_contents": "Hi,\n\nUsually i'd ply away at this one until I figured it out, but we're \nrunning out of time :)\n\nIf I have the nspForm variable (which is a Form_pg_namespace) struct \npointer, then how do I check if the nspacl field is default (ie. \n\"NULL\"). This is so I can avoid running DatumGetAc... |
[
{
"msg_contents": "I have completed the 7.5 release notes. You can view them in HTML on\nthe developer web page. I have marked a few items with question marks\nthat need to be addressed. I am looking for improvements, even minor\nones. Either send in a patch or committers can modify the file\ndirectly.\n\nO... |
[
{
"msg_contents": "Oh, yea, now that the release notes are done, I will focus on getting\nthe outstanding patches applied tomorrow.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Ro... |
[
{
"msg_contents": "Is it just me or the resowner.c file does not have $PostgreSQL$\nexpanded?\n\nMay it be related to the fact that I'm using CVSup? However I have the\nline\ntag=PostgreSQL=CVSHeader\nin CVSROOT/options ...\n\nAlso I see that in all files, the $PostgreSQL$ tag shows a version\nnumber that's on... |
[
{
"msg_contents": "I had datadir in /dir1 and I started postmaster with:\n\n postmaster -D /dir1\n\nthis recorded \"-D /dir1\" in /dir1/postmaster.opts. Then I stopped \npostmaster and moved /dir1 to /dir2. I then started postmaster with:\n\n PG_DATA=/dir2 pg_ctl start\n\nIt worked normally. But:\n\n PG_DATA... |
[
{
"msg_contents": "When postmaster fails to run due to e.g. datadir being set to 755, \n'pg_ctl start' incorrectly reports \"postmaster successfully started\". \nI'm not sure how to fix this though. Do a [shorter] wait for 'start' \nmode by default? Install a child handler (can you even do that with \nshell scr... |
[
{
"msg_contents": ">Btw, can 7.5 run on WinCE\nNo.\n\n>/XP Media Center/\nProbably, but AFAIK not tested.\n\n>XP SP2\nYes (haven't tested with the very latest versions of the SP, but it\nworks with the earlier ones)\n\n>/etc?\nWorks fine on the PDC build of Longhorn...\n\n//Magnus\n",
"msg_date": "Sun, 25 J... |
[
{
"msg_contents": "Problem Summary (from previous posts)\nThe archive recovery must stop AFTER the end of the backup which the\nrecovery used as its \"starting point\". If not, incorrect database states\nare likely.\n\nIn general, this is a small window for error and procedures should exist\nto return to the pr... |
[
{
"msg_contents": "\nCVS web interface has not been working for a few days. Not important\nright now, but something to fix soon-ish.\n\nBest Regards, Simon Riggs\n\n=========================================\n\nError\nError: Unexpected output from cvs co: cvs [checkout aborted]: Absolute\nmodule reference invali... |
[
{
"msg_contents": "I am forwarding this to hackers on behalf of some people who want to\nimprove PostgreSQL in India.\n\nI suggest you read the developers FAQ on the developers page:\n\n\thttp://developers.postgresql.org\n\nthen subscribe to hackers to discuss feature additions. Thanks.\n\n--------------------... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\nI'm playing with complex row type:\n\n\nkalman=# create table test ( a integer, b integer );\nCREATE TABLE\nkalman=# create table test1 ( c integer , d test );\nCREATE TABLE\nkalman=# insert into test1 values ( 1, (2,3) );\nINSERT 172... |
[
{
"msg_contents": "It's bizarre how you can comment on columns in composite types!\n\nCREATE TYPE test (a int4, b int4);\nCOMMENT ON COLUMN test.a IS 'A column';\n\nSeems harmless, but should we allow it?\n\nChris\n\n",
"msg_date": "Mon, 26 Jul 2004 13:26:37 +0800",
"msg_from": "Christopher Kings-Lynne ... |
[
{
"msg_contents": "Hi all,\n\nI am currently trying to estimate the effort required\nto implement Oracle type stored procedure in\nPostgreSQL. As I understood Oracle supports both\nfunctions and procedures, but postgres only functions.\nALso there are no OUT parameter in postgres.\nI got some info from \nhttp:/... |
[
{
"msg_contents": "In 7.4.3, my workmate came across the following situation he thought was \nodd.\n\nBasically, we want to know why the group by and order by in the outer \nquery get their variables from the inner query and not the select \nparameters in the outer query?\n\nChris",
"msg_date": "Mon, 26 Jul... |
[
{
"msg_contents": "G'day folks,\n\nForgive this if it's totally \"out there\" but I was wondering why there's no\nsupport for triggers on a TRUNCATE operation. I note that a COPY IN fires\nan INSERT trigger (if defined).\n\nThe only real use I can see for a TRUNCATE trigger would be for automatic\naudit trail ... |
[
{
"msg_contents": "\n> I was just looking around the net to see exactly what Oracle's PL/SQL\n> syntax is. It doesn't seem too unreasonable syntax-wise:\n> \n> \tBEGIN\n> \t\t... controlled statements ...\n> \tEXCEPTION\n> \t\tWHEN exception_name THEN\n> \t\t\t... error handling statements ...\n> \t\tWHEN exce... |
[
{
"msg_contents": "\njust upgraded to 3.0.1 ... it has a neat 'graphing' function:\n\n \thttp://developer.postgresql.org/cvsweb.cgi/pgsql-server/COPYRIGHT?graph=1\n\nbut, I seem to have lost the colors the old one had in the process :( \nAnyone used/configured cvsweb before? I can't seem to find an option to \... |
[
{
"msg_contents": "OK, I wrote a utility for 7.3 that takes the output of a select command in\na Binary cursor and creates a binary \"COPY\" file.\n\nThe premise of the utility is to take the results of two or more selects\nfrom external databases and create a single unified table.\n\nHere are the issues:\n\nIn... |
[
{
"msg_contents": "I'm working on a new machine, and i think it's got possible bad \nhardware, since that seems more likely than a bug in postgresql. I'm \nwondering if someone has any idea what kind of hardware failure might \ncause this message:\n\nWARNING: buffer refcount leak: [424] (freeNext=425, freePr... |
[
{
"msg_contents": "Apologies if this has been covered previously.\n\nGiven a statement like this:\n SELECT * FROM foo WHERE id IN (SELECT id FROM bar)\nI would expect it to fail if \"bar\" does not have a column \"id\". The\ntest case below (tested in 7.4.3 and 7.4.1) shows this statement\nwill however appear ... |
[
{
"msg_contents": "G'day folks,\n\nTom Lane wrote:\n> Daniel Baldoni <pgsql@lcds.com.au> writes:\n>> Forgive this if it's totally \"out there\" but I was wondering why\n>> there's no support for triggers on a TRUNCATE operation.\n> \n> Because the entire point of TRUNCATE is not to scan the table contents.\n> \... |
[
{
"msg_contents": "\nCasting strings to multidimensional arrays yields strange results. In one \ncase there are discard values and the other a value magically appears. \nTrying both of these with the array[] constructor syntax yields the \nexpected:\nERROR: multidimensional arrays must have array expressions... |
[
{
"msg_contents": "\r\nHello,\r\n\r\nI've got some strange vacuum full behaviour. I've got a table: \r\n\r\nflows=# explain select * from data;\r\n QUERY PLAN\r\n-------------------------------------------------------------------\r\n Seq Scan on data (cost=0.00..5045547.76 rows=23617... |
[
{
"msg_contents": " Postgres-R is a multi server (write anywhere) replication tool\nwhich is possibly important for any enterprise if they want to shift\nto postgres.\n\nDid you guys debate on merging it.\n\nAs of now They are working on postgres 7.2 and developing postgres-R.\nThey plan to do it for 7.4 a... |
[
{
"msg_contents": "If we get savepoints working inside functions, would they work if the\nfunction is not called from a multi-statement transaction?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard dr... |
[
{
"msg_contents": "On 26 Jul, To: simon@2ndquadrant.com wrote:\n> Sorry I wasn't clearer. I think I have a better idea about what's going\n> on now. With the archiving enabled, it looks like the database is able\n> to complete 1 transaction per database connection, but doesn't complete\n> any subsequent trans... |
[
{
"msg_contents": "I got no mail from any of the PostgreSQL lists this morning. That's not \nright. Did this mail get through?\n\nChris\n\n",
"msg_date": "Wed, 28 Jul 2004 10:14:33 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": ... |
[
{
"msg_contents": "There is a confusing bug in tablespaces. Here is examples:\n\nOK, let's create a table with the 3 possible tablespaces of indexes:\n\ntest=# create table test(a int4) tablespace loc;\nCREATE TABLE\ntest=# create unique index test_a_idx on test(a);\nCREATE INDEX\ntest=# create unique index te... |
[
{
"msg_contents": "Hi all,\n\nWe have the following:\n\ntemplate1=# create tablespace blah location '/home/swm/tbl/tspc1/';\nCREATE TABLESPACE\ntemplate1=# create table foo (i int) tablespace blah;\nCREATE TABLE\ntemplate1=# create database foo tablespace blah;\nERROR: could not initialize database directory\n... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 28 July 2004 09:29\n> To: Dave Page\n> Cc: Tom Lane; PostgreSQL-development; pgsql-patches@postgresql.org\n> Subject: Re: [HACKERS] Cannot initdb in cvs tip\n> \n> \n> Dave, now that we are near... |
[
{
"msg_contents": "In service of the refactoring of error handling that I was talking about\na few days ago, I'm finding that there are several places that really\nought to catch longjmps and clean up after themselves, instead of\nexpecting that whatever mess they've made will be cleaned up for them\nwhen contr... |
[
{
"msg_contents": "I am download the 7.5 devel installer version, when I try install in win2000,\nI encountered a error, the below is the log:\n \n=================================================\nThe files belonging to this database system will be owned by user \"postgres\".\nThis user must also own the serve... |
[
{
"msg_contents": "This sounds very much like the known bug that has been reported several times over the past couple of days on pgsql-hackers-win32. We're working on tracking it down. At the moment, the non-MSI snapshot at http://www.hagander.net/pgsql/win32snap/ has been \"downgraded\" to the latest known wor... |
[
{
"msg_contents": "\n> >> So what you'd basically need is a separate signal to trigger that \n> >> sort of exit, which would be easy ... if we had any spare \n> signal numbers.\n> \n> > What about multiplexing it onto an existing signal? e.g. set a \n> > shared-mem flag saying \"exit after cancel\" then send SI... |
[
{
"msg_contents": "Hi all,\ntill today I was running in production one only\ndb so the autovacuum log was fine. Since today\nI have two db but looking at the following line:\n\nPerforming: VACUUM ANALYZE \"public\".\"current_connection\"\n\nI don't have idea about the database involved, I suggest:\n\n\nPerformi... |
[
{
"msg_contents": "Hello Folks,\n\nDon't know whether this is the right group to post the question, but at\ninstalling an application that uses Postgres, I get the following message:\n\nERROR: Load of file /usr/lib/pgsql/plpgsql.so failed:\n/usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType\n\nThe callin... |
[
{
"msg_contents": "The crash people are getting in initdb is due to the 1.19 revision to\npgtz.c. Not sure why yet...looking into it...\n\nMerlin\n",
"msg_date": "Thu, 29 Jul 2004 09:14:52 -0400",
"msg_from": "\"Merlin Moncure\" <merlin.moncure@rcsonline.com>",
"msg_from_op": true,
"msg_subject... |
[
{
"msg_contents": "> > We invent something we could call \"extended signals\" that are valid \n> > only in pgsql.\n> \n> This would be handy, but I dislike your proposal of \n> implementing it using SysV message queues.\n> \n> 1. Yes, the message facility should theoretically be there if \n> shmem and semaphore... |
[
{
"msg_contents": ">>> 2. It's even more likely that it would be there but have \n>>> unpleasantly small implementation limits. AFAICT your \n>>> proposal requires a separate message queue per backend, which \n>>> is probably going to stress any conventionally-configured \n>>> SysV facility.\n>\n>> Not at all.... |
[
{
"msg_contents": "Hi,\n \nI went thru the site\nhttp://www.postgresql.org/docs/7.4/static/wal-benefits-later.html\n \nUndo operation is not implemented. and information of\nthe status regarding the transaction is stored in the\npermanent file pg_clog. But I have not been able to\nsee the format of the file, as... |
[
{
"msg_contents": "I am has some trouble when connect to 7.5 devel PostgreSQL server, \nsee belows\n \nmy setup:\n=======================\nos=Windows2000\nserver version=the non-MSI snapshot at http://www.hagander.net/pgsql/win32snap/ has been \"downgraded\" to the latest known working snapshot\npath=c:\\postgr... |
[
{
"msg_contents": "Hi \n\nI went through the code, but couldnt figure out the\nexact flow of recovery. Could you please explain this\nstuff, like from where xlog_redo function is getting\ncalled etc.\n\nThanks\nMamta\n\n________________________________________________________________________\nYahoo! India Matri... |
[
{
"msg_contents": "\n> > I was wondering about this point - might it not be just as reasonable \n> > for the copied file to *be* an exact image of pg_control? Then a very \n> > simple variant of pg_controldata (or maybe even just adding switches to \n> > pg_controldata itself) would enable the relevant info to... |
[
{
"msg_contents": "Log Message:\n-----------\nPostgreSQL extension makefile framework (\"pgxs\"), by Fabien Coelho, with\nsome massaging by Peter Eisentraut. This is basically a simple\ngeneralization of the existing contrib makefiles.\n\nModified Files:\n--------------\n pgsql-server:\n GNUmakefile.... |
[
{
"msg_contents": "Hi all,\n\nHaving tried various options, I still cannot find the clue where to llok\nat concerning the following error message:\n\nLoad of file /usr/lib/pgsql/plpgsql.so failed:\n/usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType\n\nSearched for various libraries, but couldn't find any... |
[
{
"msg_contents": "Dear hackers,\n\nattached you may find the slovak (sk) translation of the psql message strings.\n\nI wanted to check out the newest ones (my version is from jul.16) but I was \ntold by my browser that no such file existed \n(http://developer.postgresql.org/~petere/nlsstatus/po-current/psql.po... |
[
{
"msg_contents": "For your amusement...\n\n-- \nPeter Eisentraut\nhttp://developer.postgresql.org/~petere/\n\nThe start scripts for some daemons do \"su - user\" or use\n\"start-stop-daemon -c\" to launch the daemon, postgresql is one example.\n\nDuring the time between the daemon launch and it closing it's fi... |
[
{
"msg_contents": "Hi,\n\nI am seeing the following compile failure in currrent CVS.\n\ngmake[4]: Leaving directory `/dados/pgsql/cvs/pgsql/src/port'\ngcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/... |
[
{
"msg_contents": "Now that it is possible for plpgsql functions (and, no doubt, soon\nothers) to trap errors, I think we need a little bit of discussion\nabout what kind of restrictions should be put on trapping the\nQUERY_CANCELED error. If we treat QUERY_CANCELED as an absolutely\nordinary error, it would b... |
[
{
"msg_contents": "Can anyone check how well the syntax of plpgsql EXCEPTION, as described\nat\nhttp://developer.postgresql.org/docs/postgres/plpgsql-control-structures.html#PLPGSQL-ERROR-TRAPPING\nagrees with what Oracle does? I did some googling but couldn't find\nanything that seemed authoritative. I'm won... |
[
{
"msg_contents": "With the latest commits, plpgsql no longer compiles on win32, because of\na link failure to pg_strcasecmp().\n\nI fixed this locally by adding \"-lpgport\" to SHLIB_LINK in the makefile\nin pl/plpgsql/src, but I'm not sure if that is the correct long-term\nfix?\n\n//Magnus\n\n",
"msg_date... |
[
{
"msg_contents": "Hi all,\n\nI have another PITR question on my mind:\nAs I see it, PITR has 2 functions:\n1 is to recover a disaster like a disk crash. Change the disk, restore\nPGDATA and play the logs back that'fine.\n2 Junior DBA (or customer) says \"ch..; I droped the wrong table...\"\nIn that case, re... |
[
{
"msg_contents": ">> With the latest commits, plpgsql no longer compiles on \n>win32, because of\n>> a link failure to pg_strcasecmp().\n>\n>That doesn't make any sense. It should resolve it as a function in the\n>backend. Why isn't that happening?\n\nDunno...\n\nBuild output without my fix is:\ndlltool --ex... |
[
{
"msg_contents": ">> pg_strcasecmp is *not* included in libpostgres.a. It is in\n>> port/libpgport.a, though. (It's also in postgres.exe, but we \n>don't link\n>> against that..) \n>\n>What do you mean we don't link against that? There must be hundreds of\n>functions in the main backend that plpgsql.dll needs... |
[
{
"msg_contents": "Folks,\n\nWell, we're past feature freeze and with one reservation we know what's in the \nnext version. After talking to several people at OSCON, I want to revive a \ndiscussion: whether this is 7.5 or 8.0. We tabled that discussion in April \npending a feature list.\n\nEven if Savepoint... |
[
{
"msg_contents": "If pgevent is a DLL, why is it in src/bin?\n\nWe cannot have binary files like MSG00001.bin in our source tree, no \nmatter how convenient it is. The distributors are going to kill us for \nthat. Please find another way.\n\n-- \nPeter Eisentraut\nhttp://developer.postgresql.org/~petere/\n\n... |
[
{
"msg_contents": ">If pgevent is a DLL, why is it in src/bin?\n>\n>We cannot have binary files like MSG00001.bin in our source tree, no \n>matter how convenient it is. The distributors are going to \n>kill us for \n>that. Please find another way.\n\nThe discussion back when it was decided weighted things bac... |
[
{
"msg_contents": ">> The discussion back when it was decided weighted things back and\n>> forth. The main thing is that we'd include an extra build dependency\n>> for win32, which would be the Microsoft toolkit, several hundred Mb\n>> to download just to build a 32 byte file.\n>\n>Think about what \"open sourc... |
[
{
"msg_contents": "Thanks for importing these translations :-)",
"msg_date": "Sun, 1 Aug 2004 12:21:42 +0800",
"msg_from": "Zhenbang Wei <zhenbang@gmail.com>",
"msg_from_op": true,
"msg_subject": "Traditional Chinese psql-zh_TW.po for 7.5"
},
{
"msg_contents": "\nAh, just the person I wa... |
[
{
"msg_contents": "I have added descriptions to many TODO items.\n\nI need help with all the items marked with question marks. Please post\nyour comment and CVS committers are welcome to modify it directly.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "OK, we scheduled beta for August 1, and we are close, but we should get\na few more patches in before bundling beta. I have applied all I could\nfrom the patch queue. Tom needs to review the rest.\n\nPlus we have a nested transaction patch to apply and a little PITR work\nleft to do. We sh... |
[
{
"msg_contents": "I'm seeing this:\n\ngmake[4]: Leaving directory `/usr/home/chriskl/pgsql-server/src/port'\ngmake[3]: *** No rule to make target `pg_config.o', needed by `pg_config'.\nStop.\ngmake[3]: Leaving directory\n`/usr/home/chriskl/pgsql-server/src/bin/pg_config'\ngmake[2]: *** [all] Error 2\ngmake[2]:... |
[
{
"msg_contents": "> Tom Lane wrote:\n>\n> Hmm. Not only is that a pretty short list, but many of them don't\n> correspond very closely to the errors that Postgres would raise.\n\nI think these where like predefined 'shortcuts' for most common\nexceptions/errors. You can declare exceptions for any oracle error... |
[
{
"msg_contents": "Hi,\ni am trying to add some functions to postgresql.\n\nI created a file called \"...../src/backend/executor/testing.c\"\nthen created a file called \"...../src/include/executor/testing.h\"\nthen added \"testing.o\" to the OBJS in \"...../src/backend/executor/Makefile\"\nI included \"executo... |
[
{
"msg_contents": "Hi all,\nI'm seeing that a link is missing inside the src directory,\nthe last version is 7.4.1 !! There is also something wrong\nwith the doc directory.\n\n\nRegards\nGaetano Mendola\n\n\n",
"msg_date": "Mon, 02 Aug 2004 00:46:03 +0200",
"msg_from": "Gaetano Mendola <mendola@bigfoot.... |
[
{
"msg_contents": "\nJust a quick note that the various VMs for *.postgresql.org will be moved \nthis week to the new server ... I'm hoping to get the main CVS moved over \non Wednesday night, and the web site(s) over on Thursday ... it all \ndepends on any problems getting the server into the rack on Wednesday... |
[
{
"msg_contents": "I notice that we can now tick some more stuff off this list:\n\nhttp://developer.postgresql.org/docs/postgres/unsupported-features-sql99.html\n\neg. savepoints.\n\nChris\n\n",
"msg_date": "Mon, 02 Aug 2004 09:52:12 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com... |
[
{
"msg_contents": "I just remembered that although we now have COMMENT ON LARGE OBJECT \n<oid>, we haven't changed pg_dump to dump and restore these comments.\n\nI went ahead and did this, but then realised that I cannot just dump the \ncomments normally as the oid the lob is assigned when it's restored is \nno... |
[
{
"msg_contents": "Hi,\n\nCan you have persistant objects in PostgreSQL? In\nOracle you can have create Object types. e.g\ncreate type ADDRESS as object\n (street_name VARCHAR2(30),\n house_no NUMBER);\nIn Oracle you can even have references to these\nobjects from other tables.\n\nIs persistant ... |
[
{
"msg_contents": "Hello,\n\nOn the production server I have PostgreSql 7.4.3 , on Mandrake Linux 9.2.\nIn the message log on 29 july I have received several \"shared buffer \nhash table\ncorrupted\" errors .\nWhat could cause this error ? (bad RAM maybe?)\n\n\nBest wishes,\nAdrian Maier\n\n\n\n\n",
"ms... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.