Re: PostgreSQL pollutes the file system

2019-03-20 Thread Chris Howard
Another pattern is to have a separate bin path for various software packages:  /opt/postgres/bin  for example. That doesn't directly answer "what is createdb?" but it does give a quicker indication via the 'which' command. On 3/20/19 5:43 AM, Fred .Flintstone wrote: It seems nothing came

Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS)

2019-03-04 Thread Chris Howard
Or on your laptop On 3/4/19 11:55 AM, Laurenz Albe wrote: Masahiko Sawada wrote: Why do people want to just encrypt everything? For satisfying some security compliance? I'd say that TDE primarily protects you from masked ninjas that break into your server room and rip out the disks with

Re: comma to delimit fractional seconds

2018-06-25 Thread Chris Howard
p.s.  I've noticed that the error msg for badly formed time strings always says the same thing "at character 13"  no matter how long the time string is. nevermind, user error

Re: comma to delimit fractional seconds

2018-06-24 Thread Chris Howard
    works. That means the heavy lifting with leading zeros and such     is still done by the library function. Chris Howard p.s.  I've noticed that the error msg for badly formed time strings always says the same thing "at character 13"  no matter how long the time string is. On 06/

comma to delimit fractional seconds

2018-06-23 Thread Chris Howard
if it works that way in all timestamps, not just ISO-8601-compliant cases? Chris Howard