Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ebff1d4d
Commit
ebff1d4d
authored
Jun 11, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add:
> * Add pg_ctl option to do a syntax check of postgresql.conf
parent
70da495d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
doc/TODO
doc/TODO
+2
-1
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+4
-3
No files found.
doc/TODO
View file @
ebff1d4d
PostgreSQL TODO List
PostgreSQL TODO List
====================
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed
May 28 22:0
4:08 EDT 2008
Last updated: Wed
Jun 11 16:5
4:08 EDT 2008
The most recent version of this document can be viewed at
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
http://www.postgresql.org/docs/faqs.TODO.html.
...
@@ -1039,6 +1039,7 @@ Clients
...
@@ -1039,6 +1039,7 @@ Clients
allow pg_ctl to read and understand postgresql.conf to find the
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
data_directory value.
* Add pg_ctl option to do a syntax check of postgresql.conf
* Add a function like pg_get_indexdef() that report more detailed index
* Add a function like pg_get_indexdef() that report more detailed index
information
information
...
...
doc/src/FAQ/TODO.html
View file @
ebff1d4d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
Last updated: Wed
May 28 22:0
4:08 EDT 2008
Last updated: Wed
Jun 11 16:5
4:08 EDT 2008
</p>
</p>
<p>
The most recent version of this document can be viewed at
<br/>
<p>
The most recent version of this document can be viewed at
<br/>
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
...
@@ -898,6 +898,7 @@ first. There is also a developer's wiki at<br/>
...
@@ -898,6 +898,7 @@ first. There is also a developer's wiki at<br/>
allow pg_ctl to read and understand postgresql.conf to find the
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
data_directory value.
</p>
</p>
</li><li>
Add pg_ctl option to do a syntax check of postgresql.conf
</li><li>
Add a function like pg_get_indexdef() that report more detailed index
</li><li>
Add a function like pg_get_indexdef() that report more detailed index
information
information
<p>
<a
href=
"http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php"
>
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php
</a>
<p>
<a
href=
"http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php"
>
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php
</a>
...
@@ -1708,8 +1709,8 @@ first. There is also a developer's wiki at<br/>
...
@@ -1708,8 +1709,8 @@ first. There is also a developer's wiki at<br/>
<li>
Remove configure.in check for link failure when cause is found
<li>
Remove configure.in check for link failure when cause is found
</li><li>
Remove readdir() errno patch when runtime/mingwex/dirent.c rev
</li><li>
Remove readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released
1.4 is released
</li><li>
-
<em>
Remove psql newline patch when we find out why mingw outputs an
</li><li>
-
<em>
Remove psql newline patch when we find out why mingw outputs an
</em>
extra newline
</em>
extra newline
</li><li>
Allow psql to use readline once non-US code pages work with
</li><li>
Allow psql to use readline once non-US code pages work with
backslashes
backslashes
</li><li>
Fix problem with shared memory on the Win32 Terminal Server
</li><li>
Fix problem with shared memory on the Win32 Terminal Server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment