Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc53730

Browse files
committed
Move ruler to separate sections.
1 parent9aac623 commitfc53730

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Jun 10 15:47:38 EDT 2002
4+
Last updated: Mon Jun 10 15:49:44 EDT 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -1024,7 +1024,6 @@ SELECT *
10241024

10251025
Of course, a client can make simultaneous connections to different
10261026
databases and merge the information that way.
1027-
_________________________________________________________________
10281027

10291028
4.25) How do I return multiple rows or columns from a function?
10301029

@@ -1043,6 +1042,7 @@ SELECT *
10431042
the old temporary table. The solution is to use EXECUTE for temporary
10441043
table access in PL/PgSQL. This will cause the query to be reparsed
10451044
every time.
1045+
_________________________________________________________________
10461046

10471047
Extending PostgreSQL
10481048

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Mon Jun 10 15:47:38 EDT 2002</P>
17+
<P>Last updated: Mon Jun 10 15:49:44 EDT 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<Ahref=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1307,7 +1307,6 @@ <H4><A name="4.24">4.24</A>) How do I perform queries using
13071307

13081308
<P>Of course, a client can make simultaneous connections to
13091309
different databases and merge the information that way.</P>
1310-
<HR>
13111310

13121311
<H4><Aname="4.25">4.25</A>) How do I return multiple rows or
13131312
columns from a function?</H4>
@@ -1328,6 +1327,8 @@ <H4><A href="#4.26">4.26</A>) Why can't I reliably create/drop
13281327
<SMALL>EXECUTE</SMALL> for temporary table access in PL/PgSQL. This
13291328
will cause the query to be reparsed every time.
13301329

1330+
<HR>
1331+
13311332
<H2align="center">Extending PostgreSQL</H2>
13321333

13331334
<H4><Aname="5.1">5.1</A>) I wrote a user-defined function. When I

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp