search for: pghost

Displaying 4 results from an estimated 4 matches for "pghost".

Did you mean: ghost
2016 Aug 30
2
CentOS 6 - logwatch report not in HTML format
On Sun, Aug 28, 2016 at 10:56 PM, Alexander Farber <alexander.farber at gmail.com> wrote: > Maybe the format is set in > > sudo crontab -l You mean in the way it is invoked from the cron entry? -- Arun Khan
2016 Aug 30
0
CentOS 6 - logwatch report not in HTML format
No, I mean there is sometimes a variable for mail format too: # crontab -l CONTENT_TYPE="text/plain; charset=utf-8" MAILFROM=webmaster at xxx.de MAILTO=Alexander.Farber at xxx.com LANG=en_US.UTF-8 PGHOST=/tmp #minute hour mday month wday command On Tue, Aug 30, 2016 at 3:37 AM, Arun Khan <knura9 at gmail.com> wrote: > On Sun, Aug 28, 2016 at 10:56 PM, Alexander Farber > <alexander.farber at gmail.com> wrote: > > Maybe the format is set in > > > > su...
2012 Oct 04
0
RPostgreSQL Date format problem
...cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(RPostgreSQL) Loading required package: DBI > dbhost <- Sys.getenv("PGHOST") > m <- dbDriver("PostgreSQL") > con <- dbConnect(m, dbname = "db", host = dbhost) > query <- "SELECT pat_dob_dt from patients where pat_dob_dt like '%1980';"> > pat_data <- dbGetQuery(con, statement = query) > pat_data...
2007 Oct 05
5
PostgreSQL, templates, and test databases
Hi everyone. I''m having a bit of a problem with an application I''m currently developing with Rails 1.2.3 and PostgreSQL, attempting to use test-first development. Here''s the scenario: * I have the usual three databases, with migrations. Testing has been working beautifully. * I need to store geographic data, so I add PostGIS to all three databases (along with