Re: Updated TODO item

From: Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Updated TODO item
Date: 2002-01-03 18:17:39
Message-ID: 3C34A043.5010701@ics.olemiss.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Bruce Momjian wrote:<br>
<blockquote type="cite" cite="mid:200201031721(dot)g03HLBK16195(at)candle(dot)pha(dot)pa(dot)us">
<pre wrap="">Thomas Swan wrote:<br></pre>
<blockquote type="cite">
<pre wrap="">Bruce Momjian wrote:<br><br></pre>
<blockquote type="cite">
<pre wrap="">TODO: I have added a syntax suggested by someone on IRC:<br><br>* Make it easier to create a database owned by someone who can't createdb,<br> perhaps CREATE DATABASE dbname WITH USER = "user"<br> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</pre>
</blockquote>
<pre wrap="">Perhaps "CREATE DATABASE dbname WITH USER username" would fit a little <br>better. I'd love to see this one get done... ;-)<br></pre>
</blockquote>
<pre wrap=""><!---->Well, I had the equals sign because the documentation for other params<br>suggests it:<br><br> CREATE DATABASE name<br> [ WITH [ LOCATION = 'dbpath' ]<br> [ TEMPLATE = template ]<br> [ ENCODING = encoding ] ]<br><br>Maybe we should make the equals optional for all these options.</pre>
</blockquote>
They need to be consistent. &nbsp; I had forgotten that the existing syntax contained
the "=" character. &nbsp;Either way would be fine, but the "user = " option would
definitely be a welcome addition. &nbsp; I<br>
<br>
<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-03 18:21:23 Re: Updated TODO item
Previous Message Ross J. Reedstrom 2002-01-03 18:12:20 Re: Smb to get involved

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-03 18:21:23 Re: Updated TODO item
Previous Message Bruce Momjian 2002-01-03 17:29:03 Re: Patch for ODBC driver (look for odbc.ini in more than