Re: [pgadmin-support] So... you're all just going to ignore anyone who asks about the HUGE issues with pgAdmin 4?

2017-06-15 Thread Melvin Davidson
>Are computer professionals still using MS Windows? Yes, we use MS Windows with PgAdmin to connect to PostgreSQL on LINUX systems. Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.

Re: [pgadmin-support] So... you're all just going to ignore anyone who asks about the HUGE issues with pgAdmin 4?

2017-06-15 Thread Melvin Davidson
he current version of the product, so I simply continue to use PgAdmin III until I see sufficient improvements. However, yourrecent rants does nothing to encourage Dave Page and his team. So kindly rephrase your disappointment into positive suggestions. Melvin Davidson 🎸     Cell 720-320-0155 I r

Re: [pgadmin-support] "pgadmin4" - slow?

2017-06-14 Thread Melvin Davidson
Regardless of the upcoming problem resolution regarding slow start times, or any of the multitude of Reddit reports, I think PgAdmin developers should consider this a lesson learned and test on ALL platforms (IE:Mac, Windows, Linux) before releasing a new version.  Melvin Davidson 🎸

Re: [pgadmin-support] Serious feedback and questions about the future of pgAdmin.

2017-06-11 Thread Melvin Davidson
s not existSQL state: 42P01Character: 15 So I would suggest you also provide information as the the O/S you are using and how you installed PgAdmin 4. Also, what version of PostgreSQL you areusing. Melvin Davidson 🎸 I reserve the right to fantasize.  Whether or not you wish to share my fanta

Re: [pgadmin-support] pgAdmin4 speed

2017-05-24 Thread Melvin Davidson
mode. 3. It's a workaround that says it's ok to ignore a major problem.  Melvin Davidson 🎸 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/videos Folk Alley - All Folk - 24 Hours a day www.fol

Re: [pgadmin-support] making me love pgAdmin III

2017-05-23 Thread Melvin Davidson
tatic/app-pgdump.html If you want to "dump" a single column, you must use the COPY TO command. https://www.postgresql.org/docs/9.6/static/sql-copy.html Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread Melvin Davidson
>Unless you omit the E prefix on the string literal, which the OP did. Nope! That results in 'a//b' but the op wants 'a/b'; Hence the need to Escape. Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantas

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread Melvin Davidson
get to enclose your strings in quotes! IE: SELECT 'a' || E'\\' || 'b' UNION ALL SELECT 'c' || E'\\' || 'd'; https://www.postgresql.org/docs/9.4/static/functions-matching.html#POSIX-ESCAPE-SEQUENCES  Melvin Davidson 🎸 I reserve the rig

Re: [pgadmin-support] making me love pgAdmin III

2017-05-18 Thread Melvin Davidson
coming to another email address other than pgadmin-support, because I have not seen them. I do appreciate what you and your team are doing, but as I have said before, I believePgAdmin4 was a hurried release and more testing should have been done before it went GA.  Melvin Davidson 🎸 I reserv

Re: [pgadmin-support] pgadmin 4 enhancement request

2017-04-19 Thread Melvin Davidson
    data_type,    character_maximum_length as length,    column_default as default  FROM INFORMATION_SCHEMA.COLUMNS where table_name = '' ORDER BY 1; --ordinal_position; Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantas

Re: [pgadmin-support] Call for feedback on pgAdmin4 features

2017-02-26 Thread Melvin Davidson
I have just one wish. Fix ALL the bugs that have been reported BEFORE even thinking about adding "features". Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/v

Re: [pgadmin-support] [GENERAL] Queries are taking way longer in 9.6 than 9.5

2017-01-18 Thread Melvin Davidson
el Seq Scan on > > tblpuorderstatushistory osh (cost=0.00..2957011.17 rows=220702 > > width=4) > > > > > > > >Filter: ((cancelled_date IS > > NULL) AND (cc_accept_date IS NOT NULL) AND (vip_order_type = 17)) > > > > > > > >-> Index Scan using tblcnpatientordermap_pkey on > > tblcnpatientordermap po (cost=0.09..0.41 rows=1 width=8) > > > > > > > > Index Cond: (vip_order_id = os.vip_order_id) > > > > > > > > -> Nested Loop Semi Join (cost=0.17..1.02 rows=1 width=4) > > > >-> Index Scan using tblcndoctorpatientmap_pkey on > > tblcndoctorpatientmap d (cost=0.09..0.39 rows=1 width=8) > > > > Index Cond: (vip_patient_id = po.vip_patient_id) > > > >-> Index Scan using tblcnaccounts_pkey on > > tblcnaccounts a (cost=0.08..0.36 rows=1 width=4) > > > > Index Cond: (master_user_id = d.master_user_id) > > > > Filter: ((user_name)::text = 'dd'::text) > > > > (19 rows) > > > > > > > > > > > > Regards, > > > > ravi > > > > > -- > Adrian Klaver > adrian.kla...@aklaver.com > > > -- > Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general > >I am not sure whether they are doing the vacuum after the upgrade or not So just run an ANALYZE on the database! -- *Melvin Davidson* I reserve the right to fantasize. Whether or not you wish to share my fantasy is entirely up to you.

Re: [pgadmin-support] [GENERAL] Queries are taking way longer in 9.6 than 9.5

2017-01-18 Thread Melvin Davidson
t; Nested Loop Semi Join (cost=0.17..1.02 rows=1 width=4) > >-> Index Scan using tblcndoctorpatientmap_pkey on > tblcndoctorpatientmap d (cost=0.09..0.39 rows=1 width=8) > > Index Cond: (vip_patient_id = po.vip_patient_id) > >-> Index Scan using tblcnaccounts_pkey on tblcnaccounts a > (cost=0.08..0.36 rows=1 width=4) > > Index Cond: (master_user_id = d.master_user_id) > > Filter: ((user_name)::text = 'dd'::text) > > (19 rows) > > > > > > Regards, > > ravi > 1. Have you run ANALYZE on the database after upgrading? 2. Have you insured that the proper changed were done to the postgresql.conf in 9.6? -- *Melvin Davidson* I reserve the right to fantasize. Whether or not you wish to share my fantasy is entirely up to you.

Re: [pgadmin-support] VACUUM FULL Error

2016-12-30 Thread Melvin Davidson
version (9.5 or 9.6). In the meantime, it looks like you need to increase your shared_buffers parameter in yourpostgresql.conf and restart the postgres server. https://www.postgresql.org/message-id/4057e37d0fad0814281017dc6c211c00.squir...@sq.gransy.com Melvin Davidson I reserve the right to

Re: [pgadmin-support] Restoring Db

2016-12-26 Thread Melvin Davidson
said, I have replied back to Marcin that I believe the reason his pg_restore is not working is because his dbname is CamelCase. I suggested he use the command line version of pg_restore and look in postgres log for any errors. Since then I have not heard back from him. Melvin Davidson I

Re: [pgadmin-support] DB Creation From .dmp File

2016-12-16 Thread Melvin Davidson
local, then can use PgAdmin to restore to either a local or remote database.  Melvin Davidson     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/videos Folk Alley - All Folk - 24 Hours a day

Re: [pgadmin-support] ROLLBACK syntax error in pgadmin4

2016-11-29 Thread Melvin Davidson
you the cause right away, or would you understand if he asks you what led up to the pain? Yes, I am a volunteer. In fact, I am a retired PostgreSQL DBA. Hopefully you will now understand thedifference between a transaction and a stand alone query. Good luck. Melvin Davidson     Cell 720-320

Re: [pgadmin-support] ROLLBACK syntax error in pgadmin4

2016-11-29 Thread Melvin Davidson
to reproduce the problem. As for "ERROR: current transaction is aborted, commands ignored until end of transaction block"It means all commands from BEGIN; until the error occurs are rolled back. No further commandsafter the error occurs are executed.  Melvin Davidson I reserve th

Re: [pgadmin-support] ROLLBACK syntax error in pgadmin4

2016-11-29 Thread Melvin Davidson
always a good idea to include the PostgreSQL version. Melvin Davidson     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/videos Folk Alley - All Folk - 24 Hours a day www.folkalley.com

Re: [pgadmin-support] pgadmin server-status does not display

2016-11-09 Thread Melvin Davidson
>deleting ~/ .pgadmin3 did not change anything. Did you restart pgadmin3 after deleting?Did you look at pgadmin3.log to see if there are any obvious related errors? Just as a wild thought, if you su as root and run pgadmin3 as root, does the problem still occur? Melvin Davidson     C

Re: [pgadmin-support] pgadmin server-status does not display

2016-11-09 Thread Melvin Davidson
Walter, Thanks for additional details. I believe Ashesh Vashi has already given you the best advice of renaming the ~/.pgadmin3 file.Please do not reply directly to me, as I am just another user like you. All repliesshould go to pgadmin-support@postgresql.org. Melvin Davidson     Cell 720

Re: [pgadmin-support] pgAdmin 4 v1.1 Released!

2016-10-27 Thread Melvin Davidson
Marie-claude, Have you tried restarting windows? It has always been a problem with Windows O/Sthat new programs are not fully recognized until windows is restarted. Probably has something to do with Windows Registration. Melvin Davidson     Cell 720-320-0155 I reserve the right to

Re: [pgadmin-support] pgAdmin 4 v1.1 Released!

2016-10-27 Thread Melvin Davidson
fwiw, I had the same problem as reported by Marie-Claude QUIDOZ.However, that was only after initial installation. After closing and restarting the program, all was working as expected. I view this as an oddity with Windows 10 O/S.  Thank you for continuing to improve the product. Melvin

Re: [pgadmin-support] pgAdmin4 Maintenance gives Database does not exist

2016-10-20 Thread Melvin Davidson
programming, but do not translate well to databases. Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/videos Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: Mark Watson To

Re: [pgadmin-support] pgAdmin4 Maintenance gives Database does not exist

2016-10-20 Thread Melvin Davidson
), is a no no. Try renaming the database to db815, and see if the problem still exists.  Melvin Davidson     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero/videos Folk Alley - All Folk - 24 Hours

Re: [pgadmin-support] pgadmin3 - Tables?

2016-08-09 Thread Melvin Davidson
>..what is the server/cluster?It is the instance of PostgreSQL that you have >installed.You can have multiple instances/copies of PostgreSQL on your PC, each on a separate port #. If you only have one, it is usually on port 5432.  Melvin Davidson I reserve the right to fantasize.  Whet

Re: [pgadmin-support] pgadmin3 - Tables?

2016-08-09 Thread Melvin Davidson
uld be helpful if you provided exact PgAdmin version and O/S, otherwise, we cannot tell you how to remove anything. FYI, PostgreSQL 9.6 is still Beta. You are better off using a supported release, ie: 9.5  Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my f

Re: [pgadmin-support] pgAdmin 1.0-beta2 numeric(12,3) displayed as numeric(...,2) in View Data filtered

2016-07-17 Thread Melvin Davidson
I'm pretty sure it would be more helpful if you provided:A. The structure of the table(s) involved.B. The actual query you used to retrieve the data.C. Did you run the query in PgAdmin Query Tool or psql ? Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to sha

Re: [pgadmin-support] Poker Tracker 4

2016-06-13 Thread Melvin Davidson
aving trouble configuring it with Poker Tracker 4". What O/S are you installing on? What is the actual problem you are having? What are the specific errors you are encountering?  Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to y

Re: [pgadmin-support] Load balancing and high availability with PostgreSQL

2016-06-07 Thread Melvin Davidson
/latest/tutorial-en.html 3. For High availablity, you should look into Replication https://www.postgresql.org/docs/9.1/static/high-availability.html or alternatively Slony http://lists.slony.info/ or Bucardo Bucardo - Bucardo | | | | || | | | | | Bucardo - Bucardo | |

Re: [pgadmin-support] pgAdmin v1.22.0 keeps freezing and crashing

2016-01-23 Thread Melvin Davidson
dback. Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: Regina Obe To: pgadmin-support@postgresql.org Sent: Saturday, Janua

Re: [pgadmin-support] Accessing SQL that has been executed behind the interface

2015-12-01 Thread Melvin Davidson
tatements will then be captured to the log. The other way is to make the changes to the table in properties.A. right click on the tableB. left click on Properties...C. Add column, constraints, etc as needed.D. Click on the SQL tab _BEFORE_ clicking the OK button,  Melvin Davidson     Cell 720-32

Re: [pgadmin-support] save location for queries

2015-07-22 Thread Melvin Davidson
Options  Query Tool    Favourites  Favourites file path ?  Melvin Davidson     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero Folk Alley - All Folk - 24 Hours a day www.folkalley.com

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Melvin Davidson
g_filename in postgresql.conf. Melvin Davidson     Cell 720-320-0155 Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: "Soule, Cathi (HQP)" To: Melvin Davidson ; "pgadmin-support@postgresql.org" Sent: Monday, June 15, 2015 3:29 PM Subject: R

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Melvin Davidson
g_min_error_statement in postgresql.conf? Try restoring by specifying just the user table. IOW: pg_restore -t user -d yourdb your_dump_file Then see if any errors are returned.  Melvin Davidson     Cell 720-320-0155 Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: &

Re: [pgadmin-support] Enabling debugger plugin on pgAdmin III

2015-04-08 Thread Melvin Davidson
Got it working. It seems the debugger functions need to be generated in each database, not just postgres.  Melvin Davidson     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.youtube.com/unusedhero Folk Alley

Re: [pgadmin-support] Enabling debugger plugin on pgAdmin III

2015-04-08 Thread Melvin Davidson
FWIW, I am confirming the same problem on Windows 7 Home Premium Service Pack 1PostgreSQL 9.2.10, compiled by Visual C++ build 1600, 32-bit Melvin Davidson     Cell 720-320-0155 Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: M. Matt Dugan To: pgadmin-support

Re: [pgadmin-support] Since I can't seem to unsubscribe to this mailing list, I might as well report a bug...

2015-02-11 Thread Melvin Davidson
ake that long to open or close. Melvin Davidson     Cell 720-320-0155 Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: "hushthatb...@hushmail.com" To: "pgadmin-support@postgresql.org" Sent: Wednesday, February 11, 2015 4:03 PM Subject: [pgadmin-

Re: [pgadmin-support] Is the "x ms" info reliable?

2015-01-17 Thread Melvin Davidson
Have you tried using the "Explain analyze" function (Shift-F7)? That's what it's for.  Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. Folk Alley - All Folk - 24 Hours a day www.folkalley.com

Re: [pgadmin-support] Create table with GUI

2014-12-22 Thread Melvin Davidson
alks through the basics of creating your first database using pgAdmin, the comprehensive database design and management console for Postgres databases. | | | | View on www.enterprisedb.com | Preview by Yahoo | | | |   |  Melvin Davidson I reserve the right to fantasize.  Whether or not you wis

Re: [pgadmin-support] PgAdmin III 1.20 windows - not valid

2014-12-20 Thread Melvin Davidson
Thanks. I know support for Windows XP has been officially dropped, and I do have v1.18. Still, it's a bummer that I can't use the latest/greatest version of PgAdmin. Hopefully, the Ubuntu version will be released soon. Melvin Davidson I reserve the right to fantasize.  Whether

[pgadmin-support] PgAdmin III 1.20 windows - not valid

2014-12-20 Thread Melvin Davidson
n .zip and click on pgadmin3msi 3. Follow prompts to install 4. Click on link to PgAdmin III 1.20  Melvin Davidson I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. Folk Alley - All Folk - 24 Hours a day www.folkalley.com

Re: [pgadmin-support] Bug -PGAdmin 1.12.2

2011-02-22 Thread Melvin Davidson
>Works for me here. What are your exact steps? Steps to duplicate: 1. Right Click on a database 2. Click on Backup 3. In popup screen, specify filename. 4. Click the Objects Tab 5. Uncheck the database (1st box) 6. Specifically check two or more individu

[pgadmin-support] Bug -PGAdmin 1.12.2

2011-02-10 Thread Melvin Davidson
O/S - Windows XP Service Pack 3 Language - English Distribution - binary (.zip) Version you tested 1.12.2 Bug: Attempting to backup a CamelCase named database (eg: MyDataBase) fails with C:\Program Files\pgAdmin III\1.12\pg_dump.exe --ho

[pgadmin-support] Server Status Colors

2010-12-21 Thread Melvin Davidson
PgAdmin v1.12 I noticed that while viewing the Server Status in PgAdmin, the colors change for the various processes. Where is it documented what the significance / meaning of each color is? Melvin Davidson

[pgadmin-support] Defined Custom Colors not retained

2010-09-30 Thread Melvin Davidson
and Color 4. Set Red=255 Green=170 Blue=85 5. Click on "Add To Custom Colors" button 6. Click OK 7. Click OK 8. Click OK to messages about server settings 9. Close & then re-open PgAdmin 10, Repeat steps 1, 2 & 3. 11. Note the previous defined custom color has

[pgadmin-support] Bug report / feature enhancement

2010-03-21 Thread Melvin Davidson
#x27;postgresql-%d.log'  or 'postgresql-%a.log', which causes pgAdmin to not be able to locate the file. How hard would it be to add an option, in the General tab, which specifies the format for the log_filename, thus making it more flexible? Melvin Davidson Folk Alley

Re: [pgadmin-support] Is Changing database Name possible ?

2008-04-08 Thread Melvin Davidson
a new name ? thanks Rgrds, Abhi Melvin Davidson-3 wrote: > > Hello Abhi, > > It seems to me that a datatype of real[] would be appropriate. > Alternative syntax is real ARRAY[3] > > http://www.postgresql.org/docs/8.2/interactive/arrays.html#AEN5738 > > > -Origin

Re: Re [pgadmin-support] pgadmin datatype

2008-04-07 Thread Melvin Davidson
Hello Abhi, It seems to me that a datatype of real[] would be appropriate. Alternative syntax is real ARRAY[3] http://www.postgresql.org/docs/8.2/interactive/arrays.html#AEN5738 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of leoabhi Sent: Monday, April

Re: [pgadmin-support] Database structure and relation viewer/editor

2008-03-31 Thread Melvin Davidson
you don't want (pg_catalog & information_schema) and just leave one database and related schemas. good luck, Melvin Davidson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 31, 2008 8:45 AM To: pgadmin-sup

[pgadmin-support] Count not updated with VACUUM ANALYZE

2008-03-26 Thread Melvin Davidson
that? Also, is there an documented (or undocumented) function I can run to manually update the counts. Thanks in advance, Melvin Davidson

[pgadmin-support] Count not updated with VACUUM ANALYZE

2008-03-26 Thread Melvin Davidson
the VACUUM have done that? Also, is there an documented (or undocumented) function I can run to manually update the counts. Thanks in advance, Melvin Davidson

[pgadmin-support] Fedora Core 8.0 status?

2007-12-09 Thread Melvin Davidson
Can anyone tell me when pgAdmin III v1.8.0 will be available for Fedora Core 8 ? TIA, Melvin Davidson Home 720-870-9595 Cell 720-320-0155 I reserve the right to fantasize. Whether or not you wish to share my fantasy is entirely up to you. Folk Alley - All Folk - 24 Hours a

Re: [pgadmin-support] PROBLEM

2007-10-01 Thread Melvin Davidson
That is an old version of PostgreSQL. "intended for testing puposes only" means just that. It is a Beta release. It is not intended/advised for a production environment. If you want the latest release, you should use 8.2.5. From: [EMAIL PROTECTED] [mailto:[EM

Re: [pgadmin-support] pg_dump: Exclude multiple tables in version 7.4

2007-06-19 Thread Melvin Davidson
uting. SELECT n.nspname || ' .' || c.relname AS tablename FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace LEFT JOIN pg_tablespace t ON t.oid = c.reltablespace WHERE c.relkind = 'r'::"char" AND reltuples < 3000 ORDER BY

Re: [pgadmin-support] Feature Request - Show Null

2007-05-24 Thread Melvin Davidson
Here's another, quicker way to do it. SELECT column1, column2, COALESCE(maybe_null_column, 'NULL') FROM your_table; Note: If maybe_null_column is not a character data type, then you need to coerce it. ie: maybe_null_column::text ---(end of broadcast

Re: [pgadmin-support] Feature Request -Show NULL

2007-05-24 Thread Melvin Davidson
You can do that now with a little code as follows: SELECT column1, column2, CASE WHEN maybe_null_column IS NULL THEN 'NULL' ELSE maybe_null_column END FROM your_table; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ketema Harris Sent: Thu

Re: [pgadmin-support] Server order

2007-05-22 Thread Melvin Davidson
@postgresql.org Subject: Re: [pgadmin-support] Server order Melvin Davidson wrote: > Unfortunately, it is currently not that easy because that information > is stored in the Windows registry. > > I think it would be a nice enhancement if it were stored in a small > local PostgreSQL

Re: [pgadmin-support] Server order

2007-05-22 Thread Melvin Davidson
Unfortunately, it is currently not that easy because that information is stored in the Windows registry. I think it would be a nice enhancement if it were stored in a small local PostgreSQL database table, (suggestion - PgAdminDB), but I guess that is something that may be considered for a future

Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-24 Thread Melvin Davidson
Behalf Of Matt Busby Sent: Monday, January 22, 2007 12:10 PM To: Melvin Davidson Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Cannot connect to one specific postgres database on a server I can telnet to the database and query the database The site that is using the

Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-22 Thread Melvin Davidson
al Message- From: Andy Shellam (Mailing Lists) [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 2:35 PM To: Melvin Davidson Cc: Matt Busby; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Cannot connect to one specific postgres database on a server Melvin, Your understanding

Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-22 Thread Melvin Davidson
postmaster(s) are running, then perhaps someone or something(gremlins) :) has modified the pg_hba.conf file in the $PGDATA directory? From: Matt Busby [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 12:10 PM To: Melvin Davidson Cc: pgadmin-support@post

Re: [pgadmin-support] Cannot connect to one specific postgres database on a server

2007-01-22 Thread Melvin Davidson
I cannot tell you what is specificially wrong, but try the following: Can you telnet to that database and query? Is the postmaster running for that database? Do you get any errors returned when you try to connect via telnet? What are they? Is it possible your database is corrupted and you n

Re: [pgadmin-support] [SQL] Grants

2006-12-02 Thread Melvin Davidson
Look at your script. Your syntax is backward. > GRANT administradores TO ezequias; Also, you must create the administradores role _BEPORE_ you grant to it/ It should be: CREATE ROLE administradores NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE; GRANT ezequias TO administradores ; That shou

[pgadmin-support] Table count option

2006-11-15 Thread Melvin Davidson
Right clicking on a table show the "count" option, which updates the Rows(counted) value in the properties window for the table. Is there an equivalent SQL command? ANALYZE table_name does not work as the equivalent.

Re: [pgadmin-support] About debugging trigger

2006-11-07 Thread Melvin Davidson
In Postgresql it's   RAISE NOTICE 'Your Message Goes Here %', value_to _replace%_must_be_text_or_varchar; Please note, this is not a question for PgAdmin. It should go to  pgsql-general@postgresql.org From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael SuSent: Tuesday,

Re: [pgadmin-support] question

2006-10-19 Thread Melvin Davidson
With a custom query. :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MCDONNELL, JAMES PSent: Thursday, October 19, 2006 9:24 AMTo: pgadmin-support@postgresql.orgSubject: [pgadmin-support] question Hi how would I create custom report using Postgre Sql?   James McDonnell

Re: [pgadmin-support] Replication documentation

2006-09-28 Thread Melvin Davidson
Information/documentation about slony is found at the url below.   http://gborg.postgresql.org/project/slony1/genpage.php?howto_idx   Slony clusters are what you create when you install slony. It is not part of postgresql.   Complete information is in the documenatation. From: [EMAIL PROTEC

Re: [pgadmin-support] How to access table from one database to another database

2006-08-31 Thread Melvin Davidson
Vivekananda,   1. These question is not one for pgadmin. They are best addressed in postgres general forum.   2. Postgres does not facilitate inter-database connectivity. However, you can use the dblink    utility that you will find in postgresql-8.0.3/contrib/dblink.   3. Please send any fu

Re: [pgadmin-support] Select statement doesn't work in Query tool

2006-08-21 Thread Melvin Davidson
Gibson, Check that the schema is in the default path. eg: SHOW SEARCH_PATH; If not, either set the path to include it, or specify the schema with the table. eg: Select * from .user; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gibson Sent: Monday, A

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Melvin Davidson
OK everybody. So far we've determined this happens for some people and not for others. So how about being a little more specific on the conditions regarding the hardware in use? Run the System Information function and save the output to a file. The attach it to the report. "C:\Program Files\Common

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread Melvin Davidson
I cannot duplicate your problem either. Is it possible you are using/have a keyboard mapping utility program which has redefined the function of the delete key? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 02,

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-02 Thread Melvin Davidson
You just need to use position the cursor after the character and press 'Backspace' to delete it. You should not be using the "Delete" key to delete characters. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 02, 20

Re: [pgadmin-support] How to access a table from one database to another database

2006-07-14 Thread Melvin Davidson
>Now  i am in PAO database..now i want access table 'activity' in schema 'cas' in CAS database. >How it is posible.   >i have 2 servers access i.e local and mainserver. >How access table from one server to another server?   Please note, these are not question that are specific to Pgadmi

Re: [pgadmin-support] Detemine name of replication schema

2006-07-10 Thread Melvin Davidson
= 'slonyversion'  ORDER BY nspname; From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 10:14 PMTo: Melvin Davidson; pgadmin-support@postgresql.orgSubject: RE: [pgadmin-support] Detemine name of replication schema   From: [EMAIL PROTECTED] [mailto:[EMAIL

[pgadmin-support] Detemine name of replication schema

2006-07-07 Thread Melvin Davidson
to get the names of all replication schemas in a cluster. Thank you in advance, Melvin Davidson

[pgadmin-support] Detemine name of replication schema

2006-07-06 Thread Melvin Davidson
to get the names of all replication schemas in a cluster. Thank you in advance, Melvin Davidson