threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi!\n\nI have to migrate application from Delphi/MSSQL to Kylix/<free_rdbms>.\nOne of things used in this app is INSERTED/DELETED tables in triggers.\nIt's something like NEW and OLD records, but may contain multiple rows.\n\nMy questions are:\nHow difficult would it be to implement such a fe... |
[
{
"msg_contents": "\n> DBMS should be independent from the OS settings as far as\n> possible especially in the handling of data. Currently we\n> could hardly judge if we are running on a locale or not from\n> the dbms POV and it doesn't seem a dbms kind of thing in the\n> first place. I'm a dbms guy not an OS g... |
[
{
"msg_contents": "Tom,\n\nTeodor finally made patches to current CVS, please review and apply them asap\nto be in sync with development (last time it was kind of problem)\n\ngistpatch.gz\n\n1. gistpatch.gz - core GiST changes, all gist contrib modules were fixed reflecting\n all changes. Added linear-time s... |
[
{
"msg_contents": "It has come to our attention that many applications which use libpq\nare vulnerable to code insertion attacks in strings and identifiers\npassed to these applications. We have collected some evidence which\nsuggests that this is related to the fact that libpq does not provide\na function to ... |
[
{
"msg_contents": "Hi,\n\nThere are two problems when compiling libpq.dll and psql.exe\non Windows. I'm not sure it is the best way to fix them\n(see patch below.) Comments?\n\nRegards,\nMikhail Terekhov\n\nIndex: bin/psql/prompt.c\n===================================================================\nRCS file: ... |
[
{
"msg_contents": "I am getting presistant requests from people asking why their patches\nhaven't appeared on the patches list yet. I have had it happen to me. \n\nThis is pretty serious because when you add another day of delay in\nemail delivery to the 1-2 days the patch sits in the patch queue, things\nare ... |
[
{
"msg_contents": "Originally, I added --enable-syslog because it used to be an option in\nconfig.h only. However, I wonder why we don't always compile it in, it's\noff by default anyway. The only reason I could think of is a portability\nproblem. Is there any platform that does not supply the standard syslo... |
[
{
"msg_contents": "Here is what we install by default and what we could do about it:\n\nc.h\t\t\t[1]\nconfig.h\t\trename to pg_config.h\necpgerrno.h\t\tok\necpglib.h\t\tok\necpgtype.h\t\tok\niodbc/\t\t\t[3]\n iodbc.h\n isql.h\n isqlext.h\nlib/\t\t\t[1]\n dllist.h\nlibpgeasy.h\t\tok\nlibpgtcl.h\t\tok\nlibpq/... |
[
{
"msg_contents": "Great progress today on my Reverse Engineering efforts. However; I have\nsome comments.\n\n1. How can I switch databases (where I would normally use USE)?\n\n2. How do I determine the AccessMethod specified when an index was\ncreated?\n\n3. It would be cool if the catalog objects had comments... |
[
{
"msg_contents": "Hiroshi wrote:\n> > > > > There could be DELETE operations for the tuple\n> > > > > from other backends also and the TID may disappear.\n> > > > > Because FULL VACUUM couldn't run while the cursor\n> > > > > is open, it could neither move nor remove the tuple\n> > > > > but I'm... |
[
{
"msg_contents": "\n> > I don't understand why you object the idea giving PostgreSQL the\n> > ability to turn off the locale support in configuration/compile\n> > time. In that way, there's no inconveniences for \"many users\".\n> \n> I don't mind at all the ability to turn it off. My point is that the\n> com... |
[
{
"msg_contents": "As I was browsing TODO, I noticed a couple unassigned items that I may be \nable to help with (I haven't worked with the source before):\n\n*Add use of 'const' for variables in source tree\n*Convert remaining fprintf(stderr,...)/perror() to elog()\n\nNeither seemed to be active at all.\n\nI a... |
[
{
"msg_contents": "I need to do some OLAP stuff, and I asked previously if there were a way\nto pass multiple parameters to an aggrigate function. i.e.:\n\nselect mycube(value1, value2, value3) from table group by value1;\n\nI looked through the code and it is non-trivial to do, one would have to\nalter the gra... |
[
{
"msg_contents": "I'm trying my best to convert from MySQL to PgSQL but I cant get a good\nanswer about \ncertian questions. It was an easy task in mysql but all this talk about\n, text , toast and bytea is just confusing me.\nI cant get a clear picture of any of this,from the book from Bruce, the\ne-mail arch... |
[
{
"msg_contents": "I'm trying my best to convert from MySQL to PgSQL but I cant get a good\nclear answer about \ncertian issures.Mainly TEXT, TOAST,BLOB , BYTEA etc.\nIt was an easy task in mysql but everything in the archives about , text ,\ntoast and bytea is just\nconfusing me with postgresql. I have Bruces... |
[
{
"msg_contents": "There seem to be several ways to get at just about anything in the\nCatalog Tables. The ODBC driver, psql, and pg_dump typically use\nslightly diff sql and you guys have suggested even better ways. Forgive\nme as I ask for more.\n\nHow do I determine the foriegn keys in a table?\n\nI see pg_c... |
[
{
"msg_contents": "Hello, i just reviewed the win32 errno patch and i saw that maybe i didn't\nreally played it totally safe in my last suggestion, the system table might\npick up the msg but not the netmsg.dll, so better try both.\nI also added a hex printout of the \"errno\" appended to all messages, that's\n... |
[
{
"msg_contents": "> > If the licence becomes a problem I can easily change it,\n> > but I prefer the GPL if possible.\n> \n> We just wanted to make sure the backend changes were not\n> under the GPL.\n\nNo, Bruce - backend part of code is useless without interface\nfunctions and I wonder doesn't GPL-ed interfa... |
[
{
"msg_contents": "> > For example, one could use user-locks for processing incoming\n> > orders by multiple operators:\n> > select * from orders where user_lock(orders.oid) = 1 LIMIT 1\n> > - so each operator would lock one order for processing and\n> > operators wouldn't block each other. So, could such\n> > ... |
[
{
"msg_contents": "> > > I assume any code that uses contrib/userlock has to be GPL'ed,\n> > > meaning it can be used for commercial purposes but can't be sold\n> > > as binary-only, and actually can't be sold for much because you\n> > > have to make the code available for near-zero cost.\n> > \n> > I'm talking... |
[
{
"msg_contents": "Hi,\n\nI am rather new to Postgresql and am having trouble with\nsome aspects of large objects. I am coming from a MySQL\nbackgroun where a longblob could just be another column so\nplease excuse my ignorance.\n\nI am creating objects using the DBI interface and inserting\ndata which works w... |
[
{
"msg_contents": "Hi Everyone,\nJust wanted to let you all know that I have been\nworking on development of financial applications\nusing,java, javascript, javabeans and of course\nPostgreSQL database for past one year. I was out of\ntouch with the community for this time and it kinda\nfeels like as if I am co... |
[
{
"msg_contents": "> > AFAICS, if you are holding an open SQL cursor, it is sufficient\n> > to check that ctid hasn't changed to know that you have the\n> > same, un-updated tuple. Under MVCC rules, VACUUM will be unable\n> > to delete any tuple that is visible to your open transaction,\n> > and so new-style VA... |
[
{
"msg_contents": "\nJust a test ...\n\n",
"msg_date": "Fri, 24 Aug 2001 08:54:57 -0400 (EDT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Ignore this ..."
}
] |
[
{
"msg_contents": "I noticed while testing the preceeding patch for resultmap, that we\nuse /bin/ld -G to build the .so's. THIS DOESN'T WORK on UnixWare and\nOpenUNIX 8. \n\nWhere can I change this to use cc -G? \n\nLarry\n\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-... |
[
{
"msg_contents": "> Oops I'm referring to client side cursors in our ODBC\n> driver. We have no cross-transaction cursors yet though\n> I'd like to see a backend cross-transaction cursor also.\n\nOps, sorry.\nBTW, what are \"visibility\" rules for ODBC cross-tx cursor?\nNo Repeatable reads, no Serializability?... |
[
{
"msg_contents": "> > Besides, anyone who actually wanted to use the userlock\n> > code would need only to write their own wrapper functions\n> > to get around the GPL license.\n> \n> This is a part of copyright law that eludes me - can i write\n> a replacement function for something so simple that it can\n> e... |
[
{
"msg_contents": "> So, rather than going over everone's IANAL opinons about mixing\n> licenses, let's just let Massimo know that it'd just be a lot\n> easier to PostgreSQL/BSD license the whole thing, if he doesn't\n> mind too much.\n\nYes, it would be better.\n\nVadim\n",
"msg_date": "Fri, 24 Aug 2001 10... |
[
{
"msg_contents": "> Because the code we got from Berkeley was BSD licensed, we\n> can't change it, and because many of us like the BSD license\n> better because we don't want to require them to release the\n> source code, we just want them to use PostgreSQL. And we\n> think they will release the source code ev... |
[
{
"msg_contents": "I have compiled PostgreSQL 7.1.2 with gcc 3.0.1, and have the following\nproblem: if I include first libpq++.h before iostream, id est:\n\n#include <libpq++.h>\n#include <iostream>\n\nthe compiler complains:\n\nIn file included from /usr/include/g++-v3/bits/locale_facets.tcc:38,\n ... |
[
{
"msg_contents": "I'm going to add an -o option to the bootstrap backend, like the\nstandalone backend has, so we can turn off the DEBUG: messages that come\nthrough during initdb. (Error messages still come through.) Those\nmessages are confusing, especially the \"database system is ready\", with a\n5 secon... |
[
{
"msg_contents": "I have applied the following patch to remove MD5 usage of int64 types. \nI split it into two int32 values and did the job that way. I also\nchanged the code to use standard c.h data types, and changes 0xFF to\n0xff.\n\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\... |
[
{
"msg_contents": "\nThis may sound like a stupid question, and i apologize if it is, but I\ncouldn't find the answer in any documentation.\n\nEvery table has a implicit column oid. Does this column have an index on it?\nI assume not, and I am putting an index on it anyway.\n\nThe real problem is that I have a ... |
[
{
"msg_contents": "I am going to add MD5 authentication to ODBC. What is a good way to get\nbackend/libpq/md5.c into odbc for compilation. I know people want the\nODBC to be stand-alone.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) ... |
[
{
"msg_contents": "Is include/config.h still supposed to be in CVS?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. | Drexel H... |
[
{
"msg_contents": "In trying to decide how to keep ODBC compilable standalone, I can't\nfigure out how to get md5.c in there from backend/libpq. Is it crazy to\nput md5.c in interfaces/odbc and symlink it from there to backend/libpq\nand interfaces/libpq? I don't want to have two copies of md5.c but that\nmay... |
[
{
"msg_contents": "How can i add foreign keys after the CREATE TABLE? Is there some\ncombination of other SQL commands that will do the trick?\n\nMy problem is;\n\na. that I have a circular reference between 3 tables\nb. that I must be able to reverse engineer the resulting references in\nthe shema by querying ... |
[
{
"msg_contents": "Anyone know of a good reference or set of examples clearly showing the usage\nof V1? I have a problem that I've posted on pgsql-general, but this list\nmight be more appropriate for.\n\nGeoff\n",
"msg_date": "Sat, 25 Aug 2001 21:02:27 -0400",
"msg_from": "\"Gowey, Geoffrey\" <ggowey@... |
[
{
"msg_contents": "I tried this, but it severely lacks in clarity for someone just getting\nstarted in extending pgsql with c. My main gripe really is that while it\nshows how to write the functions (and I've already read the .h file for all\nthe available v1 features) it lacks in explaining what type is neede... |
[
{
"msg_contents": "I have, but while there are numerous usages of V1 style in the main code it\ndoes not show how the function is defined via create function. This is\nproblematic to say the least.\n\nGeoff\n\n-----Original Message-----\nFrom: Tom Lane [mailto:tgl@sss.pgh.pa.us]\nSent: Sunday, August 26, 2001 ... |
[
{
"msg_contents": "In current sources, lock.c's LockDisable() function is called only\nfor bootstrapping or if the (useless) -L backend switch is used.\nI have verified that it's not needed for bootstrapping: initdb\nsucceeds just fine without it. Accordingly, I'm strongly tempted\nto remove the function, the ... |
[
{
"msg_contents": "I had upgraded yesterday and *THOUGHT* all was fine. \n\nForgot to pg_dump, so I restored my $PGLIB and bin directory, now get\nthe following when I try to pg_dump:\n\n$ pg_dump ler >z\nPassword: \npg_dump: query to get function name of oid - failed: ERROR: oidin:\nerror in \"-\": can't pars... |
[
{
"msg_contents": "Here are a few dates of interest:\n\n\tMonday-Friday: Tom, Jan, and I will be at LinuxWorld in San\nFrancisco. Vadim will be at LinuxWorld too, but of course he lives in\nSan Francisco.\n\n\tBeta may start as soon as Saturday, September 1. I know Tom has\nmentioned it and no one has said a... |
[
{
"msg_contents": "Some people have suggested we develop a roadmap of future pgsql\nreleases. As you can see in this Mozilla article, having a roadmap just\nmeans you get to change it often: :-)\n\n\thttp://mozillaquest.com/Mozilla_News_01/Mozilla_RoadMap_17aug01_Story01.html\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "\nCurrent sources don't compile on AIX with xlc compiler because of the \ncombined (and inconsistent ? or compiler bug) use of extern and static \nfor the datetktbl in datetime.c.\n\nheader unconditionally has:\nextern datetkn datetktbl[];\n\nsource has:\nstatic datetkn datetktbl[] = {\n \nTh... |
[
{
"msg_contents": "Hi,\n\nI'm going to vacation and will be totally offline and\nTeodor is already enjoy Cyprus. He will be back\nseptember 8-9. I'll be back september 19.\n\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of Astro... |
[
{
"msg_contents": "I wrote:\n> Current sources don't compile on AIX with xlc compiler because of the \n> combined (and inconsistent ? or compiler bug) use of extern \n> and static \n> for the datetktbl in datetime.c.\n> \n> header unconditionally has:\n> extern datetkn datetktbl[];\n> \n> source has:\n> static ... |
[
{
"msg_contents": "I would like to learn more about Multi-Version Concurrency Control\nOther than http://pgsql.profnet.pl/osdn/transactions.pdf, where can I\nfind more resource?\n\n-- \n\n\n\nCarfield Yim, visit my homepage at http://www.carfield.com.hk\n\n",
"msg_date": "Tue, 28 Aug 2001 01:31:57 +0800 (HK... |
[
{
"msg_contents": "Hi, I would like to start in PostgreSQL. I have never used before,\nwhere should I find something for starting, something as a tutorial.\n\nThank you very much for your help.\n\n--\n________________________\nGeorgina Rodr�guez Prado\nISC ITESM\nTel. [52] (7) 3-13-22-84\nMEXICO\n\n\n",
... |
[
{
"msg_contents": "Today I did something I usually do about once per release cycle: try to\nbuild the system with HP's vendor cc, rather than gcc which I prefer.\nThis usually turns up some portability issues, and indeed I found some.\nOne that I'm not entirely sure about how to fix is that libpq++ no \nlonger ... |
[
{
"msg_contents": "> > Does anyone else have work that they're trying to finish up before\n> > we go beta?\n> >\n>\n> Well, I did have a question that got lost in the details of the recent\nbytea\n> discussion. Specifically it was this: is there a good reason that byteaout\n> octal escapes all non-printable cha... |
[
{
"msg_contents": "Hello\n\nI am trying to get 7.1.3 to compile on IRIX 6.5.13 using GCC 3.0.1 ... I\nalways end up having this error:\n\ngcc -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../../src/include -U_NO_XOPEN4 -c -o s_lock.o s_lock.c s_lock.c:\nIn function `s_lock': s_lock.c:134: warning: ... |
[
{
"msg_contents": "Hi!\n\nPlease find attached some very simple encoders/decoders for bytea and base64.\nBytea encoder is very picky about what it leaves unescaped - basically the \nbase64\nchar set ;-)\n\nSince this seems to be a very poorly documented but much asked-for thing, I \nthought\nyou would maybe lik... |
[
{
"msg_contents": "Can somebody explain to me:\n\n> radius=# explain select count (radiuspk) from radius ;\n> NOTICE: QUERY PLAN:\n>\n> Aggregate (cost=12839.79..12839.79 rows=1 width=8)\n> -> Seq Scan on radius (cost=0.00..11843.43 rows=398543 width=8)\n>\n> EXPLAIN\n\n\nThis query answers me *instantly*... |
[
{
"msg_contents": "If full SQL92 implementation of INTERVAL would be a welcome addition,\ncould it be added as a TODO item? I would like to work on it, since I\nwant to use some features that are not currently supported.\n\n\nSQL92 INTERVAL data type (also SQL99, I think):\n\n <interval type> ::= INTERVAL {{<... |
[
{
"msg_contents": "I have a fatal error message while connecting more than 32 users using\ncurrent:\n\n\tAug 29 11:25:18 srapc1474 postgres[12189]: [1] FATAL 1:\n\tProcGetNewSemIdAndNum: cannot allocate a free semaphore\n\nrather than a more informative message:\n\n Sorry, too many clients already\n\nDoes... |
[
{
"msg_contents": "\nFinally figuring that enough is enough, I've been spending the past few\ndays working on the list archives ...\n\nI've reformatted, so far, the following lists into a cleaner format:\n\n\tpgsql-hackers\n\tpgsql-sql\n\tpgsql-bugs\n\tpgsql-general\n\tpgadmin-hackers\n\tpgadmin-support\n\nWith... |
[
{
"msg_contents": "Attached patch fixes following problem: createlang.sh expects one handler\nfor each PL. If a handler function for a new PL is found in pg_languages,\nPL won't be created. So you need to have plperl_call_handler and\nplperlu_call_handler. This patch just does that.\n\n-alex",
"msg_date": "... |
[
{
"msg_contents": "Attached patch does the above.\n\nNotes:\n1. Incompatible changes: CURSOR is now a keyword and may not be used as an\nidentifier (tablename, etc). Otherwise, we get shift-reduce conflicts in\ngrammar.\n\n2. Major changes: \n\na) RangeTblEntry (RTE for short) instead of having two possibilitie... |
[
{
"msg_contents": "Hi,\n\nwe need to control database changes within BEFORE triggers.\nThere is no problem with triggers called by update, but there is\na problem with triggers called by insert.\n\nWe strongly need to know the oid of a newly inserted tuple. In this case, we \nuse tg_newtuple of the TriggerData ... |
[
{
"msg_contents": "hi,\nIdon't know the best way but how about a quick insert in a temp table and \nadding 1 to the inserted oid column each time the trigger will run.!\nregards\nOmid\n>From: Markus Wagner <wagner@imsd.uni-mainz.de>\n>To: pgsql-general@postgresql.org, pgsql-sql@postgresql.org, \n>pgsql-hacker... |
[
{
"msg_contents": "\n Hi,\n\nfrom current CVS:\n\n./configure --prefix=/usr/lib/postgresql \\\n --enable-multibyte \\\n --enable-locale \\\n --enable-nls \\\n --enable-recode \\\n --enable-unicode-conversion \\\n --wit... |
[
{
"msg_contents": "Patch not attached, apparently mail server rejects large files. \n\nPatch can be found on www.formenos.org/pg/cursor.fix1.diff\n\nNotes:\n1. Incompatible changes: CURSOR is now a keyword and may not be used as an\nidentifier (tablename, etc). Otherwise, we get shift-reduce conflicts in\ngramm... |
[
{
"msg_contents": "Hello-\n\nI'm receiving the following error message:\nERROR: Relation \"log\" with OID 3694127 no longer exists\n\nWhen running the following script (a stripped-down version of what I'm \nreally doing, but it demostrates the behavior):\n\nCREATE TABLE log (logid int4);\nCREATE TABLE data (da... |
[
{
"msg_contents": "We're discussing an implementation of JDBC's\nStatement.executeBatch() on the pgsql-jdbc list. The idea is to\nsend multiple semicolon separated statements in one call to the\nbackend. The purpose of this feature is of course a performance\nimprovement, since it executes multiple (non-select)... |
[
{
"msg_contents": "Hello-\n\nI'm receiving the following error message:\nERROR: Relation \"log\" with OID 3694127 no longer exists\n\nWhen running the following script (a stripped-down version of what I'm \nreally doing, but it demostrates the behavior):\n\nCREATE TABLE log (logid int4);\nCREATE TABLE data (da... |
[
{
"msg_contents": "> > > >For bytea, follow this rule: to escape a null character, use\nthis:\n> > > >'\\\\0'. To escape a backslash, use this: '\\\\\\\\'.\n\nCan anybody explain in technical terms why this is implemented \nso inconveniently ?\n\nSince bytea is probably not very common among users yet\nwe could... |
[
{
"msg_contents": "\nIts been much much too long since I've upgraded Majordomo2 on the server,\nso this is the last email I'm sending out prior to upgrading her today ...\nif anyone notices the lists go suddenly quiet, or the way it works\nchanging, please let me know ...\n\nMy main worry is that in the past 6+... |
[
{
"msg_contents": "\nignore, just making sure it works ...\n\n",
"msg_date": "Thu, 30 Aug 2001 13:17:52 -0400 (EDT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "test 2 ..."
}
] |
[
{
"msg_contents": "> we need to control database changes within BEFORE triggers.\n> There is no problem with triggers called by update, but there is\n> a problem with triggers called by insert.\n> \n> We strongly need to know the oid of a newly inserted tuple.\n> In this case, we use tg_newtuple of the TriggerD... |
[
{
"msg_contents": "It took me a while to figure out what was going on, but I think I've\nfigured it out.\n\nLets say you have your own variable length datatype called\n'MY_DATATYPE'.\n\nCREATE TABLE test_table (myint integer, mydata MY_DATATYPE);\nINSERT INTO test_table VALUES (1);\n\nAt this point, I'd expect ... |
[
{
"msg_contents": "Folks,\n\nWe have a database with several very large tables. When trying\nto pg_dump we get the above error, e.g.:\n\npg_dump -v wsdb\n-- saving database definition\n-- last builtin oid is 18539 \n-- reading user-defined types \n-- reading user-defined functions \n-- reading user-define... |
[
{
"msg_contents": "(back on list)\n\n> As far as I can see, it is the same. My examples come from Cannan and Otten\n> on SQL92, but I read the spec for SQL99 and I can't see any obvious\n> change, except that INTERVAL YEAR TO YEAR (and any other X TO X) is no\n> longer allowed. (I take it you have a copy of ... |
[
{
"msg_contents": "Hi\n\nWould you mind to tell me how the DIVIDEBY operator could be\ndefined (the way Codd E.F [1] or Date C.J [2] define it) in \nPostgreSQL ?\n\nUsing PostgreSQL 7.1.2\n\nThanks in advance.\n\n1 Codd E.F. Relational Completeness of Data Base Sublanguages \n2 Date C.J. An Introduction to Data... |
[
{
"msg_contents": "I understand that the current port of Postgres for Windows requires the \ncygwin package. I'd like to understand the requirement for cygwin,and \npossibly try to port Postgres to run natively on Windows as a NT/2K \nservice. Anyone like to identify the challenges in such a port? Is it \nat... |
[
{
"msg_contents": "Hi\n\nPlease help me compose the query in PostgreSQL.\nUsing PostgreSQL 7.1.2.\n\nSuppose relations A and B have columns:\n {X1, X2, ..., Xm, Y1, Y2, ..., Yn}\nand\n {Y1, Y2, ..., Yn}\nAttributes Y1, Y2, ..., Yn are common for both relations\nand have the same type in both.\n\nHow can I def... |
[
{
"msg_contents": "Hello All!!!\n\n Can anyone show me a query (not using any contrib code) lists users\nfrom a group ??? Like \"Users | Group\" ???\n Current groups implementation is inflexible due to arrays not having\na membership function (i.e. 'in' operator).\n\nBest Regards,\nSteve Howe\n\n\... |
[
{
"msg_contents": "Hi\n\nThe following is the quote describing WHERE clause of SELECT\n(pgsql/doc/html/sql-select.html).\n\n\"WHERE Clause \n\nThe optional WHERE condition has the general form: \n\nWHERE boolean_expr\n \n\nboolean_expr can consist of any expression which evaluates to a boolean value. In many... |
[
{
"msg_contents": "> \"Dwayne Miller\" <dmiller@espgroup.net> writes:\n> \n> > Well, for one.... I have no idea what cygwin is, or what it does to\n> > your system, or what security vulnerabilities it might add to your\n> > system. It comes with alot of stuff that I may or may not need, but\n> > what compone... |
[
{
"msg_contents": "\nhello All\n\nI tried the following commands:\nponto=# explain select * from horarios where funcionario>10000;\nNOTICE: QUERY PLAN:\n\nSeq Scan on horarios (cost=0.00..176.21 rows=2432 width=132)\n\nEXPLAIN\nponto=# explain select * from horarios where funcionario=10000;\nNOTICE: QUERY PL... |
[
{
"msg_contents": "\ntesting a fix to a problem ...\n\n",
"msg_date": "Mon, 3 Sep 2001 11:46:29 -0400 (EDT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "ignore ..."
}
] |
[
{
"msg_contents": "\n\nWe have postgres running on a linux machine\nand we connect with 15 winnt 4.0 machines running ACCESS2000\nWhen we change from access 97 to access 2000 we get every 15 minutes \nfollowing problem\n\nafter a process query\n---------------------------------\nfatal 1:set user id user admin i... |
[
{
"msg_contents": "Postmaster is eating my CPU -- see ps and top output at\nhttp://jamesthornton.com/misc/postgres.txt or below (it wraps too much\nwhen posting to Google, but my server keeps getting overloaded).\n\nAs you can see from the ps output, there are several INSERT statements\n-- these return after r... |
[
{
"msg_contents": "As long as you're hacking pgindent, can you do something about its habit\nof sometimes removing all space before a same-line comment? Here's\nan example from the 7.1 run (in src/backend/storage/lmgr/proc.c):\n\n***************\n*** 607,613 ****\n MyProc->waitHolder = holder;\n ... |
[
{
"msg_contents": "Below is the last message I sent (to patches) regarding the random string\nfunction for contrib. Is there any interest in this? I don't mind changing\nit per Peter's comments, but I don't want to bother if no one sees any value\nin it. Comments?\n\n-- Joe\n\n----- Original Message -----\nFrom... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 04 September 2001 06:43\n> To: dave Page\n> Subject: Re: [HACKERS] Porting to Native WindowsNT/2000 \n> \n> \n> I thought this might interest you.\n> **************************************\n\nThanks Tom,\n... |
[
{
"msg_contents": "There is a TODO list at src/interfaces/odbc/TODO.txt which was last\nupdated in 1998.\n\nDo any of the things in this list remain to be done?\nIf not, perhaps the file should be removed.\n\n-- \nOliver Elphick Oliver.Elphick@lfix.co.uk\nIsle of Wight ... |
[
{
"msg_contents": "The following section\n\nhttp://www.ca.postgresql.org/devel-corner/docs/postgres/locking-tables.html\n\ntitled \"Locking and Tables\", has two subsections, \"Table-level locks\" and\n\"Row-level locks\". Under table-level locks we find lock names such as\nRowShareLock and RowExclusiveLock --... |
[
{
"msg_contents": "Hi,\n\n we have troubles with German umlauts (e.g.: ���) using the Postgresql JDBC\n driver form the 7.1.2 distribution... already tried to debug our Java\n software but it seems that the database driver modifies the umlauts in any\n way - a debug before any INSERT or after a SELECT... |
[
{
"msg_contents": "\tWe're running Postgres 7.0.3.2. We're running into a referential\nintegrity violation that seems to crop up randomly, and only when stress\ntesting the system for a day or so.\n\n\tWe've created some stress test code to fill the tables with about\n500 nodes, then delete them from the top an... |
[
{
"msg_contents": "I seem to be unable to access the CVS server:\n\ncvs [update aborted]: connect to cvs.postgresql.org:2401 failed:\n\nMarc, do you know anthing about this?\n--\nTatsuo Ishii\n",
"msg_date": "Wed, 05 Sep 2001 18:28:42 +0900",
"msg_from": "Tatsuo Ishii <t-ishii@sra.co.jp>",
"msg_from... |
[
{
"msg_contents": "Hello, \n \nI have quite strange problem. Postgres refuses to start. \nThis is 7.1.2. Actually this is Aug 15 snapshot of REL7_1_STABLE branch. \nThis is what should be 7.1.2. Any ideas how to repair data? \nThis is quite urgent. The system is live, and now stopped. \n \nSep 5 08:42:30 mx po... |
[
{
"msg_contents": "Hello,\n\nReading the TO DO list, I found the following item:\n\"Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions\"\n\nI badly need this functionnality to interface postgres in my company\ndatabase abstraction layer. Do you have any idea of when it should be\navailable?\nIf yo... |
[
{
"msg_contents": "\tIs there a problem with running vacuum, or vacuum analyze in the\nmiddle of making transactions? If there happens to be a transaction running\nat the time I do a vacuum analyze, the transaction has problems and the\ntrigger doesn't get completed all the way, and the transaction fails.\n\nTh... |
[
{
"msg_contents": "Hi,\n\nI have a serious problem with hanging backends.\nThis is wat I get from ps ->\npostgres 23507 22794 0 13:33 ? 00:00:09\n/usr/local/pgsql/bin/postgres 1.1.3.123 postgres bts01 SELECT waiting\n\n\nThis blocks all the other clients. (ODBC call failed)\n\nThe situation\n\n- Post... |
[
{
"msg_contents": "Anyone know how inherited tables are shown on an ERD... both the table\nand the connector (if any)?\n\nWhat I am looking for is how to draw this in the diagram.\n\nPeter\n\n-- \n+---------------------------\n| Data Architect\n| your data; how you want it\n| http://www.codebydesign.com\n+-----... |
[
{
"msg_contents": "Hi,\n\nUpgrading from 7.0.2 to 7.1.3 (great job, btw!), brought us\nsome problems. Watch the following:\n\n| versuch=# create table chkntfy (\n| versuch(# NUMMER integer default 0 not null,\n| versuch(# TEXT varchar(255) default '?' ... |
[
{
"msg_contents": "Ack, what would be the reasoning for \"moving it into the postgres cvs tree\"?\nDo you mean including DBD::Pg with the postgres distribution? How would this\naffect users of, say, CPAN and whatnot?\n\n--\nalex j. avriette\nperl hacker.\na_avriette@acs.org\n$dbh -> do('unhose');\n\n",
"msg... |
[
{
"msg_contents": "The src/test/regress/README file is gone, but still referred to by the\nINSTALL file. We need some place to point the user for information when\nthey run the regression test.\n\nUnless someone has a better idea, I would put the 'make check' after 'make\ninstall' in the order of instructions,... |
[
{
"msg_contents": "> > Sep 6 02:09:30 mx postgres[13468]: [9] FATAL 2:\n> > XLogFlush: request(1494286336, 786458) is not satisfied -- \n> > flushed to (23, 2432317444) \n\nFirst note that Denis could just restart with wal_debug = 1\nto see bad request, without code change. (We should ask ppl\nto set wal_debug... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.